diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-23 16:21:24 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-23 16:21:24 (GMT) |
commit | 59082b69206966fa5bd6ae45d2a8420088e6b518 (patch) | |
tree | e428ecaa97b2f7cfe5382e22d6ccf37e14c44c0c /abs/extra/libmicrohttpd/PKGBUILD | |
parent | e2df288ce539e205c31b45b0570e03abeaf4b6e4 (diff) | |
download | linhes_pkgbuild-59082b69206966fa5bd6ae45d2a8420088e6b518.zip linhes_pkgbuild-59082b69206966fa5bd6ae45d2a8420088e6b518.tar.gz linhes_pkgbuild-59082b69206966fa5bd6ae45d2a8420088e6b518.tar.bz2 |
libmicrohttpd: update to 0.9.44
Diffstat (limited to 'abs/extra/libmicrohttpd/PKGBUILD')
-rw-r--r-- | abs/extra/libmicrohttpd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/libmicrohttpd/PKGBUILD b/abs/extra/libmicrohttpd/PKGBUILD index 76c7b6e..316d989 100644 --- a/abs/extra/libmicrohttpd/PKGBUILD +++ b/abs/extra/libmicrohttpd/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <linksoft@gmx.de> pkgname=libmicrohttpd -pkgver=0.9.37 +pkgver=0.9.44 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('gnutls' 'libgcrypt') optdepends=('file' 'curl') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('fdf1e0534d83bbf2663f80fa7873be77') +md5sums=('9101b5ebf8f71792938ae672da314da2') build() { cd ${pkgname}-${pkgver} |