Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/coreutils
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-03 09:26:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-03 09:26:31 +0200
commit0c3af210d9f0ca5885b70e7193b332bcb42ce5a0 (patch)
tree3015f27d22aa4926069bd71bda84339effe5e06d /core/coreutils
parent98bff8608e93c0b82ac7bb198056f004bef276f3 (diff)
core/coreutils: b2sum instead of sha256 for uname i486 patch
Diffstat (limited to 'core/coreutils')
-rw-r--r--core/coreutils/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index 5385a852..48b03317 100644
--- a/core/coreutils/PKGBUILD
+++ b/core/coreutils/PKGBUILD
@@ -2,7 +2,7 @@
if [ "${CARCH}" = "i486" ]; then
# make uname return i486 instead of i686 when used with setarch
source+=('coreutils-9.5-uname-i486.patch')
- sha256sums+=('9c8b9c88a2f737808ef43dca4c7ea03c638930e33f3c01e7c407ec6f9f67f218')
+ b2sums+=('94be6a03eeb940609d65af90b9977744ae5627c5e99f73924e57cd36df5b9212c6e0fb1a71008a2f97d83c23cfd30bd8e386e7ffd0718ff59c0dc1ff03e6e6ef')
fi
# FS#66506: temporarily ignore test-login failure