Fix archversion regex for github tags

This commit is contained in:
Kevin MacMartin 2022-09-20 23:31:07 -04:00
parent 8359806b01
commit 5c3b90351d

View file

@ -11,11 +11,11 @@ regex = bsnes-hd beta ([0-9][0-9]*\.[0-9][0-9]*)
[cura-bin]
url = https://github.com/Ultimaker/Cura/releases
regex = Ultimaker-Cura-([0-9][0-9\.]*)-linux.AppImage
regex = Ultimaker Cura ([0-9][0-9\.]*[0-9])
[di-tui]
url = https://github.com/acaloiaro/di-tui/releases
regex = tags\/v([0-9][0-9\.]*[0-9])\.tar\.gz
regex = releases/tag/v([0-9][0-9\.]*[0-9])
[force_bind]
url = http://kernel.embedromix.ro/us/force_bind/
@ -32,7 +32,7 @@ url = http://www.ratbox.org/download/
[ma1sd]
url = https://github.com/ma1uta/ma1sd/releases
regex = /([0-9][0-9\.]*)\.tar\.gz
regex = releases/tag/([0-9][0-9\.]*[0-9])
[rename]
url = http://fossies.org/linux/privat/old
@ -44,7 +44,7 @@ regex = v([0-9][0-9\.]*[0-9])\.tar\.gz
[riftshare]
url = https://github.com/achhabra2/riftshare/releases
regex = v([0-9][0-9\.]*[0-9])\.tar\.gz
regex = releases/tag/v([0-9][0-9\.]*[0-9])
[sbagen]
url = http://uazu.net/sbagen/
@ -63,12 +63,12 @@ regex = martijnbraam/thumbdrives/refs/([0-9][0-9\.]*[0-9])
[timer-for-harvest]
url = https://github.com/frenkel/timer-for-harvest/releases
regex = timer-for-harvest/archive/refs/tags/v([0-9][0-9\.]*)\.tar\.gz
regex = releases/tag/v([0-9][0-9\.]*[0-9])
[upscayl-bin]
url = https://github.com/upscayl/upscayl/releases
regex = v([0-9][0-9a-zA-Z\.]*)\.tar\.gz
regex = releases/tag/v([0-9][0-9\.]*[0-9])
[wla_dx]
url = https://github.com/vhelin/wla-dx/releases
regex = v([0-9][0-9a-zA-Z\.]*)\.tar\.gz
regex = releases/tag/v([0-9][0-9\.]*[0-9])