summaryrefslogtreecommitdiff
path: root/community/libmicrohttpd/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-13 15:20:32 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-13 15:20:32 +0100
commitc0a02f08d66969b92325d421354f4def5c23f84c (patch)
tree1f97a2b8ea84967f808112b173ab1e7a494b0a26 /community/libmicrohttpd/PKGBUILD
parentd830c3b1d23d90c928c68bf821049db3abf897b8 (diff)
parenta29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/gvfs/PKGBUILD libre/libretools/libretools.install
Diffstat (limited to 'community/libmicrohttpd/PKGBUILD')
-rw-r--r--community/libmicrohttpd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD
index 787a66f65..b777bd7db 100644
--- a/community/libmicrohttpd/PKGBUILD
+++ b/community/libmicrohttpd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75878 2012-09-04 15:29:17Z spupykin $
+# $Id: PKGBUILD 79771 2012-11-12 09:04:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Norberto Lopes <shelika@mail.telepac.pt>
# Contributor: Kao Dome <kaodome@gmail.com>
@@ -6,7 +6,7 @@
# Contributor: Mathias Rohnstock <linksoft@gmx.de>
pkgname=libmicrohttpd
-pkgver=0.9.22
+pkgver=0.9.23
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' 'mips64el')
@@ -16,7 +16,7 @@ options=('!libtool')
depends=('gnutls' 'libgcrypt')
install=libmicrohttpd.install
source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('a90cb23e3087146fabc49a370c192de2')
+md5sums=('efd038d93836adc0149beaa1c2927f61')
build() {
cd ${pkgname}-${pkgver}