homebrew-cask/Casks/sonora.rb

15 lines
482 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sonora' do
2016-01-18 08:43:03 +08:00
version '2.0'
sha256 'ca928780145336439a47355228b0b916734579d9f81df3c02acee490ca5dae9e'
2015-01-19 09:49:52 +08:00
# github.com is the official download host per the vendor homepage
2014-05-13 07:34:22 +08:00
url 'https://github.com/downloads/sonoramac/Sonora/Sonora.zip'
2016-01-19 08:58:05 +08:00
appcast 'https://getsonora.com/updates/sonora2.xml',
checkpoint: '6bc10e0ee1e63b8d453557ffba549974fcca1e0847f7b5ecd7d96e4595e1458d'
2015-01-10 04:50:40 +08:00
name 'Sonora'
2015-06-29 14:32:18 +08:00
homepage 'https://getsonora.com/'
license :gratis
2014-09-16 00:06:22 +08:00
app 'Sonora.app'
2014-05-13 07:34:22 +08:00
end