homebrew-cask/Casks/simple-comic.rb

14 lines
599 B
Ruby

cask 'simple-comic' do
version '1.7_252'
sha256 '4ddd18a02a79fc8201824e6ab99291c6d4c8680f79f94bc372bf71f0535def35'
# github.com/dancingtortoise/Simple-Comic was verified as official when first introduced to the cask
url "https://github.com/dancingtortoise/Simple-Comic/releases/download/#{version}/SimpleComic_#{version}.zip"
appcast 'https://github.com/dancingtortoise/Simple-Comic/releases.atom',
checkpoint: '66df09ef39345ef6782eb01eee3cc86d8d2a9a7860d963f55a88b62cd143b976'
name 'Simple Comic'
homepage 'https://dancingtortoise.github.io/'
app 'Simple Comic.app'
end