aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-11-06 15:39:32 -0600
committerJack Nagel2014-11-06 15:39:32 -0600
commit0b6e6e433e9742d06c6b4ab7228810f10dea9bd0 (patch)
tree6f99d760fd75772647cc618a6f6d2dee81f27627 /Library
parent75c884fe1e24e97ad09b64df21285cbdde465a30 (diff)
downloadhomebrew-0b6e6e433e9742d06c6b4ab7228810f10dea9bd0.tar.bz2
helios: use version method
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/helios.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/helios.rb b/Library/Formula/helios.rb
index 01c044f0a..70df21e75 100644
--- a/Library/Formula/helios.rb
+++ b/Library/Formula/helios.rb
@@ -9,8 +9,8 @@ class Helios < Formula
depends_on :java => "1.7"
def install
- libexec.install "helios-tools-0.8.76-shaded.jar"
- bin.write_jar_script libexec/"helios-tools-0.8.76-shaded.jar", "helios"
+ libexec.install "helios-tools-#{version}-shaded.jar"
+ bin.write_jar_script libexec/"helios-tools-#{version}-shaded.jar", "helios"
end
test do