aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-05-18 10:59:57 -0700
committerBrett Koonce2014-05-18 11:19:41 -0700
commit8a6d41d0dbab5039f8c7f8d87881270f80cb0847 (patch)
tree5495012f49cde29ccb2c563b2f04fe8dba4da421
parent0668d9393b35adcfc98dd4573120243d0396cdc8 (diff)
downloadhomebrew-8a6d41d0dbab5039f8c7f8d87881270f80cb0847.tar.bz2
launch4j 3.4
-rw-r--r--Library/Formula/launch4j.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/launch4j.rb b/Library/Formula/launch4j.rb
index 67a8eb77f..ef93e1a32 100644
--- a/Library/Formula/launch4j.rb
+++ b/Library/Formula/launch4j.rb
@@ -1,13 +1,13 @@
-require 'formula'
+require "formula"
class Launch4j < Formula
- homepage 'http://launch4j.sourceforge.net/'
- url 'https://downloads.sourceforge.net/project/launch4j/launch4j-3/3.3/launch4j-3.3-macosx-x86-10.8.tgz'
- sha1 '512e424d9e3eb697d70fda02ca6a204e246838b2'
- version '3.3'
+ homepage "http://launch4j.sourceforge.net/"
+ url "https://downloads.sourceforge.net/project/launch4j/launch4j-3/3.4/launch4j-3.4-macosx-x86-10.8.tgz"
+ sha1 "e3483f4fc835d048ed7352961c3d39e80dbacb87"
+ version "3.4"
def install
- libexec.install Dir['*'] - ['src', 'web']
+ libexec.install Dir["*"] - ["src", "web"]
bin.write_jar_script libexec/"launch4j.jar", "launch4j"
end
end