aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStian Eikeland2014-10-18 15:22:56 +0200
committerJack Nagel2014-10-19 01:59:09 -0500
commit92a3f8a805dcbd0fc21a44e27439baa9a11b5347 (patch)
treefe260d652b721b78b839c37afc92c45875ad3235 /Library/Formula
parent09b2a7012720d6073a8407af37ee519684a95540 (diff)
downloadhomebrew-92a3f8a805dcbd0fc21a44e27439baa9a11b5347.tar.bz2
gifsicle 1.86
Closes #33307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gifsicle.rb8
1 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