homebrew-cask/Casks/shortcat.rb

14 lines
445 B
Ruby
Raw Normal View History

2014-11-14 01:26:55 +08:00
cask :v1 => 'shortcat' do
version '0.7.5'
sha256 '344bfee21417481189600c09a282b9ed4a76b674b4789d3232a29d8f640446fc'
2014-07-01 22:31:02 +08:00
url "https://files.shortcatapp.com/v#{version}/Shortcat.zip"
2014-10-15 23:43:55 +08:00
appcast 'https://shortcatapp.com/updates/appcast.xml',
:sha256 => '38804c1de1cceb99418fb8393b57a99d78815c4d87dd850fe6b9acb0a4dc01de'
2012-09-29 01:10:16 +08:00
homepage 'http://shortcatapp.com/'
license :commercial
tags :vendor => 'Sproutcube'
2014-09-16 00:06:18 +08:00
app 'Shortcat.app'
2012-09-29 01:10:16 +08:00
end