mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-25 18:42:12 +01:00
main/libarchive: upgrade to 3.4.1
This commit is contained in:
parent
e741bd40e4
commit
ae83d22df8
@ -1,7 +1,7 @@
|
||||
# Contributor: Sergei Lukin <sergej.lukin@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libarchive
|
||||
pkgver=3.4.0
|
||||
pkgver=3.4.1
|
||||
pkgrel=0
|
||||
pkgdesc="library that can create and read several streaming archive formats"
|
||||
url="https://libarchive.org/"
|
||||
@ -19,7 +19,6 @@ source="https://github.com/libarchive/libarchive/releases/download/v$pkgver/liba
|
||||
# - CVE-2017-14166
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -29,7 +28,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
@ -40,4 +38,4 @@ tools() {
|
||||
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
|
||||
}
|
||||
|
||||
sha512sums="2f9e2a551a6bcab56fb1a030b5d656df7299a3d151465aa02f0420d344d2fada49dee4755b3abff9095f62519e14dc9af8afa1695ecc6d5fdb4f0b28e6ede852 libarchive-3.4.0.tar.gz"
|
||||
sha512sums="fa7e9e5c8c00cd7e98f0ff373c300771f0a87317bca031c3030bac29b96b02ab66cf34905147e4135824bf9cdfdd1dedf3032e93d6d706c9a11e968da1ed8dad libarchive-3.4.1.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user