Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-build
Commits: 6364ee0a by Carl Smedstad at 2026-02-23T08:30:29+01:00 upgpkg: 20260222-1: Upstream release https://github.com/rbenv/ruby-build/releases/tag/v20260222 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ruby-build pkgdesc = A tool to download, compile, and install Ruby on Unix-like systems - pkgver = 20260121 + pkgver = 20260222 pkgrel = 1 url = https://github.com/rbenv/ruby-build arch = any @@ -11,7 +11,7 @@ pkgbase = ruby-build optdepends = git: install ruby from git optdepends = libyaml: install recent versions of mri optdepends = rust: install ruby with YJIT enabled - source = git+https://github.com/rbenv/ruby-build.git#tag=v20260121 - b2sums = 5fb834d4819b321ff95b4ce512c9b7b660f350f509c4a0521a4d42db4f714a0ce3cca51ae271682c31a4e55862e74184f0b2603be4c585f631f6a8ca07902226 + source = git+https://github.com/rbenv/ruby-build.git#tag=v20260222 + b2sums = 5872e313d7d6d34e2d082d0ca8c601ee4b0b8950bb8aee85bcfd8ed9969687d3c5080f1a5010ea4c197a5eb1fffe05f7c8419a10d163494f5db4b9360803d347 pkgname = ruby-build ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributer: Alex Ogier <[email protected]> pkgname=ruby-build -pkgver=20260121 +pkgver=20260222 pkgrel=1 pkgdesc="A tool to download, compile, and install Ruby on Unix-like systems" arch=('any') @@ -20,7 +20,7 @@ optdepends=( 'rust: install ruby with YJIT enabled' ) source=("git+$url.git#tag=v$pkgver") -b2sums=('5fb834d4819b321ff95b4ce512c9b7b660f350f509c4a0521a4d42db4f714a0ce3cca51ae271682c31a4e55862e74184f0b2603be4c585f631f6a8ca07902226') +b2sums=('5872e313d7d6d34e2d082d0ca8c601ee4b0b8950bb8aee85bcfd8ed9969687d3c5080f1a5010ea4c197a5eb1fffe05f7c8419a10d163494f5db4b9360803d347') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/6364ee0a0d755fec952613fce368d687279e9d87 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/6364ee0a0d755fec952613fce368d687279e9d87 You're receiving this email because of your account on gitlab.archlinux.org.
