homebrew-cask/Casks/eintopf.rb

15 lines
545 B
Ruby
Raw Normal View History

cask 'eintopf' do
2016-04-15 04:41:15 +08:00
version '1.3.0'
sha256 '21af45808e774a20d6f7c71066ba5521de2c7f6842ff805aa384887d39b0df47'
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-04-15 04:41:15 +08:00
checkpoint: '08fb7a2f75150cf295efe239a3104ed297c68b57838207087b0f84357899fe14'
name 'Eintopf'
homepage 'https://eintopf.io'
license :mit
app 'Eintopf.app'
end