homebrew-cask/Casks/trash-it.rb

18 lines
637 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'trash-it' do
2014-12-11 00:55:21 +08:00
if MacOS.release <= :leopard
version '4.1'
sha256 'a30ed22452d4c2fcefdbf2d892394524a3744ebd50fdcee2203ff705e648240e'
url "http://nonamescriptware.com/wp-content/uploads/TrashIt#{version.delete('.')}.zip"
app "TrashIt #{version}/Drag content to Desktop/Trash It!.app"
else
version '6.0.1'
sha256 'c3a45b6f97a210502bc6adbb4f09329de2622ca9cdb999c40bddd55ed6c8f4db'
url 'http://nonamescriptware.com/wp-content/uploads/Trashit.zip'
app "Trash It! #{version}/Drag content to Desktop/Trash It!.app"
end
2015-05-05 04:45:08 +08:00
name 'Trash It!'
homepage 'http://nonamescriptware.com/'
2015-11-05 05:13:21 +08:00
license :gratis
end