git » cpio.git » commit c16ed7d

Update to 2.13

author Antonio Rojas
2019-11-09 15:47:21 UTC
committer Antonio Rojas
2019-11-09 15:47:21 UTC
parent 20ba4ddf72074745cbf15346923896de58c2520c

Update to 2.13

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 66d9e6c..e1f3610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: judd <jvinet@zeroflux.org>
 pkgname=cpio
-pkgver=2.12
-pkgrel=4
+pkgver=2.13
+pkgrel=1
 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)
-md5sums=('fc207561a86b63862eea4b8300313e86')
+md5sums=('389c5452d667c23b5eceb206f5000810')
 
 build() {
   cd ${pkgname}-${pkgver}