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

12 lines
360 B
Ruby

cask "nslogger" do
version "1.9.7"
sha256 "52d36d45c2abb89f27ca5c3e14a4569cbf7052a787788b31987ccd227da2e5a9"
url "https://github.com/fpillet/NSLogger/releases/download/v#{version}/NSLogger-Desktop.Viewer-v#{version}.zip"
name "NSLogger"
desc "Modern, flexible logging tool"
homepage "https://github.com/fpillet/NSLogger"
app "NSLogger.app"
end