tar: update to 1.32.
This commit is contained in:
parent
c5ceeb8d05
commit
3e268216a4
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'tar'
|
# Template file for 'tar'
|
||||||
pkgname=tar
|
pkgname=tar
|
||||||
version=1.31
|
version=1.32
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="gl_cv_struct_dirent_d_ino=yes"
|
configure_args="gl_cv_struct_dirent_d_ino=yes"
|
||||||
makedepends="acl-devel"
|
makedepends="acl-devel"
|
||||||
short_desc="The GNU tape archiver with remote magnetic tape support"
|
short_desc="GNU tape archiver with remote magnetic tape support"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/tar/"
|
homepage="https://www.gnu.org/software/tar/"
|
||||||
distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
|
distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
|
||||||
checksum=37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1
|
checksum=d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# avoid regenerating doc on install
|
# avoid regenerating doc on install
|
||||||
|
|
Loading…
Reference in a new issue