docker-compose.rb: upgrade to v1.4.1

This commit is contained in:
Victor Popkov 2015-09-18 21:34:35 +03:00
parent c0cd0afa08
commit dc60a4ddb3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cask :v1_1 => 'docker-compose' do
version '1.4.0'
sha256 'dcbf38164145705a36c1dc8d725aae045f2fc9b094fe443f2e66fc74366c4594'
version '1.4.1'
sha256 '8f93cd99f43a03be16f6607d5b47d86b4aee582e3d4b19223d90da1e253433bb'
# github.com is the official download host per the vendor homepage
url "https://github.com/docker/compose/releases/download/#{version}/docker-compose-Darwin-x86_64"