aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorViktor Szakáts2015-01-06 12:48:04 +0100
committerMike McQuaid2015-01-07 08:01:51 +0000
commitd8ee6d59670784dd2757238a98a50acef226133f (patch)
tree08d6c3803e5b311ebb02115084e4361c6edbeaa1 /Library
parente55ede67f270bcbc80cad6ab02db5578abcab5d4 (diff)
downloadhomebrew-d8ee6d59670784dd2757238a98a50acef226133f.tar.bz2
libfixbuf 1.6.2
Closes #35601. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libfixbuf.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/libfixbuf.rb b/Library/Formula/libfixbuf.rb
index 327935b25..edc597011 100644
--- a/Library/Formula/libfixbuf.rb
+++ b/Library/Formula/libfixbuf.rb
@@ -1,9 +1,7 @@
-require "formula"
-
class Libfixbuf < Formula
- homepage "http://tools.netsa.cert.org/fixbuf/"
- url "http://tools.netsa.cert.org/releases/libfixbuf-1.6.1.tar.gz"
- sha1 "5362e7ae866c418b1ae5576ad9ea3095bd7f2681"
+ homepage "https://tools.netsa.cert.org/fixbuf/"
+ url "https://tools.netsa.cert.org/releases/libfixbuf-1.6.2.tar.gz"
+ sha1 "5bb7a46927b33081820241586fb1112c7802c9de"
bottle do
cellar :any
@@ -20,6 +18,6 @@ class Libfixbuf < Formula
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make"
- system "make install"
+ system "make", "install"
end
end