Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-build
Commits: e475152b by Carl Smedstad at 2025-09-14T15:25:34+02:00 upgpkg: 20250908-1: Upstream release https://github.com/rbenv/ruby-build/releases/tag/v20250908 - - - - - 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 = 20250829 + pkgver = 20250908 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=v20250829 - sha256sums = 0d3afde4b0a2b02a3271e6c0b3921d8f8f3398b2f303be9026e2871eeca69387 + source = git+https://github.com/rbenv/ruby-build.git#tag=v20250908 + sha256sums = 14768baeeadb24494b8fb0c3ef303c023471a1638ebad20ad3f3fd0faabf210b pkgname = ruby-build ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributer: Alex Ogier <[email protected]> pkgname=ruby-build -pkgver=20250829 +pkgver=20250908 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") -sha256sums=('0d3afde4b0a2b02a3271e6c0b3921d8f8f3398b2f303be9026e2871eeca69387') +sha256sums=('14768baeeadb24494b8fb0c3ef303c023471a1638ebad20ad3f3fd0faabf210b') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/e475152b7d1305aa67a13ec9ce51db5e90bb28a6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/e475152b7d1305aa67a13ec9ce51db5e90bb28a6 You're receiving this email because of your account on gitlab.archlinux.org.
