diff options
| author | Jack Nagel | 2014-11-06 15:39:32 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-06 15:39:32 -0600 |
| commit | 0b6e6e433e9742d06c6b4ab7228810f10dea9bd0 (patch) | |
| tree | 6f99d760fd75772647cc618a6f6d2dee81f27627 /Library/Formula | |
| parent | 75c884fe1e24e97ad09b64df21285cbdde465a30 (diff) | |
| download | homebrew-0b6e6e433e9742d06c6b4ab7228810f10dea9bd0.tar.bz2 | |
helios: use version method
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/helios.rb | 4 |
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 |
