Skip to content

Commit

Permalink
fix(update): crystal
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Mar 29, 2024
1 parent b17f85e commit 4bc1cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/langs/crystal/crystal/update.rhai
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 4bc1cc5

Please sign in to comment.