homebrew-cask/Casks/pwnagetool.rb

15 lines
656 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => 'pwnagetool' do
version '5.1.1'
sha256 '84262734ad9f9186bce14a4f939d7ea290ed187782fdfa549a82c28bf837c808'
# google.com is the official download host per the vendor homepage
2014-09-26 20:09:08 +08:00
url "https://sites.google.com/a/ipad-dev.com/files/pwnagetool/PwnageTool_#{version}.dmg"
2014-10-15 23:43:54 +08:00
appcast 'http://www.iphone-dev.org/appcast/PwnageTool2.xml',
:sha256 => '83d334e863f2a0ab58615cbc03805b9ed6a83daf496c0ce315285fbe635e35ce'
2015-01-06 10:48:46 +08:00
name 'PwnageTool'
2013-11-03 06:14:25 +08:00
homepage 'http://blog.iphone-dev.org/tagged/PwnageTool'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:11 +08:00
app 'PwnageTool.app'
2013-11-03 06:14:25 +08:00
end