homebrew-cask/Casks/sonora.rb

14 lines
337 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sonora' do
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
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'
2015-06-29 14:32:18 +08:00
appcast 'https://getsonora.com/updates/sonora2.xml'
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