Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-build
Commits: 6bf3ddc1 by Carl Smedstad at 2025-01-15T09:24:00+01:00 upgpkg: 20250114-1: Upstream release https://github.com/rbenv/ruby-build/releases/tag/v20250114 - - - - - 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 = 20241225.2 + pkgver = 20250114 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=v20241225.2 - sha256sums = 57985c20d72f705e5608c65920fd00e86d15f70b37a1b1b01c6b62502fba49f8 + source = git+https://github.com/rbenv/ruby-build.git#tag=v20250114 + sha256sums = 4dd1152448b80f1601883d7ea17d843e6e8c51c6b67d63f3c2d7d7d836546e47 pkgname = ruby-build ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributer: Alex Ogier <[email protected]> pkgname=ruby-build -pkgver=20241225.2 +pkgver=20250114 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=('57985c20d72f705e5608c65920fd00e86d15f70b37a1b1b01c6b62502fba49f8') +sha256sums=('4dd1152448b80f1601883d7ea17d843e6e8c51c6b67d63f3c2d7d7d836546e47') check() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/6bf3ddc1586c0e3196df7a4d453706750f26b4a2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/6bf3ddc1586c0e3196df7a4d453706750f26b4a2 You're receiving this email because of your account on gitlab.archlinux.org.
