diff options
| author | Alexandre Espinosa Menor | 2015-01-30 13:47:34 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-30 13:25:08 +0000 |
| commit | a41d46bb369ce096e435ef9a92f020f8334f3c21 (patch) | |
| tree | 5554182f5d9ebf853f8116c5f33a54bc01229f18 | |
| parent | f66f9e79f7847b7f8e222f283e1a91e182dfc37d (diff) | |
| download | homebrew-a41d46bb369ce096e435ef9a92f020f8334f3c21.tar.bz2 | |
galen 1.5.2
version 1.5.2
Closes #36377.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/galen.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/galen.rb b/Library/Formula/galen.rb index 6879e44a8..017cc930f 100644 --- a/Library/Formula/galen.rb +++ b/Library/Formula/galen.rb @@ -1,7 +1,7 @@ class Galen < Formula homepage "http://galenframework.com/" - url "https://github.com/galenframework/galen/releases/download/galen-1.5.1/galen-bin-1.5.1.zip" - sha1 "ea3e261e0409c8797a3c627536444bfd4c5ff311" + url "https://github.com/galenframework/galen/releases/download/galen-1.5.2/galen-bin-1.5.2.zip" + sha1 "1f40d12153a9885f8ba33f50fac6ae89763ab584" depends_on :java => "1.6" |
