diff options
| author | Lin Jen-Shin | 2014-05-13 22:40:12 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-13 08:55:56 -0700 | 
| commit | fca8b6840607d6c50705d2d4671f7bc8be3bd7a8 (patch) | |
| tree | 01e1ee9c534ff9851551452a67eb10e577958f52 | |
| parent | ceea08f25075d4142356f2d3dac8304664187797 (diff) | |
| download | homebrew-fca8b6840607d6c50705d2d4671f7bc8be3bd7a8.tar.bz2 | |
bsdconv 11.3.1
Closes #29222.
Signed-off-by: Adam Vandenberg <flangy@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 27ab12a40..32f975f87 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/11.1.tar.gz' -  sha1 'd2dd2e94fd013d2d7cfa4d55ebff0bd6a7c5c244' +  url 'https://github.com/buganini/bsdconv/archive/11.3.1.tar.gz' +  sha1 'cec116e2a13b85abafa15011301fb539d2fd5244'    head 'https://github.com/buganini/bsdconv.git' | 
