diff options
| author | Lin Jen-Shin | 2013-09-17 00:11:08 +0800 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-16 15:48:17 -0500 | 
| commit | 69b64cda83f7fc6df61067c3b0879d395ba53b52 (patch) | |
| tree | 3b663d80d5e34ef69b045ab6b68f53e993e4bb66 | |
| parent | b0a14c1cc7347a02dfc2bd939d592cfdeee52a73 (diff) | |
| download | homebrew-69b64cda83f7fc6df61067c3b0879d395ba53b52.tar.bz2 | |
bsdconv 11.1
Closes #22588.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 c75c2219f..27ab12a40 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/archive/10.0.tar.gz' -  sha1 'cc5ad82723f989f93edf8ab83e36a7e89763649c' +  url 'https://github.com/buganini/bsdconv/archive/11.1.tar.gz' +  sha1 'd2dd2e94fd013d2d7cfa4d55ebff0bd6a7c5c244'    head 'https://github.com/buganini/bsdconv.git' | 
