Skip to content

Commit

Permalink
xmp 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Apr 26, 2013
1 parent e7105ce commit 554b90b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/xmp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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?
Expand All @@ -15,10 +15,10 @@ def install
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

0 comments on commit 554b90b

Please sign in to comment.