Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-fakefs
Commits: 5e23515f by Carl Smedstad at 2024-12-14T17:11:33+01:00 upgpkg: 2.8.0-1: Upstream release https://github.com/fakefs/fakefs/releases/tag/v2.8.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ruby-fakefs pkgdesc = A fake filesystem. Use it in your tests. - pkgver = 2.7.1 + pkgver = 2.8.0 pkgrel = 1 url = https://github.com/fakefs/fakefs arch = any @@ -16,7 +16,7 @@ pkgbase = ruby-fakefs makedepends = ruby-rdoc depends = ruby options = !emptydirs - source = git+https://github.com/fakefs/fakefs.git#tag=v2.7.1 - sha256sums = bb02d47a314de9298b1c923330800a6d028e9c0889550e9f65fe863e6a958e35 + source = git+https://github.com/fakefs/fakefs.git#tag=v2.8.0 + sha256sums = 602b65020c15b1e0e00a255b620e6a437e9a7c7a7200f617a3339a2bc85fe0d3 pkgname = ruby-fakefs ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=ruby-fakefs _pkgname=${pkgname#ruby-} -pkgver=2.7.1 +pkgver=2.8.0 pkgrel=1 pkgdesc='A fake filesystem. Use it in your tests.' arch=(any) @@ -25,7 +25,7 @@ checkdepends=( ) options=(!emptydirs) source=("git+$url.git#tag=v$pkgver") -sha256sums=('bb02d47a314de9298b1c923330800a6d028e9c0889550e9f65fe863e6a958e35') +sha256sums=('602b65020c15b1e0e00a255b620e6a437e9a7c7a7200f617a3339a2bc85fe0d3') prepare() { cd "$_pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-fakefs/-/commit/5e23515f6a8efe9455c0d9445bf42e011e17cfe1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-fakefs/-/commit/5e23515f6a8efe9455c0d9445bf42e011e17cfe1 You're receiving this email because of your account on gitlab.archlinux.org.
