Skip to content

Commit

Permalink
launch4j 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed May 18, 2014
1 parent 21e1460 commit be0d5a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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

0 comments on commit be0d5a4

Please sign in to comment.