homebrew-cask/Casks/cenon.rb

15 lines
438 B
Ruby
Raw Normal View History

2018-05-04 23:59:35 +08:00
cask 'cenon' do
version '4.0.6'
2019-08-19 23:17:53 +08:00
sha256 '90f5b1a09519d656742be290f070471f218f3dbc0f391a5e81d45c3d72179a71'
2018-05-04 23:59:35 +08:00
# cenon.download was verified as official when first introduced to the cask
url "http://www.cenon.download/binaries/Apple/Cenon-#{version}.pkg"
2019-06-28 20:10:54 +08:00
appcast 'http://www.cenon.zone/download/binaries/Apple/'
2018-05-04 23:59:35 +08:00
name 'Cenon'
2019-05-17 17:33:56 +08:00
homepage 'https://www.cenon.info/'
2018-05-04 23:59:35 +08:00
pkg "Cenon-#{version}.pkg"
uninstall pkgutil: 'com.cenon'
end