homebrew-cask/Casks/videobox.rb

14 lines
427 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'videobox' do
2014-10-22 14:49:00 +08:00
version '4.1.2'
sha256 'bd9e6ae942b729b02c40ad076814be7c5e2f966325c9c5e982070d03443408c5'
2015-06-29 14:32:18 +08:00
url "https://download.tastyapps.com/videobox_#{version}.dmg"
2015-01-10 05:13:12 +08:00
name 'Videobox'
2015-05-28 04:32:28 +08:00
appcast 'https://casts.tastyapps.com/cast.html',
:sha256 => 'a5946b653f3d86f641836b458e4781d2e97449f0f160674812b18a4700ae30a2'
2015-06-29 14:32:18 +08:00
homepage 'https://www.tastyapps.com/videobox/'
2014-10-22 14:49:00 +08:00
license :closed
app 'Videobox.app'
end