homebrew-cask/Casks/espionage.rb

16 lines
466 B
Ruby
Raw Normal View History

2014-11-14 01:25:47 +08:00
cask :v1 => 'espionage' do
2014-09-17 19:42:44 +08:00
version :latest
2014-07-29 17:02:22 +08:00
sha256 :no_check
url 'https://www.espionageapp.com/Espionage.dmg'
2014-09-16 13:42:05 +08:00
gpg "#{url}.sig",
:key_url => 'https://www.taoeffect.com/other/A884B988.asc'
2015-01-05 05:24:32 +08:00
name 'Espionage'
2015-05-24 00:24:03 +08:00
appcast 'https://updates.taoeffect.com/espionage3/appcast.xml',
:sha256 => '47bca65264d0dce5ac4f065c2f6312727123a5b6cb83e5d1bfdedea2a0b3a80e'
2014-07-29 17:02:22 +08:00
homepage 'https://www.espionageapp.com/'
2015-08-30 02:00:22 +08:00
license :commercial
2014-07-29 17:02:22 +08:00
2014-09-16 00:05:32 +08:00
app 'Espionage.app'
2014-07-29 17:02:22 +08:00
end