diff options
| author | Brett Koonce | 2014-10-27 22:42:37 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-28 08:26:17 +0000 | 
| commit | 0223b6f897ac1004f797544cd52e938fe7c955af (patch) | |
| tree | 3eef245764fefb2d380218db08321acb810191e3 | |
| parent | 7f1b0eee2c289fc29c69caa556a57d3c04a8753d (diff) | |
| download | homebrew-0223b6f897ac1004f797544cd52e938fe7c955af.tar.bz2 | |
launch4j 3.5
| -rw-r--r-- | Library/Formula/launch4j.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/launch4j.rb b/Library/Formula/launch4j.rb index ef93e1a32..0fc03e3c2 100644 --- a/Library/Formula/launch4j.rb +++ b/Library/Formula/launch4j.rb @@ -2,9 +2,9 @@ require "formula"  class Launch4j < Formula    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" +  url "https://downloads.sourceforge.net/project/launch4j/launch4j-3/3.5/launch4j-3.5-macosx-x86-10.8.tgz" +  sha1 "1c93d390c68894a1a82ef936ea5320f0f5035afe" +  version "3.5"    def install      libexec.install Dir["*"] - ["src", "web"] | 
