summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2016-01-13 14:15:37 -0800
committerAnatol Pomozov2016-01-13 14:15:37 -0800
commit1b1ac56f9c9d0b771401cdb079e483283658ddc8 (patch)
tree10226ccdeed75cdf8538961f806cc3ae1deb016d
parent9b744fcfb332915917c1dc8c2dae736a6d508062 (diff)
downloadaur-1b1ac56f9c9d0b771401cdb079e483283658ddc8.tar.gz
updpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4641b45372d..599cbe42e157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 13 22:15:35 UTC 2016
pkgbase = mongoose
pkgdesc = Easy to use, powerful, embeddable web server
- pkgver = 6.1
+ pkgver = 6.2
pkgrel = 1
url = https://github.com/cesanta/mongoose
arch = i686
@@ -8,8 +10,8 @@ pkgbase = mongoose
license = GPL2
depends = glibc
depends = openssl
- source = mongoose-6.1.tar.gz::https://github.com/cesanta/mongoose/archive/6.1.tar.gz
- sha1sums = 2ec46ecf8cb1b2d5edfeba6735e7083485416a19
+ source = mongoose-6.2.tar.gz::https://github.com/cesanta/mongoose/archive/6.2.tar.gz
+ sha1sums = 6aee69d07a1b674de9b11c3cab6a878f0d43b727
pkgname = mongoose
diff --git a/PKGBUILD b/PKGBUILD
index fffe463858f1..3e832a6cae67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Felix Saparelli <me@passcod.name>
pkgname=mongoose
-pkgver=6.1
+pkgver=6.2
pkgrel=1
pkgdesc='Easy to use, powerful, embeddable web server'
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ license=(GPL2)
depends=(glibc openssl)
url='https://github.com/cesanta/mongoose'
source=(mongoose-$pkgver.tar.gz::https://github.com/cesanta/mongoose/archive/$pkgver.tar.gz)
-sha1sums=('2ec46ecf8cb1b2d5edfeba6735e7083485416a19')
+sha1sums=('6aee69d07a1b674de9b11c3cab6a878f0d43b727')
build() {
cd mongoose-$pkgver