aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJim Radford2012-10-18 06:50:40 -0700
committerAdam Vandenberg2012-10-18 10:09:41 -0700
commitff42608f435e22bcedf1ca7910ba9725977b6db2 (patch)
tree8759d09ce875677199c7f501f6d2461dd2c4a0da /Library/Formula
parent5e2012241ed46402d8ba61a4ac33fb6a64008740 (diff)
downloadhomebrew-ff42608f435e22bcedf1ca7910ba9725977b6db2.tar.bz2
apgdiff 2.4
Closes #15528. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/apgdiff.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/apgdiff.rb b/Library/Formula/apgdiff.rb
index 4ba0cf283..427fefe8a 100644
--- a/Library/Formula/apgdiff.rb
+++ b/Library/Formula/apgdiff.rb
@@ -2,14 +2,12 @@ require 'formula'
class Apgdiff < Formula
homepage 'http://apgdiff.startnet.biz/index.php'
- url 'http://apgdiff.startnet.biz/download/apgdiff-2.3-bin.zip'
- mirror 'http://downloads.sourceforge.net/project/apgdiff/apgdiff/apgdiff-2.3/apgdiff-2.3-bin.zip'
- sha1 '6d42dd3b2496dec0063de3070ad7306a1588e266'
+ url 'http://apgdiff.startnet.biz/download/apgdiff-2.4-bin.zip'
+ mirror 'http://downloads.sourceforge.net/project/apgdiff/apgdiff/apgdiff-2.4/apgdiff-2.4-bin.zip'
+ sha1 '1150d44e9da2c1417767d4106bdb297ed0adfed8'
def install
libexec.install "apgdiff-#{version}.jar"
- prefix.install 'changelog.txt' => 'ChangeLog'
- prefix.install 'license.txt' => 'LICENSE'
(bin+'apgdiff').write <<-EOS.undent
#!/bin/bash
java -jar "#{libexec}/apgdiff-#{version}.jar" "$@"