diff options
| author | jenkins | 2014-11-06 19:44:57 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-11-06 15:39:05 -0600 |
| commit | 75c884fe1e24e97ad09b64df21285cbdde465a30 (patch) | |
| tree | e1315e6d274804e019f8eff23bd566d1d0cc7c2d /Library/Formula | |
| parent | 067acaa04165ce2548a308fa5a1ec218622bc072 (diff) | |
| download | homebrew-75c884fe1e24e97ad09b64df21285cbdde465a30.tar.bz2 | |
helios 0.8.76
Closes #33976.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/helios.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/helios.rb b/Library/Formula/helios.rb index c134f3c9f..01c044f0a 100644 --- a/Library/Formula/helios.rb +++ b/Library/Formula/helios.rb @@ -2,15 +2,15 @@ require "formula" class Helios < Formula homepage "https://github.com/spotify/helios" - url "https://oss.sonatype.org/service/local/repositories/releases/content/com/spotify/helios-tools/0.8.69/helios-tools-0.8.69-shaded.jar" - sha1 "2fbd397d2fb7520d1ec19b5eb7e82a34e083fb3f" - version "0.8.69" + url "https://oss.sonatype.org/service/local/repositories/releases/content/com/spotify/helios-tools/0.8.76/helios-tools-0.8.76-shaded.jar" + sha1 "1da57909be1415644cb0613a8c3d6a481682ea75" + version "0.8.76" depends_on :java => "1.7" def install - libexec.install "helios-tools-0.8.69-shaded.jar" - bin.write_jar_script libexec/"helios-tools-0.8.69-shaded.jar", "helios" + libexec.install "helios-tools-0.8.76-shaded.jar" + bin.write_jar_script libexec/"helios-tools-0.8.76-shaded.jar", "helios" end test do |
