diff options
| author | Chongyu Zhu | 2014-08-10 22:09:20 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-10 15:28:32 +0100 |
| commit | 86f00df5937b3364d20ddd9f8df708cfe0b1908f (patch) | |
| tree | 7ced12f135752af4e09e7d47dccd2960c1597038 | |
| parent | 662ad74263e48b291d618a7865009fbc269f55c6 (diff) | |
| download | homebrew-86f00df5937b3364d20ddd9f8df708cfe0b1908f.tar.bz2 | |
saltstack 2014.1.10
| -rw-r--r-- | Library/Formula/saltstack.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/saltstack.rb b/Library/Formula/saltstack.rb index 4bc6fd991..cc5567221 100644 --- a/Library/Formula/saltstack.rb +++ b/Library/Formula/saltstack.rb @@ -12,8 +12,8 @@ end class Saltstack < Formula homepage 'http://www.saltstack.org' - url 'https://github.com/saltstack/salt/archive/v2014.1.6.tar.gz' - sha256 'd8e579160d929aacc41f1a2f3b9360430f13aae023de8399b2430f1368208848' + url 'https://github.com/saltstack/salt/archive/v2014.1.10.tar.gz' + sha256 '4f4771e654bad8842bf55dba89b6632a4ea216223a5a321342c20e65506198d1' bottle do sha1 "5775fb599e134850d6a241622424449d814d6d18" => :mavericks @@ -65,8 +65,8 @@ class Saltstack < Formula end resource 'apache-libcloud' do - url 'https://pypi.python.org/packages/source/a/apache-libcloud/apache-libcloud-0.14.1.tar.gz' - sha1 'e587c9c3519e7d061f3c2fb232af8ace593c8156' + url 'https://pypi.python.org/packages/source/a/apache-libcloud/apache-libcloud-0.15.1.tar.gz' + sha1 '0631bfa3201a5d4c3fdd3d9c39756051c1c70b0f' end head do |
