diff options
| author | Stian Eikeland | 2014-10-18 15:22:56 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-10-19 01:59:09 -0500 |
| commit | 92a3f8a805dcbd0fc21a44e27439baa9a11b5347 (patch) | |
| tree | fe260d652b721b78b839c37afc92c45875ad3235 /Library | |
| parent | 09b2a7012720d6073a8407af37ee519684a95540 (diff) | |
| download | homebrew-92a3f8a805dcbd0fc21a44e27439baa9a11b5347.tar.bz2 | |
gifsicle 1.86
Closes #33307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gifsicle.rb | 8 | ||||
| -rw-r--r-- | Library/Homebrew/test/fixtures/test.gif | bin | 0 -> 43 bytes |
2 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/gifsicle.rb b/Library/Formula/gifsicle.rb index d669d1197..2a9117c37 100644 --- a/Library/Formula/gifsicle.rb +++ b/Library/Formula/gifsicle.rb @@ -2,8 +2,8 @@ require "formula" class Gifsicle < Formula homepage "http://www.lcdf.org/gifsicle/" - url "http://www.lcdf.org/gifsicle/gifsicle-1.84.tar.gz" - sha1 "131a3e53a1d49318b54f9c6f81a62726384e95d7" + url "http://www.lcdf.org/gifsicle/gifsicle-1.86.tar.gz" + sha1 "517e68b781594851750d7d807e25bd18b1f5dbc4" option "with-x11", "Install gifview" @@ -20,4 +20,8 @@ class Gifsicle < Formula system "./configure", *args system "make install" end + + test do + system "#{bin}/gifsicle", "--info", test_fixtures("test.gif") + end end diff --git a/Library/Homebrew/test/fixtures/test.gif b/Library/Homebrew/test/fixtures/test.gif Binary files differnew file mode 100644 index 000000000..0589d2082 --- /dev/null +++ b/Library/Homebrew/test/fixtures/test.gif |
