summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2017-04-28 22:19:51 +0200
committerAlbert Graef2017-04-28 22:19:51 +0200
commitb887265e5125a1045c864aae0334004094da8a99 (patch)
tree7b3d967db1497ece7532366cacc9e871f6aed431
parente7bf67a07f5c01e825888c320b4ccbc78fa499e9 (diff)
downloadaur-b887265e5125a1045c864aae0334004094da8a99.tar.gz
Update to latest upstream, bump nw.js to 0.22.0.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0daab85d0a2d..5ef201887cd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 8 01:58:41 UTC 2017
+# Fri Apr 28 20:18:11 UTC 2017
pkgbase = purr-data-git
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 2.0.r3320.a243cb31
+ pkgver = 2.1.2.r3431.aed681c4
pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
@@ -72,10 +72,10 @@ pkgbase = purr-data-git
md5sums = SKIP
md5sums = 39c53063dc18681f29b12c08d9c453aa
md5sums = 056770a94f3c13799c09d3ece273154f
- source_i686 = http://dl.nwjs.io/v0.18.5/nwjs-sdk-v0.18.5-linux-ia32.tar.gz
- md5sums_i686 = 1d5e9e25c36b7c3221e317baa7d94b64
- source_x86_64 = http://dl.nwjs.io/v0.18.5/nwjs-sdk-v0.18.5-linux-x64.tar.gz
- md5sums_x86_64 = 3c6391a30c74531e918c7434caa2730f
+ source_i686 = http://dl.nwjs.io/v0.22.0/nwjs-sdk-v0.22.0-linux-ia32.tar.gz
+ md5sums_i686 = 080b6ef139c1ed6839fcfe20f73f66d8
+ source_x86_64 = http://dl.nwjs.io/v0.22.0/nwjs-sdk-v0.22.0-linux-x64.tar.gz
+ md5sums_x86_64 = 2e7e8dd7a5ad63e46e8cc15fe505e87e
pkgname = purr-data-git
diff --git a/PKGBUILD b/PKGBUILD
index fffbfb3f92db..9278587a34c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@
# /usr/lib/purr-data, so that 3rd party externals know where to find these.
pkgname=purr-data-git
-pkgver=2.0.r3320.a243cb31
+pkgver=2.1.2.r3431.aed681c4
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -52,12 +52,12 @@ md5sums=('SKIP'
'056770a94f3c13799c09d3ece273154f')
# nw.js sdk binaries
nwjsname=nwjs-sdk
-nwjsver=0.18.5
+nwjsver=0.22.0
source_common="http://dl.nwjs.io/v$nwjsver/$nwjsname-v$nwjsver-linux"
source_i686=("$source_common-ia32.tar.gz")
source_x86_64=("$source_common-x64.tar.gz")
-md5sums_i686=('1d5e9e25c36b7c3221e317baa7d94b64')
-md5sums_x86_64=('3c6391a30c74531e918c7434caa2730f')
+md5sums_i686=('080b6ef139c1ed6839fcfe20f73f66d8')
+md5sums_x86_64=('2e7e8dd7a5ad63e46e8cc15fe505e87e')
if [ "$CARCH" = "i686" ]; then
_arch="ia32"