summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-03-06 06:55:43 -0500
committerAndrew Sun2019-03-06 06:55:43 -0500
commitfbaded0f27e29acf63e4881fd4de3fb871995757 (patch)
tree4195fedb6d134556954ca632c02ce9d9c56d9526
parent146f555582f3f59c99d222579e4886f898fa7f64 (diff)
downloadaur-fbaded0f27e29acf63e4881fd4de3fb871995757.tar.gz
mongoose: update to 6.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00518c446078..f1cbfe69c743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongoose
pkgdesc = Easy to use, powerful, embeddable web server
- pkgver = 6.13
+ pkgver = 6.14
pkgrel = 1
url = https://github.com/cesanta/mongoose
arch = i686
@@ -8,8 +8,8 @@ pkgbase = mongoose
license = GPL2
depends = glibc
depends = openssl
- source = mongoose-6.13.tar.gz::https://github.com/cesanta/mongoose/archive/6.13.tar.gz
- sha256sums = ec7956b8f2845f6c22e19ab38a0c32c9b379087f0038c7db661b34812f225911
+ source = mongoose-6.14.tar.gz::https://github.com/cesanta/mongoose/archive/6.14.tar.gz
+ sha256sums = f11d2fb23eec08ee5d95da600649177b9bdcf9eaa6be407d997b174e271e4d78
pkgname = mongoose
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}"