fix(update): crystal (#1019)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-03-30 19:31:47 +08:00
committed by GitHub
parent bb89094f21
commit aa1ebd8c5b
+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: <strong>(.+?)</strong>", html, 1))