homebrew-cask/Casks/versions.rb

11 lines
237 B
Ruby
Raw Normal View History

class Versions < Cask
version 'latest'
sha256 :no_check
url 'http://versionsapp.com/redirect/versionslatest'
2014-05-14 21:40:04 +08:00
appcast 'https://updates.blackpixel.com/updates?app=vs'
homepage 'http://versionsapp.com/'
2014-09-16 00:06:34 +08:00
app 'Versions.app'
end