homebrew-cask-versions/Casks/sonora.rb
Amory Meltzer 3f07e25d32 Update sonora license from oss to gratis
The CODE is licensed under the 3-clause BSD, but the assets (e.g. designs) are not libre, and the application is not available for distribution.  See more information at https://github.com/sonoramac/Sonora/blob/master/README.md
2015-02-01 08:21:31 -08:00

13 lines
342 B
Ruby

cask :v1 => 'sonora' do
version :latest
sha256 :no_check
# github.com is the official download host per the vendor homepage
url 'https://github.com/downloads/sonoramac/Sonora/Sonora.zip'
appcast 'http://getsonora.com/updates/sonora2.xml'
name 'Sonora'
homepage 'http://getsonora.com/'
license :gratis
app 'Sonora.app'
end