summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2017-04-25 02:03:06 +0200
committerDario Ostuni2017-04-25 02:03:06 +0200
commit66cd48657748fc067f323633bcbfd78eac9e3bd6 (patch)
tree932a3c847c305a14868d64aee46b99fb1e592b09
parenta7097f54fe9beacbc15e5d8dfbb1485c943988be (diff)
downloadaur-66cd48657748fc067f323633bcbfd78eac9e3bd6.tar.gz
Updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3ba9caa4f2..17ca5917ee79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 24 23:22:05 UTC 2017
+# Tue Apr 25 00:03:03 UTC 2017
pkgbase = mingw-w64-duktape
pkgdesc = Embeddable Javascript engine
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = http://duktape.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-duktape
options = staticlibs
options = !strip
options = !buildflags
- source = http://duktape.org/duktape-2.0.2.tar.xz
- sha256sums = 863204c27a18adc86795616b64b3bc3975a32b38af0f68f46d7a4adedf38089e
+ source = http://duktape.org/duktape-2.1.0.tar.xz
+ sha256sums = e02364cd72077e34e204b8375c8bd7c461eb13cb623c7dc1a74d253d84b1446b
pkgname = mingw-w64-duktape
diff --git a/PKGBUILD b/PKGBUILD
index a81c245c385d..e43fd0ad6e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
_pkgname=duktape
pkgname=mingw-w64-${_pkgname}
-pkgver=2.0.2
+pkgver=2.1.0
_dirname=${_pkgname}-${pkgver}
pkgrel=1
pkgdesc="Embeddable Javascript engine"
@@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc')
depends=('mingw-w64-crt')
options=(staticlibs !strip !buildflags)
source=("http://duktape.org/duktape-${pkgver}.tar.xz")
-sha256sums=('863204c27a18adc86795616b64b3bc3975a32b38af0f68f46d7a4adedf38089e')
+sha256sums=('e02364cd72077e34e204b8375c8bd7c461eb13cb623c7dc1a74d253d84b1446b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"