homebrew-cask/Casks/prismatik.rb

15 lines
540 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'prismatik' do
2015-06-30 22:35:18 +08:00
version '5.11.2'
sha256 '47e7e5335c432cb9aec169b129b24fae7bb367665843c5cbaa0e49c6f0db13f5'
# github.com is the official download host per the vendor homepage
url "https://github.com/woodenshark/Lightpack/releases/download/#{version}/Prismatik.#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/woodenshark/Lightpack/releases.atom',
checkpoint: 'ed21f0f168d0db0f3764fdb42fa027c394f3df5781cd504526393422fe522351'
2015-01-12 01:50:53 +08:00
name 'Prismatik'
homepage 'http://lightpack.tv/'
2014-10-12 00:34:57 +08:00
license :gpl
2014-09-16 00:06:10 +08:00
app 'Prismatik.app'
end