mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
279 B
Ruby
8 lines
279 B
Ruby
class Soundnote < Cask
|
|
url 'http://download.mrgeckosmedia.com/SoundNote.zip'
|
|
appcast 'http://mrgeckosmedia.com/applications/appcast/SoundNote'
|
|
homepage 'https://mrgeckosmedia.com/applications/info/SoundNote'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'SoundNote.app'
|
|
end
|