aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKubo Takehiro2015-01-20 22:15:02 +0900
committerMike McQuaid2015-01-20 17:18:43 +0100
commit16de59db26b3143a6e67e7f2277094517cf3acb3 (patch)
tree9d792aefe4bb4420c64d14133ea4c8efa71bca5f /Library/Formula
parent30bd17bc48ea63ca0283e389e85e298030b016af (diff)
downloadhomebrew-16de59db26b3143a6e67e7f2277094517cf3acb3.tar.bz2
snzip 1.0.2
snzip 1.0.2 Closes #36066. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/snzip.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/snzip.rb b/Library/Formula/snzip.rb
index d1496dbc3..a6157da4f 100644
--- a/Library/Formula/snzip.rb
+++ b/Library/Formula/snzip.rb
@@ -2,15 +2,12 @@ require 'formula'
class Snzip < Formula
homepage 'https://github.com/kubo/snzip'
- url 'https://github.com/kubo/snzip/archive/1.0.1.tar.gz'
- sha1 '3aac364c0a508cdb06d771cede6c5758aeb89666'
+ url 'https://bintray.com/artifact/download/kubo/generic/snzip-1.0.2.tar.gz'
+ sha1 '6efa5f6e097a9bed10b526cfbf4062e2f547be56'
- depends_on 'automake' => :build
- depends_on 'autoconf' => :build
depends_on 'snappy'
def install
- system "./autogen.sh"
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end