launch4j 3.5
This commit is contained in:
parent
26e48de182
commit
8317fcb33d
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue