aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-04-25 11:07:37 -0500
committerMisty De Meo2013-04-26 09:19:53 -0500
commit28d48b450866f2f9fe2127b7905bcd9c511354fa (patch)
treed758295d476b195cd57867c15c50941d1f1888d4 /Library
parent682adcd45d268067fec089c9c3acdb3654ec2511 (diff)
downloadhomebrew-28d48b450866f2f9fe2127b7905bcd9c511354fa.tar.bz2
xmp 4.0.3
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xmp.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/xmp.rb b/Library/Formula/xmp.rb
index a6a380be9..7d37811c2 100644
--- a/Library/Formula/xmp.rb
+++ b/Library/Formula/xmp.rb
@@ -2,8 +2,8 @@ require 'formula'
class Xmp < Formula
homepage 'http://xmp.sourceforge.net'
- url 'http://downloads.sourceforge.net/project/xmp/xmp/4.0.2/xmp-4.0.2.tar.gz'
- sha1 '32c2d5884cd94cfbc442095200d625b9f7ec6d2d'
+ url 'http://downloads.sourceforge.net/project/xmp/xmp/4.0.3/xmp-4.0.3.tar.gz'
+ sha1 '1d33cedfc2f56c6c7dc1688a2d226083bc523e2e'
head 'git://git.code.sf.net/p/xmp/xmp-cli'
depends_on :autoconf if build.head?
@@ -15,10 +15,10 @@ class Xmp < Formula
system "make install"
# install the included demo song
- share.install "08_sad_song.it" unless build.head?
+ share.install "ub-name.it" unless build.head?
end
def test
- system "#{bin}/xmp", "--load-only", share/"08_sad_song.it"
+ system "#{bin}/xmp", "--load-only", share/"ub-name.it"
end
end