Add duckieTV v1.1.3 (#21469)

This commit is contained in:
bibnumber 2016-05-29 07:02:11 +02:00 committed by Aditya Dalal
parent 96d55aecf1
commit 1f8e187b2d
1 changed files with 20 additions and 0 deletions

20
Casks/duckietv.rb Normal file
View File

@ -0,0 +1,20 @@
cask 'duckietv' do
version '1.1.3'
sha256 '4c4ee965cf39db6333dad65fe2b56ebf412af490a1b091487ef5d1fe8989b359'
# schizoduckie.github.io/DuckieTV was verified as official homepage when first introduced to the cask
url "https://github.com/SchizoDuckie/DuckieTV/releases/download/#{version}/DuckieTV-#{version}-OSX-x64.pkg"
appcast 'https://github.com/SchizoDuckie/DuckieTV/releases.atom',
checkpoint: 'f11c61dde34cfe2a9f3e7150122340aa3f6680a634e00851066fccd4668e0103'
name 'duckieTV'
homepage 'https://schizoduckie.github.io/DuckieTV/'
license :oss
pkg "DuckieTV-#{version}-OSX-x64.pkg", allow_untrusted: true
uninstall pkgutil: 'tv.duckie.base.pkg',
delete: [
'/Applicatons/duckieTV.app',
'~/Library/Application Support/DuckieTV-Standalone',
]
end