From 92a3f8a805dcbd0fc21a44e27439baa9a11b5347 Mon Sep 17 00:00:00 2001 From: Stian Eikeland Date: Sat, 18 Oct 2014 15:22:56 +0200 Subject: gifsicle 1.86 Closes #33307. Signed-off-by: Jack Nagel --- Library/Formula/gifsicle.rb | 8 ++++++-- Library/Homebrew/test/fixtures/test.gif | Bin 0 -> 43 bytes 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Library/Homebrew/test/fixtures/test.gif (limited to 'Library') 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 new file mode 100644 index 000000000..0589d2082 Binary files /dev/null and b/Library/Homebrew/test/fixtures/test.gif differ -- cgit v1.2.3