diff options
| author | Rodolfo Ferreira | 2014-11-01 01:43:31 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-01 02:34:27 +0000 |
| commit | b4559f40a72158721d0a340f02df3eb72093889b (patch) | |
| tree | eed6572b2422a3e6864a0286e8e4442cdf1368c5 /Library/Formula/boot2docker.rb | |
| parent | 8d8e77d47dfcaf22dfde7faf2374ba471e802b58 (diff) | |
| download | homebrew-b4559f40a72158721d0a340f02df3eb72093889b.tar.bz2 | |
boot2docker 1.3.1
Updating `boot2docker` to v1.3.1 -
https://github.com/boot2docker/boot2docker-cli/releases/tag/v1.3.1
Diffstat (limited to 'Library/Formula/boot2docker.rb')
| -rw-r--r-- | Library/Formula/boot2docker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index 2a92a40b5..10a0bc08f 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -4,7 +4,7 @@ class Boot2docker < Formula homepage "https://github.com/boot2docker/boot2docker-cli" # Boot2docker and docker are generally updated at the same time. # Please update the version of docker too - url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.0" + url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.1" head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master" bottle do |
