mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
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
13 lines
342 B
Ruby
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
|