mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
299 B
Ruby
10 lines
299 B
Ruby
class Shortcat < Cask
|
|
version '0.7.3'
|
|
sha256 '0d7a48a862a1b1f9a1c26f51afbcc6aaf6b406469643ec84de426d336f227cef'
|
|
|
|
url "https://files.shortcatapp.com/v#{version}/Shortcat.zip"
|
|
appcast 'https://shortcatapp.com/updates/appcast.xml'
|
|
homepage 'http://shortcatapp.com/'
|
|
|
|
app 'Shortcat.app'
|
|
end
|