git » cpio.git » commit e696623

use sha256sums

author Felix Yan
2022-12-27 13:14:13 UTC
committer Felix Yan
2022-12-27 13:14:13 UTC
parent dd0f1057a5c6f094d577f8cbf38048f3f4cd9b6b

use sha256sums

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 13d23ec..bf0b81a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer: judd <jvinet@zeroflux.org>
 pkgname=cpio
 pkgver=2.13
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
 arch=(x86_64)
 license=('GPL')
 url="https://www.gnu.org/software/cpio"
 depends=('glibc')
 source=(https://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz{,.sig})
-md5sums=('389c5452d667c23b5eceb206f5000810'
-         'SKIP')
+sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88'
+            'SKIP')
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff <gray@gnu.org>
 
 build() {