Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-build
Commits: 61180761 by Carl Smedstad at 2025-01-23T07:35:54+01:00 upgpkg: 20250121-1: Upstream release https://github.com/rbenv/ruby-build/releases/tag/v20250121 - - - - - 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 = 20250115 + pkgver = 20250121 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=v20250115 - sha256sums = 5ecdd5f1e6dff5e53d44a481aa87ca29e8a997dae095b314710e36b369c42d94 + source = git+https://github.com/rbenv/ruby-build.git#tag=v20250121 + sha256sums = cf02fe07d618471e6e9f562c5d9bfa0e6732345d6df397ab6c8f00a7fd3a47cb pkgname = ruby-build ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributer: Alex Ogier <alex.og...@gmail.com> pkgname=ruby-build -pkgver=20250115 +pkgver=20250121 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=('5ecdd5f1e6dff5e53d44a481aa87ca29e8a997dae095b314710e36b369c42d94') +sha256sums=('cf02fe07d618471e6e9f562c5d9bfa0e6732345d6df397ab6c8f00a7fd3a47cb') check() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/6118076181f10f2e0ffc986998eb95d0aba8c95c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build/-/commit/6118076181f10f2e0ffc986998eb95d0aba8c95c You're receiving this email because of your account on gitlab.archlinux.org.