homebrew-cask/Casks/imageplay.rb

13 lines
450 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'imageplay' do
2016-12-19 18:06:49 +08:00
version '6.1.0'
2017-03-19 10:45:53 +08:00
sha256 'afb57eee23f28c3b8bc45413fcdbc9d30c17267be929cfb9fb9918beff8d812e'
2015-08-06 22:06:39 +08:00
2016-03-05 01:41:19 +08:00
# github.com/cpvrlab/ImagePlay was verified as official when first introduced to the cask
2015-11-22 04:31:23 +08:00
url "https://github.com/cpvrlab/ImagePlay/releases/download/#{version}/ImagePlay-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/cpvrlab/ImagePlay/releases.atom'
2015-08-06 22:06:39 +08:00
name 'ImagePlay'
homepage 'https://imageplay.io/'
2015-08-06 22:06:39 +08:00
app 'ImagePlay.app'
end