summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01024941355c..a621cf58b05d 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mustache
pkgdesc = Mustache implementation for modern C++
- pkgver = 3.2.1
- pkgrel = 2
+ pkgver = 4.1
+ pkgrel = 1
url = https://github.com/kainjow/Mustache
arch = armv7h
arch = i686
arch = x86_64
license = Boost
- source = https://github.com/kainjow/Mustache/archive/v3.2.1.tar.gz
- sha256sums = 0d17298a81c08f12ebc446cdee387268a395d34bb724050fe67d5ce8c4e98b7a
+ source = https://github.com/kainjow/Mustache/archive/v4.1.tar.gz
+ sha256sums = acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167
pkgname = mustache
diff --git a/PKGBUILD b/PKGBUILD
index bfa13651b376..7eede19069bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=mustache
-pkgver=3.2.1
-pkgrel=2
+pkgver=4.1
+pkgrel=1
pkgdesc="Mustache implementation for modern C++"
license=('Boost')
arch=('armv7h' 'i686' 'x86_64')
url='https://github.com/kainjow/Mustache'
source=("https://github.com/kainjow/Mustache/archive/v${pkgver}.tar.gz")
-sha256sums=(0d17298a81c08f12ebc446cdee387268a395d34bb724050fe67d5ce8c4e98b7a)
+sha256sums=(acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167)
package() {
mkdir -p ${pkgdir}/usr/include/