From b041757cf331d65082355d8fa763d5f1c86fa4a9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Mar 2013 08:55:22 -0700 Subject: z: use archive download --- Library/Formula/z.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/z.rb b/Library/Formula/z.rb index ff95bc154..8dba73b16 100644 --- a/Library/Formula/z.rb +++ b/Library/Formula/z.rb @@ -2,8 +2,8 @@ require 'formula' class Z < Formula homepage 'https://github.com/rupa/z' - url 'https://github.com/rupa/z/tarball/v1.5' - sha1 '8a5286d6ed17b99259088e405fc2fcf923cf3b5f' + url 'https://github.com/rupa/z/archive/v1.5.tar.gz' + sha1 '3ae2f570dbab9820ec0bb7ddb0346172bfb596db' head 'https://github.com/rupa/z.git' -- cgit v1.2.3