mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
apk-tools: update to 2.10.2.
This commit is contained in:
parent
0ceb6bd159
commit
c99322f977
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'apk-tools'
|
# Template file for 'apk-tools'
|
||||||
pkgname=apk-tools
|
pkgname=apk-tools
|
||||||
version=2.10.1
|
version=2.10.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="LUAAPK="
|
make_build_args="LUAAPK="
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel zlib-devel lua52-devel"
|
makedepends="libressl-devel zlib-devel lua52-devel"
|
||||||
short_desc="Alpine Package Keeper (Alpine package manager)"
|
short_desc="Alpine Package Keeper (Alpine package manager)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://git.alpinelinux.org/cgit/apk-tools"
|
homepage="http://git.alpinelinux.org/cgit/apk-tools"
|
||||||
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
|
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=38771cc217d2650715fa8143f020ecec909473e74f76bd7bdb05204ee6dbb2ea
|
checksum=6a2c90d1eb4993da21f77b433683098b7e677f530532aab040a840e74e4d6057
|
||||||
CFLAGS=-Wno-error
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/apk
|
vbin src/apk
|
||||||
|
|
Loading…
Add table
Reference in a new issue