Allow match of version irrespective of whether 'v' is present.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
This commit is contained in:
Christopher Day
2023-12-18 17:51:33 +00:00
committed by GitHub
co-authored by Sean Molenaar
parent 443a9a1961
commit ced85584d9
+1 -1
View File
@@ -10,7 +10,7 @@ cask "valkyrie" do
livecheck do
url :url
regex(%r{/(\d+(?:\.\d+)+)$}i)
regex(%r{/v?(\d+(?:\.\d+)+)$}i)
end
app "Valkyrie.app"