Skip to content

Commit

Permalink
pngcrush 1.7.78
Browse files Browse the repository at this point in the history
  • Loading branch information
stianeikeland authored and MikeMcQuaid committed Oct 26, 2014
1 parent 1f237bb commit 3d2fe2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/pngcrush.rb
Expand Up @@ -4,8 +4,8 @@
# tarballs are routinely removed and upstream won't change this practice.
class Pngcrush < Formula
homepage "http://pmt.sourceforge.net/pngcrush/"
url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.77/pngcrush-1.7.77.tar.gz"
sha1 "70e15781220a0095453d04b040c6f42d77487d7b"
url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.78/pngcrush-1.7.78.tar.gz"
sha1 "9506a4106ecf1f960e8fe2c2a7e34131c234e070"

bottle do
cellar :any
Expand All @@ -26,4 +26,8 @@ def install
"LDFLAGS=#{ENV.ldflags}"
bin.install "pngcrush"
end

test do
system "#{bin}/pngcrush", test_fixtures("test.png"), "/dev/null"
end
end

0 comments on commit 3d2fe2c

Please sign in to comment.