Files
homebrew-cask/Casks/l/loading.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

19 lines
408 B
Ruby

cask "loading" do
version "1.2.6"
sha256 :no_check
url "https://bonzaiapps.com/loading/Loading.zip"
name "Loading"
desc "Network activity monitor"
homepage "https://bonzaiapps.com/loading/"
livecheck do
url "https://bonzaiapps.com/loading/update.xml"
strategy :sparkle, &:short_version
end
app "Loading.app"
zap trash: "~/Library/Preferences/com.bonzaiapps.loading.plist"
end