mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
8 lines
243 B
Ruby
8 lines
243 B
Ruby
class Changes < Cask
|
|
url 'http://bitbq.com/changes/download.php'
|
|
appcast 'https://bitbq_changes.s3.amazonaws.com/changes-production.xml'
|
|
homepage 'http://bitbq.com/changes/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Changes.app'
|
|
end
|