homebrew-cask/Casks/kching.rb

12 lines
373 B
Ruby
Raw Normal View History

2016-12-13 21:02:16 +08:00
cask 'kching' do
version '1.0.0'
sha256 '136f544a784d4bc6a8a01e5b2726fdde575ffd43c9cd24cd13e5aa1ea9fe9940'
url "https://github.com/skarnecki/kching/releases/download/#{version.major_minor}/kching-#{version}.tar.gz"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/skarnecki/kching/releases.atom'
2016-12-13 21:02:16 +08:00
name 'kching'
homepage 'https://github.com/skarnecki/kching'
app 'kching.app'
end