aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/helios.rb10
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