aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorThomas Kim Pham2014-05-08 19:15:53 +0200
committerAdam Vandenberg2014-05-08 10:22:46 -0700
commitf92e7ec4077ebb226a9637b369db0e294a7afa8e (patch)
treefb7eec78ee9ff2a36482a22d8d69d4e37a18da8f /Library/Formula
parent6b477022c46dc15a8a3ea6808ae76f686915e40a (diff)
downloadhomebrew-f92e7ec4077ebb226a9637b369db0e294a7afa8e.tar.bz2
boot2docker 0.8.1
bump version 0.8.1 + sha1 checksum Closes #29064. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boot2docker.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 0284d9cea..000cbd789 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -3,8 +3,8 @@ require "formula"
class Boot2docker < Formula
homepage "https://github.com/boot2docker/boot2docker"
head "https://github.com/boot2docker/boot2docker.git"
- url 'https://github.com/boot2docker/boot2docker/archive/v0.8.0.tar.gz'
- sha1 'c6f07db7d3a4952f1508b92f8b32e02e2f316f85'
+ url 'https://github.com/boot2docker/boot2docker/archive/v0.8.1.tar.gz'
+ sha1 'f52d77544ab4ba1462a8f9c0c2b2d214cffb1059'
depends_on "docker" => :recommended