diff options
| author | Jack Nagel | 2013-03-26 01:20:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 01:20:14 -0500 |
| commit | 483cfdad4088a9e459d06140466dffe044c0444e (patch) | |
| tree | 34b687dbb299b4c9fbcd978256a91a18fef10c34 | |
| parent | 726b1080c6521d92982f61c7809fd66dce88f486 (diff) | |
| download | homebrew-483cfdad4088a9e459d06140466dffe044c0444e.tar.bz2 | |
bsdconv: use archive URL
| -rw-r--r-- | Library/Formula/bsdconv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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' |
