homebrew-cask/Casks/couchpotato.rb

16 lines
669 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'couchpotato' do
2015-10-22 10:07:06 +08:00
version '3.0.1'
sha256 'b1db35f93727fc30e50f4d2023b7d844db5a725d16fd6072e3d10b805c2d7e28'
2016-02-12 07:10:06 +08:00
# github.com/CouchPotato/CouchPotatoServer was verified as official when first introduced to the cask
url "https://github.com/CouchPotato/CouchPotatoServer/releases/download/build%2F#{version}/CouchPotato-#{version}.macosx-10_6-intel.zip"
appcast 'https://github.com/CouchPotato/CouchPotatoServer/releases.atom',
checkpoint: 'b61f00dafd9c9cbe596613d712055d2404d628121b8eaec7407f3344bf3afb4e'
2015-10-22 10:07:06 +08:00
name 'CouchPotato'
homepage 'https://couchpota.to/'
app 'CouchPotato.app'
zap delete: '~/Library/Application Support/CouchPotato'
2015-10-22 10:07:06 +08:00
end