homebrew-cask/Casks/chocolat.rb

15 lines
515 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'chocolat' do
2016-01-29 05:40:19 +08:00
version '3.2.1'
sha256 'c924cc5eccaa9d6cfe97108cfb1ba31c0433d82485268a75313c5a8dcab53657'
2015-07-25 02:14:52 +08:00
# fileability.net is the official download host per the vendor homepage
url "http://files.fileability.net/Chocolat_#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://chocolatapp.com/userspace/appcast/appcast_alpha.php',
2016-01-29 05:40:19 +08:00
checkpoint: '524ab33cc350ad000a05f6529eea17caef80343088d2f22dfeb86af430482283'
2015-01-12 03:42:53 +08:00
name 'Chocolat'
homepage 'https://chocolatapp.com/'
license :commercial
2014-09-16 00:05:22 +08:00
app 'Chocolat.app'
2012-11-02 21:32:17 +08:00
end