summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coreutils-uutils/.SRCINFO6
-rw-r--r--coreutils-uutils/PKGBUILD6
-rw-r--r--grep-compat/.SRCINFO6
-rw-r--r--grep-compat/PKGBUILD4
4 files changed, 11 insertions, 11 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO
index 731f68d..fc152a0 100644
--- a/coreutils-uutils/.SRCINFO
+++ b/coreutils-uutils/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coreutils-uutils
pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils
pkgver = 0.0.30
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/uutils/coreutils
arch = x86_64
license = GPL3
@@ -24,9 +24,9 @@ pkgbase = coreutils-uutils
conflicts = coreutils
conflicts = b3sum
conflicts = sha3sum
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.6.tar.xz
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.xz
source = uutils-coreutils-0.0.30.tar.gz::https://github.com/uutils/coreutils/archive/0.0.30.tar.gz
- sha256sums = 7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283
+ sha256sums = e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf
sha256sums = 732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22
pkgname = coreutils-uutils
diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD
index 6f66b95..b9d93c4 100644
--- a/coreutils-uutils/PKGBUILD
+++ b/coreutils-uutils/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=coreutils-uutils
pkgver=0.0.30
-pkgrel=2
+pkgrel=3
gnu_coreutils=coreutils
rust_uutils=uutils-coreutils
-gnu_coreutils_version=9.6
+gnu_coreutils_version=9.7
rust_uutils_version=0.0.30
pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils'
arch=('x86_64')
@@ -18,7 +18,7 @@ provides=('coreutils' 'b3sum' 'sha3sum')
makedepends=('rust' 'cargo' 'python-sphinx')
source=("https://ftp.gnu.org/gnu/$gnu_coreutils/$gnu_coreutils-$gnu_coreutils_version.tar.xz"
"$rust_uutils-$rust_uutils_version.tar.gz::$url/archive/$rust_uutils_version.tar.gz")
-sha256sums=('7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283'
+sha256sums=('e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf'
'732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22')
prepare() {
diff --git a/grep-compat/.SRCINFO b/grep-compat/.SRCINFO
index b1e1324..9266da5 100644
--- a/grep-compat/.SRCINFO
+++ b/grep-compat/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grep-compat
pkgdesc = A string search utility (without egrep and fgrep warnings when used in scripts)
- pkgver = 3.11
+ pkgver = 3.12
pkgrel = 1
url = https://www.gnu.org/software/grep/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = grep-compat
depends = pcre2
provides = grep
conflicts = grep
- source = https://ftp.gnu.org/gnu/grep/grep-3.11.tar.xz
- sha512sums = f254a1905a08c8173e12fbdd4fd8baed9a200217fba9d7641f0d78e4e002c1f2a621152d67027d9b25f0bb2430898f5233dc70909d8464fd13d7dd9298e65c42
+ source = https://ftp.gnu.org/gnu/grep/grep-3.12.tar.xz
+ sha512sums = c54b4db5a8b9afe098c088decd94977746305284d716666a60bac82b4edc0fae4acf828970b5b6fc7d58ecd549f638e17e6958f33a71fedcc7d7415b9228b161
pkgname = grep-compat
diff --git a/grep-compat/PKGBUILD b/grep-compat/PKGBUILD
index ea1ebc5..0d0a8fe 100644
--- a/grep-compat/PKGBUILD
+++ b/grep-compat/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=grep-compat
pkgname_=grep
-pkgver=3.11
+pkgver=3.12
pkgrel=1
pkgdesc='A string search utility (without egrep and fgrep warnings when used in scripts)'
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('texinfo')
provides=('grep')
conflicts=('grep')
source=("https://ftp.gnu.org/gnu/$pkgname_/$pkgname_-$pkgver.tar.xz")
-sha512sums=('f254a1905a08c8173e12fbdd4fd8baed9a200217fba9d7641f0d78e4e002c1f2a621152d67027d9b25f0bb2430898f5233dc70909d8464fd13d7dd9298e65c42')
+sha512sums=('c54b4db5a8b9afe098c088decd94977746305284d716666a60bac82b4edc0fae4acf828970b5b6fc7d58ecd549f638e17e6958f33a71fedcc7d7415b9228b161')
prepare() {
cd $pkgname_-$pkgver