homebrew-cask/Casks/inso.rb

19 lines
501 B
Ruby

cask "inso" do
version "3.12.0"
sha256 "f4835d86ba37011e4c97cbe203cc020a2167d8fa887ad5d5591f33e5aeed3264"
url "https://github.com/Kong/insomnia/releases/download/lib%40#{version}/inso-macos-#{version}.zip",
verified: "github.com/Kong/insomnia/"
name "inso"
desc "CLI HTTP and GraphQL Client"
homepage "https://insomnia.rest/products/inso"
livecheck do
regex(/lib@v?(\d+(?:\.\d+)+)(?!.)/i)
end
conflicts_with cask: "homebrew/cask-versions/inso-beta"
binary "inso"
end