homebrew-cask/Casks/noisy.rb

11 lines
202 B
Ruby

class Noisy < Cask
version :latest
sha256 :no_check
url 'https://github.com/downloads/jonshea/Noisy/Noisy.zip'
homepage 'https://github.com/jonshea/Noisy'
license :oss
app 'Noisy.app'
end