insomnia/inso >8.0

The versioning scheme has changed from 2023.5.8 to 8.x.x
see https://insomnia.rest/changelog#8.0.0
This commit is contained in:
Michael 2023-09-29 16:11:36 +02:00 committed by GitHub
parent bf57a1e814
commit a5bf9b13cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ cask "inso" do
homepage "https://insomnia.rest/products/inso"
livecheck do
regex(/lib@v?(\d+(?:\.\d+)+)(?!.)/i)
regex(/lib@v?(\d{1,3}(?:\.\d+)+)(?!.)/i)
end
conflicts_with cask: "homebrew/cask-versions/inso-beta"

View File

@ -1,5 +1,5 @@
cask "insomnia" do
version "2023.5.8"
version "8.1.0"
sha256 "40c640dcb17bc9d3a66e2afc82c28fac4c78f92aaccf72c4aea14fdfd984847f"
url "https://github.com/Kong/insomnia/releases/download/core%40#{version}/Insomnia.Core-#{version}.dmg",
@ -9,7 +9,7 @@ cask "insomnia" do
homepage "https://insomnia.rest/"
livecheck do
regex(/core@v?(\d+(?:\.\d+)+)(?!.)/i)
regex(/core@v?(\d{1,3}(?:\.\d+)+)(?!.)/i)
end
auto_updates true