From 483cfdad4088a9e459d06140466dffe044c0444e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 26 Mar 2013 01:20:14 -0500 Subject: bsdconv: use archive URL --- Library/Formula/bsdconv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/bsdconv.rb b/Library/Formula/bsdconv.rb index bccea15db..9c2ef764c 100644 --- a/Library/Formula/bsdconv.rb +++ b/Library/Formula/bsdconv.rb @@ -4,8 +4,8 @@ require 'formula' class Bsdconv < Formula homepage 'https://github.com/buganini/bsdconv' - url 'https://github.com/buganini/bsdconv/tarball/9.1' - sha1 '282fa6f2bcb6ef3b73f19ef269ecc917edcde729' + url 'https://github.com/buganini/bsdconv/archive/9.1.tar.gz' + sha1 '0c76fa6ea9f5922a705826f95a99c36dd951845a' head 'https://github.com/buganini/bsdconv.git' -- cgit v1.2.3