Files
homebrew-cask/Casks/n/noisebuddy.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
355 B
Ruby

cask "noisebuddy" do
version "1.3"
sha256 "e16dae432d0c77aa394e62abb6b2452cab94150614638e998d2494c86a44beeb"
url "https://github.com/insidegui/NoiseBuddy/releases/download/#{version}/NoiseBuddy_v#{version}.zip"
name "NoiseBuddy"
homepage "https://github.com/insidegui/NoiseBuddy"
depends_on macos: ">= :catalina"
app "NoiseBuddy.app"
end