mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/libzip: upgrade to 1.1.2
This commit is contained in:
parent
fb316d329a
commit
9de10d87f4
@ -1,7 +1,8 @@
|
||||
# Contributor: k0r10n <k0r10n.dev@gmail.com>
|
||||
# Contributor: Jose-Luis Rivas <ghostbar@riseup.net>
|
||||
# Maintainer:
|
||||
pkgname=libzip
|
||||
pkgver=1.0.1
|
||||
pkgver=1.1.2
|
||||
pkgrel=0
|
||||
pkgdesc="A C library for reading, creating, and modifying zip archives"
|
||||
url="http://www.nih.at/libzip/index.html"
|
||||
@ -14,7 +15,7 @@ install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
|
||||
source="http://www.nih.at/libzip/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/${pkgname}-${pkgver}
|
||||
_builddir="$srcdir/${pkgname}-${pkgver}"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
@ -34,6 +35,6 @@ tools() {
|
||||
install -d "$subpkgdir"/usr
|
||||
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
|
||||
}
|
||||
md5sums="a8c3d356221b9e69ff54c1d53cc39e92 libzip-1.0.1.tar.gz"
|
||||
sha256sums="0cef914d8f5105ccac44484f61413daa08d7204758e77240a4d20ebf967f3d49 libzip-1.0.1.tar.gz"
|
||||
sha512sums="9fadccd383935e14130092f0f4c4839fb3ba189ba85fb2696458f15a29716d476569f9fb937c7c8e26ce28d313c42d41ce8050fbff0c09d6d6367d25e0b63330 libzip-1.0.1.tar.gz"
|
||||
md5sums="0820a1ae5733518f5d6e289cb642c08e libzip-1.1.2.tar.gz"
|
||||
sha256sums="59ac7c09b0aa9aa7e21849c236d0a66a97aa6d442d78335c2fdfe0ee16366221 libzip-1.1.2.tar.gz"
|
||||
sha512sums="fcc5dd064e76d66d75932d053b538e7b9e8f1223469f4c36458d66dcd579a68ba0ca75c7b95ad69c64072c431430c63b9e822c23a1eca84f1efc262ff8776927 libzip-1.1.2.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user