summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2017-05-05 09:34:18 +0200
committerAlbert Graef2017-05-05 09:34:18 +0200
commite5a38179ab5842f03ac46db1970bb0b6a74747e7 (patch)
tree20b0014739e77bab6f732b923f4d202df4946e1d /PKGBUILD
parent5416eb6f86c6dba625eb074547eca3b6dcfc411c (diff)
downloadaur-e5a38179ab5842f03ac46db1970bb0b6a74747e7.tar.gz
Update to latest upstream, bump nw.js to 0.22.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee3ca18e869a..e35549f32ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@
# /usr/lib/purr-data, so that 3rd party externals know where to find these.
pkgname=purr-data
-pkgver=2.1.2.r3431.aed681c4
+pkgver=2.2.0.r3442.551bb7bf
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -65,12 +65,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"