diff options
author | Juergen Daubert <jue@jue.li> | 2016-05-20 12:27:14 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-05-20 12:27:14 +0200 |
commit | 7e376f5a112236aa9f4488978210a211245d43c3 (patch) | |
tree | 411981a51054c0826e6769575441fa8a0421baa1 /tar | |
parent | 9ed6d2cd6c068f7d6d50f7c569d7e97861b87083 (diff) | |
download | core-7e376f5a112236aa9f4488978210a211245d43c3.tar.gz core-7e376f5a112236aa9f4488978210a211245d43c3.tar.xz |
tar: update to 1.29
Diffstat (limited to 'tar')
-rw-r--r-- | tar/.md5sum | 2 | ||||
-rw-r--r-- | tar/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tar/.md5sum b/tar/.md5sum index 010177ce..ff4082ac 100644 --- a/tar/.md5sum +++ b/tar/.md5sum @@ -1 +1 @@ -49b6306167724fe48f419a33a5beb857 tar-1.28.tar.xz +a1802fec550baaeecff6c381629653ef tar-1.29.tar.xz diff --git a/tar/Pkgfile b/tar/Pkgfile index 2f31f215..1172f597 100644 --- a/tar/Pkgfile +++ b/tar/Pkgfile @@ -3,8 +3,8 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=tar -version=1.28 -release=3 +version=1.29 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { |