Skip to content

Commit

Permalink
main/ruby: update to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jun 12, 2024
1 parent 08d5358 commit 35f5d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/ruby/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "ruby"
pkgver = "3.3.2"
pkgver = "3.3.3"
pkgrel = 0
build_style = "gnu_configure"
configure_args = [
Expand Down Expand Up @@ -32,7 +32,7 @@
license = "Ruby OR BSD-2-Clause"
url = "https://www.ruby-lang.org/en"
source = f"https://cache.ruby-lang.org/pub/{pkgname}/{pkgver[:-2]}/{pkgname}-{pkgver}.tar.xz"
sha256 = "b5e8a8ed4a47cdd9a3358b5bdd998c37bd9e971ca63766a37d5ae5933fdb69f1"
sha256 = "83c0995388399c9555bad87e70af069755b5a9d84bbaa74aa22d1e37ff70fc1e"
# until verified; gonna need removing arch prefix from compiler name
# tests mostly pass but there are some portability issues in the test
# suite (stat usage) + chown not working in the sandbox + locale issues
Expand Down

0 comments on commit 35f5d33

Please sign in to comment.