diff options
| author | Christian Ehrhardt | 2013-11-21 19:53:36 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-22 07:58:01 +0000 |
| commit | 7adf50b5277ea5d6931e4c64ca8141f6d3447f65 (patch) | |
| tree | 4a6e7f87ca8e15a59fc0830553d0da964af63962 /Library/Formula | |
| parent | 6c4f8eb8710de86e0d14cd0317faf317e1b429cd (diff) | |
| download | homebrew-7adf50b5277ea5d6931e4c64ca8141f6d3447f65.tar.bz2 | |
osxutils 1.8.1
Closes #24578.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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', |
