homebrew-cask/Casks/klokki.rb

15 lines
439 B
Ruby
Raw Normal View History

cask 'klokki' do
version '1.1.2'
sha256 '8667dd3acac54f35f6f2c1bc489e768a7e007b3a354d9ce49904fc7ef0ce24e6'
# storage.yandexcloud.net/klokki was verified as official when first introduced to the cask
url 'https://storage.yandexcloud.net/klokki/Klokki.dmg'
appcast 'https://storage.yandexcloud.net/klokki/appcast.xml'
name 'Klokki'
homepage 'https://klokki.com/'
2019-09-12 03:27:56 +08:00
depends_on macos: '>= :high_sierra'
app 'Klokki.app'
end