Move cryptobox from develversion to archversion and remove an unnecessary escape
This commit is contained in:
parent
f1bc305a50
commit
05e4685989
2 changed files with 5 additions and 2 deletions
|
@ -13,6 +13,10 @@ regex = bsnes-hd beta ([0-9][0-9]*\.[0-9][0-9]*)
|
|||
url = https://github.com/prurigro/cjdnsify/releases
|
||||
regex = releases/tag/v([0-9][0-9\.]*[0-9])
|
||||
|
||||
[cryptobox]
|
||||
url = https://github.com/prurigro/cryptobox/releases
|
||||
regex = /cryptobox/tree/v([0-9][0-9\.]*[0-9])
|
||||
|
||||
[cura-bin]
|
||||
url = https://github.com/Ultimaker/Cura/releases
|
||||
regex = > *Ulti[mM]aker Cura ([0-9][0-9\.]*[0-9]) *<
|
||||
|
@ -29,7 +33,7 @@ url = http://sourceforge.net/projects/fractalnow/files/FractalNow/
|
|||
|
||||
[gps-share]
|
||||
url = https://github.com/zeenix/gps-share/tags
|
||||
regex = tags\/([0-9][0-9\.]*[0-9])\.tar\.gz
|
||||
regex = tags/([0-9][0-9\.]*[0-9])\.tar\.gz
|
||||
|
||||
[ircd-ratbox]
|
||||
url = http://www.ratbox.org/download/
|
||||
|
|
|
@ -5,7 +5,6 @@ cheat-bash-git
|
|||
cjdns-git
|
||||
commacd-git
|
||||
conky-colors-git
|
||||
cryptobox
|
||||
cursynth-git
|
||||
git-rpg-git
|
||||
gnome-catgen-git
|
||||
|
|
Loading…
Reference in a new issue