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