Files
homebrew-cask/Casks/a/advancedrestclient.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

22 lines
576 B
Ruby

cask "advancedrestclient" do
version "17.0.9"
sha256 "817d54ee18e970fce4b16ead1422069e3c1f69c5f0edec73e01bc0fd3a210034"
url "https://github.com/advanced-rest-client/arc-electron/releases/download/v#{version}/arc-macos.dmg"
name "Advanced REST Client"
desc "API testing tool"
homepage "https://github.com/advanced-rest-client/arc-electron"
livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
app "AdvancedRestClient.app"
zap trash: [
"~/Library/Application Support/advanced-rest-client",
"~/Library/Logs/AdvancedRestClient",
]
end