homebrew-cask/Casks/tenor.rb

18 lines
507 B
Ruby
Raw Normal View History

2017-08-16 01:24:59 +08:00
cask 'tenor' do
2018-05-13 04:27:38 +08:00
version '2.0.5'
sha256 '017a57846ef84ca61268b33a20ec8cf16ac15fc1d520077b76bd498b58cd84fd'
2017-08-16 01:24:59 +08:00
# media.tenor.co/mac/bin was verified as official when first introduced to the cask
url 'https://media.tenor.co/mac/bin/GIFforMac.dmg'
2018-06-12 22:37:26 +08:00
appcast 'https://media.tenor.co/mac/gif_for_mac_appcast.xml'
2017-08-16 01:24:59 +08:00
name 'Tenor'
homepage 'https://tenor.com/mac'
2018-05-13 04:27:38 +08:00
depends_on macos: '>= :el_capitan'
2017-08-16 01:24:59 +08:00
app 'Tenor.app'
uninstall login_item: 'Tenor',
quit: 'com.riffsy.GIF-for-Mac'
end