mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
317 B
Ruby
12 lines
317 B
Ruby
cask :v1 => 'soundnote' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://download.mrgeckosmedia.com/SoundNote.zip'
|
|
appcast 'http://mrgeckosmedia.com/applications/appcast/SoundNote'
|
|
name 'SoundNote'
|
|
homepage 'https://mrgeckosmedia.com/applications/info/SoundNote'
|
|
license :isc
|
|
|
|
app 'SoundNote.app'
|
|
end
|