From 75c884fe1e24e97ad09b64df21285cbdde465a30 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 6 Nov 2014 19:44:57 +0000 Subject: helios 0.8.76 Closes #33976. Signed-off-by: Jack Nagel --- Library/Formula/helios.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3