summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ef201887cd8..169d610a55e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 20:18:11 UTC 2017
+# Fri May 5 07:26:50 UTC 2017
pkgbase = purr-data-git
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 2.1.2.r3431.aed681c4
+ pkgver = 2.2.0.r3441.c968fdba
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.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
+ source_i686 = http://dl.nwjs.io/v0.22.1/nwjs-sdk-v0.22.1-linux-ia32.tar.gz
+ md5sums_i686 = e4708d59006219eaa2c54cdb1d682794
+ source_x86_64 = http://dl.nwjs.io/v0.22.1/nwjs-sdk-v0.22.1-linux-x64.tar.gz
+ md5sums_x86_64 = 30b00dd353ee96af0cb5e511078f79ca
pkgname = purr-data-git
diff --git a/PKGBUILD b/PKGBUILD
index 9278587a34c0..b6ee00894060 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.1.2.r3431.aed681c4
+pkgver=2.2.0.r3441.c968fdba
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.22.0
+nwjsver=0.22.1
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=('080b6ef139c1ed6839fcfe20f73f66d8')
-md5sums_x86_64=('2e7e8dd7a5ad63e46e8cc15fe505e87e')
+md5sums_i686=('e4708d59006219eaa2c54cdb1d682794')
+md5sums_x86_64=('30b00dd353ee96af0cb5e511078f79ca')
if [ "$CARCH" = "i686" ]; then
_arch="ia32"