summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils
diff options
context:
space:
mode:
authorkj-sh6042025-03-09 20:55:36 -0400
committerkj-sh6042025-03-09 20:55:36 -0400
commit2c12b4771f70f24014a4e7213cf532ec11cfe60b (patch)
treee9ba031ca027b021005f8575effdcddd542fbe88 /coreutils-uutils
parent33d22a11f0ab0e7ac1a22e7ae918280be1dd16a3 (diff)
upgpkg: 0.0.30-1
Diffstat (limited to 'coreutils-uutils')
-rw-r--r--coreutils-uutils/.SRCINFO6
-rw-r--r--coreutils-uutils/PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO
index 9658ddc..cb6495d 100644
--- a/coreutils-uutils/.SRCINFO
+++ b/coreutils-uutils/.SRCINFO
@@ -1,6 +1,6 @@
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.29
+ pkgver = 0.0.30
pkgrel = 1
url = https://github.com/uutils/coreutils
arch = x86_64
@@ -27,8 +27,8 @@ pkgbase = coreutils-uutils
conflicts = b3sum
conflicts = sha3sum
source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.6.tar.xz
- source = uutils-coreutils-0.0.29.tar.gz::https://github.com/uutils/coreutils/archive/0.0.29.tar.gz
+ source = uutils-coreutils-0.0.30.tar.gz::https://github.com/uutils/coreutils/archive/0.0.30.tar.gz
sha256sums = 7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283
- sha256sums = e1904ed6e5b8b441bedcba5afa7e8e8c744ef701f6d392de8c8dcc2ea17a34e2
+ sha256sums = 732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22
pkgname = coreutils-uutils
diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD
index f6d12f6..9e7fab9 100644
--- a/coreutils-uutils/PKGBUILD
+++ b/coreutils-uutils/PKGBUILD
@@ -1,12 +1,12 @@
# # Maintainer: kj_sh604 <406hs_jk@proton.me>
pkgname=coreutils-uutils
-pkgver=0.0.29
+pkgver=0.0.30
pkgrel=1
gnu_coreutils=coreutils
rust_uutils=uutils-coreutils
gnu_coreutils_version=9.6
-rust_uutils_version=0.0.29
+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')
license=('GPL3' 'MIT')
@@ -19,7 +19,7 @@ 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'
- 'e1904ed6e5b8b441bedcba5afa7e8e8c744ef701f6d392de8c8dcc2ea17a34e2')
+ '732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22')
prepare() {
cd $gnu_coreutils-$gnu_coreutils_version