homebrew-cask/Casks/traktable.rb

14 lines
606 B
Ruby

cask 'traktable' do
version '0.6-alpha1,a'
sha256 '6bf5b2e30e8378d46e5c69494bc23617a3f410856ee4682899683607cb0dee79'
# github.com/yo-han/Traktable was verified as official when first introduced to the cask
url "https://github.com/yo-han/Traktable/releases/download/#{version.before_comma}/Traktable-#{version.before_comma}#{version.after_comma}.zip"
appcast 'https://github.com/yo-han/Traktable/releases.atom',
checkpoint: '85c3a5b3b36bb8e5d220c9ecb4f3f8f3a00df75f00c266edd1b0256d81c46270'
name 'Traktable'
homepage 'https://yo-han.github.io/Traktable/'
app 'Traktable.app'
end