homebrew-cask/Casks/simple-comic.rb

13 lines
510 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'
name 'Simple Comic'
homepage 'https://dancingtortoise.github.io/'
app 'Simple Comic.app'
end