homebrew-cask/Casks/pwnagetool.rb

13 lines
538 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pwnagetool' do
version '5.1.1'
sha256 '84262734ad9f9186bce14a4f939d7ea290ed187782fdfa549a82c28bf837c808'
2016-06-19 06:28:10 +08:00
# sites.google.com/a/ipad-dev.com/files/pwnagetool was verified as official when first introduced to the cask
2014-09-26 20:09:08 +08:00
url "https://sites.google.com/a/ipad-dev.com/files/pwnagetool/PwnageTool_#{version}.dmg"
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