mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
fix(update): crystal
Somehow the regex thingy failed Signed-off-by: windowsboy111 <wboy111@outlook.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
let html = get("https://crystal-lang.org/");
|
||||
rpm.version(find("Latest release <.+>(.+)<\\/a>", html, 1))
|
||||
rpm.version(find("Latest release <.+>(.+)</a>", html, 1))
|
||||
|
||||
Reference in New Issue
Block a user