summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2016-01-13 14:15:37 -0800
committerAnatol Pomozov2016-01-13 14:15:37 -0800
commit1b1ac56f9c9d0b771401cdb079e483283658ddc8 (patch)
tree10226ccdeed75cdf8538961f806cc3ae1deb016d /PKGBUILD
parent9b744fcfb332915917c1dc8c2dae736a6d508062 (diff)
downloadaur-1b1ac56f9c9d0b771401cdb079e483283658ddc8.tar.gz
updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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