summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-02-16 13:25:02 +0100
committerJuergen Daubert <jue@jue.li>2021-02-16 13:25:02 +0100
commit4e5fa8b0dbe70a2134982f9912edc55ecaab8536 (patch)
tree5c259556d90c0d3e2f0f47e662b2e7124fd6db56 /tar
parentde58d789d7edf92b68cea01afc062f8f8c01ec5a (diff)
downloadcore-4e5fa8b0dbe70a2134982f9912edc55ecaab8536.tar.gz
core-4e5fa8b0dbe70a2134982f9912edc55ecaab8536.tar.xz
tar: update to 1.34
Diffstat (limited to 'tar')
-rw-r--r--tar/.signature6
-rw-r--r--tar/Pkgfile25
2 files changed, 16 insertions, 15 deletions
diff --git a/tar/.signature b/tar/.signature
index 03450b95..e7135d13 100644
--- a/tar/.signature
+++ b/tar/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqsAucnhCTwULrEd14IcOFbshu7M0El0yrzuEe7B7QYemSIjMoEp/v5j1Xj9TDV31fY2uFM+/TinYoz4T+i/xWg8=
-SHA256 (Pkgfile) = 87c04655c43be5b308d884b2a2a0102cc1d4f0c55b90a9667c3715462de0db72
+RWRJc1FUaeVeqo5cJYvixlyN5N7XPqeIBu8igJDNj8KyaWl9jx8gzDF4ld9sMZiI3HlfDqvzY7j3O3qR0u9OofugFt8i72mlaQo=
+SHA256 (Pkgfile) = 3f37f4d6e284397ac68af21f23bbd8ff0f5a23b021946d8ec6384dae116ee0f4
SHA256 (.footprint) = eb0a0d528f6556a294d4d98a87907772025c75f6de334abb7f039144f608d08c
-SHA256 (tar-1.33.tar.xz) = 66a8344b1dc83a411d311bd1547e0176e56cc311f28ee94a30f84dafb3d9067e
+SHA256 (tar-1.34.tar.xz) = 63bebd26879c5e1eea4352f0d03c991f966aeb3ddeb3c7445c902568d5411d28
diff --git a/tar/Pkgfile b/tar/Pkgfile
index 62a9a66b..202ec059 100644
--- a/tar/Pkgfile
+++ b/tar/Pkgfile
@@ -1,23 +1,24 @@
# Description: GNU tar
-# URL: http://www.gnu.org/software/tar/tar.html
-# Maintainer: CRUX System Team, core-ports at crux dot nu
+# URL: http://www.gnu.org/software/tar/tar.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
name=tar
-version=1.33
+version=1.34
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
- cd $name-$version
+ cd $name-$version
- ./configure --prefix= \
- --libexec=/usr/lib/tar \
- --mandir=/usr/share/man \
- --disable-nls \
- FORCE_UNSAFE_CONFIGURE=1
+ ./configure \
+ --prefix= \
+ --libexec=/usr/lib/tar \
+ --mandir=/usr/share/man \
+ --disable-nls \
+ FORCE_UNSAFE_CONFIGURE=1
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
- rm -r $PKG/share
+ rm -r $PKG/share
}

Generated by cgit