diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/osxutils.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/osxutils.rb b/Library/Formula/osxutils.rb index b53581059..b86fbf06a 100644 --- a/Library/Formula/osxutils.rb +++ b/Library/Formula/osxutils.rb @@ -3,8 +3,8 @@ require 'formula' class Osxutils < Formula homepage 'https://github.com/vasi/osxutils' head 'https://github.com/vasi/osxutils.git' - url 'https://github.com/vasi/osxutils/archive/v1.8.tar.gz' - sha1 'c3d20da36ecfae3abff07f482a572b3680a12b6d' + url 'https://github.com/vasi/osxutils/archive/v1.8.1.tar.gz' + sha1 'b6c0e2b0c699a4bf9d51c582c8107ce40cfdec8b' conflicts_with 'trash', :because => 'both install a trash binary' conflicts_with 'leptonica', |
