aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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" "$@"