homebrew-cask/Casks/shortcat.rb

14 lines
436 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shortcat' do
2015-06-13 01:40:18 +08:00
version '0.7.6'
sha256 'b78f20a94e0270ea1b0376677c07559db0e91c4ac53227b588adee46f971be1b'
2014-07-01 22:31:02 +08:00
url "https://files.shortcatapp.com/v#{version}/Shortcat.zip"
2016-01-12 01:06:52 +08:00
appcast 'https://shortcatapp.com/changelog.html',
:checkpoint => 'c63b2b590d976d5fb83ebacb974a19052c4e56d21627fdf773685bcad192816f'
name 'Sproutcube Shortcat'
2015-06-29 14:32:18 +08:00
homepage 'https://shortcatapp.com/'
license :commercial
2014-09-16 00:06:18 +08:00
app 'Shortcat.app'
2012-09-29 01:10:16 +08:00
end