homebrew-cask/Casks/donut.rb

13 lines
445 B
Ruby
Raw Normal View History

cask 'donut' do
2017-03-14 02:28:12 +08:00
version '2.4.0'
sha256 '03d46d2701cf340675cc57d1bd1b6c769ae67516fb33466d507142317f84bd10'
2018-02-25 04:16:34 +08:00
# github.com/EtherbitHQ/donut was verified as official when first introduced to the cask
url "https://github.com/EtherbitHQ/donut/releases/download/#{version}/donut-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/EtherbitHQ/donut/releases.atom'
name 'donut'
2018-02-25 04:16:34 +08:00
homepage 'https://www.etherbit.in/pages/donut'
app 'donut.app'
end