Skip to content

Commit

Permalink
bump: crystal (#1489)
Browse files Browse the repository at this point in the history
* bump: crystal

Signed-off-by: madomado <[email protected]>

* bump crystal to 1.13.0

Signed-off-by: madomado <[email protected]>

---------

Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 10, 2024
1 parent 5db23ec commit 3115afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anda/langs/crystal/crystal/crystal.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %nil

Name: crystal
Version: 1.12.2
Version: 1.13.0
Release: 1%?dist
Summary: The Crystal Programming Language
License: Apache-2.0
Expand Down
3 changes: 1 addition & 2 deletions anda/langs/crystal/crystal/update.rhai
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
let html = get("https://crystal-lang.org/");
rpm.version(find("Latest release: <strong>(.+?)</strong>", html, 1))
rpm.version(gh("crystal-lang/crystal"));

0 comments on commit 3115afa

Please sign in to comment.