diff options
| author | Roger Que | 2014-02-17 14:15:11 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-17 17:54:17 -0800 |
| commit | ef648712eb0dc4d072725b68450184f95dfe3eb3 (patch) | |
| tree | 339779ab2cb503c879a4d7e4753fef7900902dda /Library | |
| parent | 51e6aea836e9ba8899c8c78ab5e9db78c48fe7d2 (diff) | |
| download | homebrew-ef648712eb0dc4d072725b68450184f95dfe3eb3.tar.bz2 | |
trash 0.8.4
Closes #26791.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/trash.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/trash.rb b/Library/Formula/trash.rb index d76d172b2..fdcbef2e6 100644 --- a/Library/Formula/trash.rb +++ b/Library/Formula/trash.rb @@ -2,8 +2,8 @@ require 'formula' class Trash < Formula homepage 'http://hasseg.org/trash/' - url 'http://github.com/ali-rantakari/trash/archive/v0.8.3.zip' - sha1 'de3489f7dbfe03dc490a3c7da22dba90998af3d1' + url 'http://github.com/ali-rantakari/trash/archive/v0.8.4.zip' + sha1 '233773bcaed903e296f20635808c3dce7ef93c4b' conflicts_with 'osxutils', :because => 'both install a trash binary' |
