summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b8778efaf9..66bbe753bb2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.47.0
+ pkgver = 0.48.0
pkgrel = 1
url = https://nwjs.io/
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = nwjs-bin
conflicts = nwjs
conflicts = node-webkit
replaces = node-webkit
- source = nwjs-bin-0.47.0.tar.gz::http://dl.nwjs.io/v0.47.0/nwjs-v0.47.0-linux-x64.tar.gz
- sha256sums = 943cf64249e06b9396c39341f35e4a98f25992b019e4c5dd4b4e7003ccc7e80a
+ source = nwjs-bin-0.48.0.tar.gz::http://dl.nwjs.io/v0.48.0/nwjs-v0.48.0-linux-x64.tar.gz
+ sha256sums = 2cf6a4267f8223b0ccf9fc8cb1d7d311f3bebe81aed307eb50c9b7ff98d4753c
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 565f5e0e7b2f..864f3ec2a999 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.47.0
+pkgver=0.48.0
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=('943cf64249e06b9396c39341f35e4a98f25992b019e4c5dd4b4e7003ccc7e80a')
+sha256sums=('2cf6a4267f8223b0ccf9fc8cb1d7d311f3bebe81aed307eb50c9b7ff98d4753c')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"