homebrew-cask/Casks/eintopf.rb

15 lines
545 B
Ruby
Raw Normal View History

cask 'eintopf' do
2016-03-11 09:33:26 +08:00
version '1.2.2'
sha256 'd1694af80ac179d41e1207535ddfbac4f00b0061cf10e73fc7c42200167842bf'
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-03-11 09:33:26 +08:00
checkpoint: 'f192ca524eb66316b73fb79ee049b41d075192db5c31d2cc0f9777c2b3f330e5'
name 'Eintopf'
homepage 'https://eintopf.io'
license :mit
app 'Eintopf.app'
end