homebrew-cask/Casks/shortcat.rb

11 lines
299 B
Ruby
Raw Normal View History

2012-09-29 01:10:16 +08:00
class Shortcat < Cask
2014-09-04 16:47:54 +08:00
version '0.7.3'
sha256 '0d7a48a862a1b1f9a1c26f51afbcc6aaf6b406469643ec84de426d336f227cef'
2014-07-01 22:31:02 +08:00
url "https://files.shortcatapp.com/v#{version}/Shortcat.zip"
2014-06-09 22:41:37 +08:00
appcast 'https://shortcatapp.com/updates/appcast.xml'
2012-09-29 01:10:16 +08:00
homepage 'http://shortcatapp.com/'
2014-09-16 00:06:18 +08:00
app 'Shortcat.app'
2012-09-29 01:10:16 +08:00
end