mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
insomnia: update livecheck
This commit is contained in:
+5
-1
@@ -8,8 +8,12 @@ cask "insomnia" do
|
||||
desc "HTTP and GraphQL Client"
|
||||
homepage "https://insomnia.rest/"
|
||||
|
||||
# Upstream previously used a date-based version scheme (e.g., `2023.5.8`)
|
||||
# before switching to a typical `8.1.0` format. The date-based versions are
|
||||
# numerically higher, so we have to avoid matching them.
|
||||
livecheck do
|
||||
regex(/core@v?(\d{1,3}(?:\.\d+)+)(?!.)/i)
|
||||
url :url
|
||||
regex(/^core@v?(\d{1,3}(?:\.\d+)+)$/i)
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
|
||||
Reference in New Issue
Block a user