aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBaptiste Fontaine2014-12-24 15:49:44 +0100
committerJack Nagel2014-12-24 11:08:17 -0500
commit2d43b7af22024e9db3125eb1e50f1354867e0d68 (patch)
treeb794941c7a4d2833d1c77dc06242ee258e4a7a5e /Library/Formula
parenta0018f75588663ba6b008189209dfb2caf8025d0 (diff)
downloadhomebrew-2d43b7af22024e9db3125eb1e50f1354867e0d68.tar.bz2
euca2ools 3.1.1
Closes #35236. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/euca2ools.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/euca2ools.rb b/Library/Formula/euca2ools.rb
index 0eab76e3b..04b0591c0 100644
--- a/Library/Formula/euca2ools.rb
+++ b/Library/Formula/euca2ools.rb
@@ -1,9 +1,7 @@
-require "formula"
-
class Euca2ools < Formula
homepage "https://github.com/eucalyptus/euca2ools"
- url "https://github.com/eucalyptus/euca2ools/archive/v3.1.0.tar.gz"
- sha1 "5290172546707f3729da314535a7a9a429edda24"
+ url "https://github.com/eucalyptus/euca2ools/archive/v3.1.1.tar.gz"
+ sha1 "a29646fe312ae90c625304a9b969f5ab8bec44d8"
head "https://github.com/eucalyptus/euca2ools.git"
depends_on :python if MacOS.version <= :snow_leopard
@@ -48,6 +46,7 @@ class Euca2ools < Formula
end
test do
+ system "#{bin}/euca-version"
system "#{bin}/euca-describe-instances", "--help"
end
end