diff options
| author | Alex Dunn | 2015-03-11 20:06:05 -0700 |
|---|---|---|
| committer | Brett Koonce | 2015-03-11 23:32:13 -0700 |
| commit | fce0b8b5631838d7377b61ae9b234d91391dc84f (patch) | |
| tree | 2e2cb73f090214fb2eb848147c6141d5abbcc893 /Library | |
| parent | 582e4e72f29d4f4e8b418b83f502f8a4cbf86d29 (diff) | |
| download | homebrew-fce0b8b5631838d7377b61ae9b234d91391dc84f.tar.bz2 | |
pngquant 2.3.5
Closes #37620.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pngquant.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/pngquant.rb b/Library/Formula/pngquant.rb index 317d3d043..a61a81e10 100644 --- a/Library/Formula/pngquant.rb +++ b/Library/Formula/pngquant.rb @@ -1,9 +1,7 @@ -require "formula" - class Pngquant < Formula homepage "http://pngquant.org/" - url "https://github.com/pornel/pngquant/archive/2.3.1.tar.gz" - sha1 "964987f24012b247be666903ab4e31f53d84d80c" + url "https://github.com/pornel/pngquant/archive/2.3.5.tar.gz" + sha256 "8907787afca9b83aefe7e29dbf29f4d107255160d0f32c43e7c159ebc2b8d1a7" head "https://github.com/pornel/pngquant.git" @@ -25,6 +23,6 @@ class Pngquant < Formula end test do - system "#{bin}/pngquant", "--help" + system "#{bin}/pngquant", test_fixtures("test.png"), "-o" "out.png" end end |
