mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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:
co-authored by
Sean Molenaar
parent
443a9a1961
commit
ced85584d9
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user