summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2020-07-15 17:45:21 +0200
committerJake2020-07-15 17:45:21 +0200
commit63253b18b45133d91c9dd72f5123aa28e4808536 (patch)
tree703d9c6b460d738c9432e0a458b7663dbd086162 /PKGBUILD
parent89b601ad4944d14e3170f3e197c2b8d2b62c5522 (diff)
downloadaur-63253b18b45133d91c9dd72f5123aa28e4808536.tar.gz
Update to 0.47.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a485dbc27e7f..565f5e0e7b2f 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.46.0
+pkgver=0.47.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=('77237ca27323641ea2fb3cfadc80f32ee1a2f14ecd814efd2041744fdd7e3fc3')
+sha256sums=('943cf64249e06b9396c39341f35e4a98f25992b019e4c5dd4b4e7003ccc7e80a')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"