Skip to content

Commit

Permalink
main/libmicrohttpd: upgrade to 0.9.64
Browse files Browse the repository at this point in the history
- Add static subpackage.
  • Loading branch information
prspkt committed Jun 9, 2019
1 parent 416c2dd commit ffad6f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/libmicrohttpd/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libmicrohttpd
pkgver=0.9.63
pkgver=0.9.64
pkgrel=0
pkgdesc="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
url="https://www.gnu.org/software/libmicrohttpd/"
arch="all"
license="LGPL-2.1-or-later"
makedepends="curl-dev libgcrypt-dev gnutls-dev automake autoconf libtool"
subpackages="$pkgname-dev $pkgname-doc"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="http://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz
disable-test_options.patch"
builddir="$srcdir"/$pkgname-$pkgver
Expand Down Expand Up @@ -43,5 +43,5 @@ package() {
"$pkgdir"/usr/include/platform.h
}

sha512sums="cb99e7af84fb6d7c0fd3894a9dc0fbff14959b35347506bd3211a65bbfad36455007b9e67493e97c9d8394834408df10eeabdc7758573e6aae0ba6f5f87afe17 libmicrohttpd-0.9.63.tar.gz
sha512sums="2569bcfcbc16da988a236fe337b60c0c69c23e7e66e9c9459b26b0b09a4763a42e94db11c9f10fbaf424bdce2b60e7d2837ecdd65393134ff5bc06f8b23c6bd9 libmicrohttpd-0.9.64.tar.gz
7bbd8d2571f2bf7d06c956cc5e5decf154139baa1a716b43501b822b18a396b2cc97efd72118bc3dd5e20439611eb333730c436fe9f0a1ce2cf928066520e619 disable-test_options.patch"

0 comments on commit ffad6f6

Please sign in to comment.