homebrew-cask/Casks/eintopf.rb

14 lines
531 B
Ruby
Raw Normal View History

cask 'eintopf' do
2016-08-15 03:42:40 +08:00
version '1.3.2'
sha256 '49b0e1f6736e86326a307889147d29e51c0343c56cb538556265eb6e8084b456'
2016-02-14 08:13:51 +08:00
# github.com/mazehall/eintopf was verified as official when first introduced to the cask
url "https://github.com/mazehall/eintopf/releases/download/#{version}/eintopf_#{version}-x64.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mazehall/eintopf/releases.atom',
2016-08-15 03:42:40 +08:00
checkpoint: '2f683218039482487cb26a62f378cef879b5504f694736b58c14663bcd6bd978'
name 'Eintopf'
homepage 'https://eintopf.io/'
app 'Eintopf.app'
end