From d1294b74f09e9a26b43a47f3babd4b278078110a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 11 Dec 2024 21:11:41 +0100 Subject: [PATCH] moreutils: Update to 0.70 --- moreutils/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/moreutils/PKGBUILD b/moreutils/PKGBUILD index 977eb9b8..fd2870ca 100644 --- a/moreutils/PKGBUILD +++ b/moreutils/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer: Erich Gubler pkgname=moreutils -pkgver=0.69 +pkgver=0.70 pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" arch=('i686' 'x86_64') url="https://joeyh.name/code/moreutils/" +msys2_repository_url='https://git.joeyh.name/index.cgi/moreutils.git' license=('GPL2') makedepends=('docbook-xml' 'git' 'make' 'gcc' 'docbook-xsl') source=("git+https://git.joeyh.name/git/moreutils.git#tag=${pkgver}") -sha256sums=('81dc7a6d7ba9733648a850313a80930f73624a6808a1fcfd4bc8e1151453171d') +sha256sums=('f184bcb509dace3c0d1d61dc7c9c951c72a6ff8bac6f8f275a648ec9ffa0e926') build() { cd "${srcdir}"/${pkgname}