diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/trash.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/trash.rb b/Library/Formula/trash.rb index e914c1b1d..51cea16ab 100644 --- a/Library/Formula/trash.rb +++ b/Library/Formula/trash.rb @@ -2,7 +2,8 @@ require 'formula' class Trash < Formula homepage 'http://hasseg.org/trash/' - url 'http://hasseg.org/git-public/trash.git/', :using => :git, :tag => 'v0.8.2' + url 'http://github.com/hasseg/trash/archive/v0.8.3.zip' + sha1 'de3489f7dbfe03dc490a3c7da22dba90998af3d1' def install system "make" |
