Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-build
Commits: b5036b85 by Carl Smedstad at 2025-01-30T06:38:02+01:00 upgpkg: 20250130-1: Upstream release https://github.com/rbenv/ruby-build/releases/tag/v20250130 - - - - - 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 = 20250127 + pkgver = 20250130 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=v20250127 - sha256sums = 9f7eb65bc3d8b6e5c722f765218f00d552ac3d6c82c6a2c478fb7c67fb3400b8 + source = git+https://github.com/rbenv/ruby-build.git#tag=v20250130 + sha256sums = 27edd577a50e62e7a4f5a7fd9dcca399e891ec739df57081ffac784426a13e91 pkgname = ruby-build ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributer: Alex Ogier <[email protected]> pkgname=ruby-build -pkgver=20250127 +pkgver=20250130 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=('9f7eb65bc3d8b6e5c722f765218f00d552ac3d6c82c6a2c478fb7c67fb3400b8') +sha256sums=('27edd577a50e62e7a4f5a7fd9dcca399e891ec739df57081ffac784426a13e91') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/b5036b853b60f8f5d22f24327a3072a1b02438db -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/b5036b853b60f8f5d22f24327a3072a1b02438db You're receiving this email because of your account on gitlab.archlinux.org.
