homebrew-cask/Casks/androidtool.rb

14 lines
522 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'androidtool' do
2016-01-29 02:57:52 +08:00
version '1.62'
sha256 'f40e480cc66eebae227026de7bb2c6321d28b4b60941b2123915b5462f00d41f'
2016-01-29 02:57:52 +08:00
url "https://github.com/mortenjust/androidtool-mac/releases/download/#{version}/AndroidTool#{version.no_dots}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mortenjust/androidtool-mac/releases.atom',
2016-01-29 02:57:52 +08:00
checkpoint: 'dd73f7f46e99ce17d881a45e3c0238509e0567b2f8491b4585f9c74f5fcae6f5'
name 'AndroidTool'
homepage 'https://github.com/mortenjust/androidtool-mac'
license :apache
app 'AndroidTool.app'
end