apk-tools: update to 2.7.1.
This commit is contained in:
parent
a173014fef
commit
9bd6aa712b
|
@ -1,10 +0,0 @@
|
|||
--- src/commit.c.orig
|
||||
+++ src/commit.c
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
+#include <limits.h>
|
||||
#include "apk_defines.h"
|
||||
#include "apk_database.h"
|
||||
#include "apk_package.h"
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'apk-tools'
|
||||
pkgname=apk-tools
|
||||
version=2.7.0
|
||||
version=2.7.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="LUAAPK="
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel zlib-devel libfetch-devel"
|
||||
short_desc="Alpine Package Keeper (Alpine package manager)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://git.alpinelinux.org/cgit/apk-tools"
|
||||
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=cb48af920e3935bc45779a34b953cc03b6a36f16293786be6abdd79ae24a01e8
|
||||
checksum=5abac5f1f19d64ce7201e66fcd86b430240895d3002323a4a11ad17c6f4b44e7
|
||||
CFLAGS=-Wno-error
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue