Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-childprocess
Commits: 829511ff by Andreas Schleifer at 2024-10-02T00:26:17+02:00 upgpkg: 5.1.0-1: Ruby 3.3 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ruby-childprocess pkgdesc = Cross-platform Ruby library for managing child processes - pkgver = 5.0.0 + pkgver = 5.1.0 pkgrel = 1 url = https://github.com/enkessler/childprocess arch = any @@ -9,7 +9,7 @@ pkgbase = ruby-childprocess makedepends = ruby-rdoc depends = ruby options = !emptydirs - source = https://github.com/enkessler/childprocess/archive/v5.0.0/ruby-childprocess-5.0.0.tar.gz - sha256sums = 0c8aac0ab62441a7b634b63ac3eb24dbf88929af71e165fcf40fba68089cba7f + source = https://github.com/enkessler/childprocess/archive/v5.1.0/ruby-childprocess-5.1.0.tar.gz + sha256sums = 144b9cd1de515694a73d332682dfc975c6c4d8e38d7c475a0e9a714f6671808e pkgname = ruby-childprocess ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=ruby-childprocess -pkgver=5.0.0 +pkgver=5.1.0 pkgrel=1 pkgdesc='Cross-platform Ruby library for managing child processes' arch=(any) @@ -18,7 +18,7 @@ checkdepends=( ) options=(!emptydirs) source=(https://github.com/enkessler/childprocess/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('0c8aac0ab62441a7b634b63ac3eb24dbf88929af71e165fcf40fba68089cba7f') +sha256sums=('144b9cd1de515694a73d332682dfc975c6c4d8e38d7c475a0e9a714f6671808e') prepare() { cd childprocess-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-childprocess/-/commit/829511ff12ef5c8bcb2e1aa80cfbc39ff8e17ce6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-childprocess/-/commit/829511ff12ef5c8bcb2e1aa80cfbc39ff8e17ce6 You're receiving this email because of your account on gitlab.archlinux.org.