homebrew-cask/Casks/popkey.rb

12 lines
342 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'popkey' do
2015-07-17 06:21:23 +08:00
version :latest
sha256 :no_check
2016-06-19 05:47:52 +08:00
# popkey-downloads.s3.amazonaws.com was verified as official when first introduced to the cask
2015-07-17 06:21:23 +08:00
url 'https://popkey-downloads.s3.amazonaws.com/releases/darwin/PopKeySetup.dmg'
name 'PopKey'
homepage 'https://popkey.co/send-gifs?ref=header_app_nav_section'
2015-07-17 06:21:23 +08:00
app 'PopKey.app'
end