summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 771adea28aa9..c467c3e039c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Aug 13 04:24:45 UTC 2018
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.32.2
+ pkgver = 0.32.4
pkgrel = 1
url = https://nwjs.io/
arch = x86_64
@@ -17,8 +15,8 @@ pkgbase = nwjs-bin
conflicts = nwjs
conflicts = node-webkit
replaces = node-webkit
- source = nwjs-bin-0.32.2.tar.gz::http://dl.nwjs.io/v0.32.2/nwjs-v0.32.2-linux-x64.tar.gz
- sha256sums = 3ed2db77695f23d7fa23eeb780c20493486f7c6be73826ea879f88bcea091738
+ source = nwjs-bin-0.32.4.tar.gz::http://dl.nwjs.io/v0.32.4/nwjs-v0.32.4-linux-x64.tar.gz
+ sha256sums = 8558376fdabeaacd36698830e2611e5b69b3d7d9c31b9256a054aea58d8ffe43
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index c16964079c47..4088b820d3af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
pkgname=nwjs-bin
-pkgver=0.32.2
+pkgver=0.32.4
pkgrel=1
pkgdesc="An app runtime based on Chromium and node.js."
arch=("x86_64")
@@ -19,7 +19,7 @@ provides=("nwjs" "node-webkit")
replaces=("node-webkit")
conflicts=("nwjs" "node-webkit")
source=("${pkgname}-${pkgver}.tar.gz::http://dl.nwjs.io/v${pkgver}/${pkgname%-bin}-v${pkgver}-linux-x64.tar.gz")
-sha256sums=('3ed2db77695f23d7fa23eeb780c20493486f7c6be73826ea879f88bcea091738')
+sha256sums=('8558376fdabeaacd36698830e2611e5b69b3d7d9c31b9256a054aea58d8ffe43')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"