mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
libzip: update to 1.6.0.
This commit is contained in:
parent
1425726814
commit
47334e15c8
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libzip'
|
# Template file for 'libzip'
|
||||||
pkgname=libzip
|
pkgname=libzip
|
||||||
version=1.5.2
|
version=1.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl groff"
|
hostmakedepends="perl groff"
|
||||||
makedepends="bzip2-devel libressl-devel zlib-devel"
|
makedepends="bzip2-devel libressl-devel zlib-devel liblzma-devel"
|
||||||
short_desc="C library for reading, creating, and modifying zip archives"
|
short_desc="C library for reading, creating, and modifying zip archives"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://libzip.org/"
|
homepage="https://libzip.org/"
|
||||||
distfiles="https://libzip.org/download/libzip-${version}.tar.gz"
|
distfiles="https://libzip.org/download/libzip-${version}.tar.gz"
|
||||||
checksum=be694a4abb2ffe5ec02074146757c8b56084dbcebf329123c84b205417435e15
|
checksum=70c4bb351dec256fb727053a161faa14c6fe244988b12943800aafc5ccbf5aff
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue