diff options
Diffstat (limited to 'Library')
| -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'  | 
