summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-03-06 06:55:43 -0500
committerAndrew Sun2019-03-06 06:55:43 -0500
commitfbaded0f27e29acf63e4881fd4de3fb871995757 (patch)
tree4195fedb6d134556954ca632c02ce9d9c56d9526 /PKGBUILD
parent146f555582f3f59c99d222579e4886f898fa7f64 (diff)
downloadaur-fbaded0f27e29acf63e4881fd4de3fb871995757.tar.gz
mongoose: update to 6.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2966066b968a..9470459d349c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Felix Saparelli <me@passcod.name>
pkgname=mongoose
-pkgver=6.13
+pkgver=6.14
pkgrel=1
pkgdesc="Easy to use, powerful, embeddable web server"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('glibc' 'openssl')
url="https://github.com/cesanta/mongoose"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/cesanta/mongoose/archive/${pkgver}.tar.gz")
-sha256sums=('ec7956b8f2845f6c22e19ab38a0c32c9b379087f0038c7db661b34812f225911')
+sha256sums=('f11d2fb23eec08ee5d95da600649177b9bdcf9eaa6be407d997b174e271e4d78')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"