fix(update): crystal

Somehow the regex thingy failed

Signed-off-by: windowsboy111 <wboy111@outlook.com>
This commit is contained in:
windowsboy111
2023-04-16 23:04:06 +08:00
parent 27dd9c08b8
commit 6d04cf04aa
+1 -1
View File
@@ -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))