Files
homebrew-cask/Casks/n/nulloy.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

15 lines
423 B
Ruby

cask "nulloy" do
version "0.9.5"
sha256 "386d2935b427460e44bcd46b0b2e6ca1015f066b7d5e65097815d86bf4aee0ac"
url "https://github.com/nulloy/nulloy/releases/download/#{version}/Nulloy-#{version}-x86_64.dmg",
verified: "github.com/nulloy/nulloy/"
name "Nulloy"
desc "Music player"
homepage "https://nulloy.com/"
app "Nulloy.app"
zap trash: "~/Library/Saved Application State/com.nulloy.savedState"
end