deviceinfo: use `url :url` instead of `url :stable` for `livecheck`

This commit is contained in:
Bevan Kay 2024-01-25 09:22:30 +11:00
parent 2d233b6dc3
commit 435d1d2acf
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cask "deviceinfo" do
homepage "https://github.com/CoreNion/DeviceInfo/"
livecheck do
url :stable
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end