homebrew-cask/Casks/prismatik.rb

14 lines
457 B
Ruby
Raw Normal View History

2014-11-14 01:26:42 +08:00
cask :v1 => '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-03-15 19:54:22 +08:00
appcast 'https://github.com/woodenshark/Lightpack/releases.atom'
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