aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorjenkins2014-11-05 13:30:59 +0000
committerMike McQuaid2014-11-05 13:43:14 +0000
commit32b434727d62cc6161bea62480e70ca7f57342c1 (patch)
tree0352b3fab9c196312738d8309a5085ef4cb91c9d /Library
parent21c419f3ef25c5bda95e5ea3bb935ba23f6b5b4d (diff)
downloadhomebrew-32b434727d62cc6161bea62480e70ca7f57342c1.tar.bz2
helios 0.8.69
Closes #33938. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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 a6aadb751..c134f3c9f 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.41/helios-tools-0.8.41-shaded.jar"
- sha1 "3a8d464494a36bea3bd81e28d10c64cb331cc3dc"
- version "0.8.41"
+ 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"
depends_on :java => "1.7"
def install
- libexec.install "helios-tools-0.8.41-shaded.jar"
- bin.write_jar_script libexec/"helios-tools-0.8.41-shaded.jar", "helios"
+ libexec.install "helios-tools-0.8.69-shaded.jar"
+ bin.write_jar_script libexec/"helios-tools-0.8.69-shaded.jar", "helios"
end
test do