summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2022-12-15 20:05:23 +0100
committerJake2022-12-15 20:05:23 +0100
commit84ba124651071a4187d29e90b33c0dffea5cd0a7 (patch)
treedc30759af5b67b5500ce74e3680bd3b790732d47
parent04c7a95b9507435f6d43db6d2b6e8d6c32fadf9a (diff)
downloadaur-84ba124651071a4187d29e90b33c0dffea5cd0a7.tar.gz
Update: nwjs-bin 0.71.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 225b14792dcd..db7cfd3160fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.70.1
+ pkgver = 0.71.0
pkgrel = 1
url = https://nwjs.io/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = nwjs-bin
conflicts = nwjs
conflicts = node-webkit
replaces = node-webkit
- source = nwjs-bin-0.70.1.tar.gz::http://dl.nwjs.io/v0.70.1/nwjs-v0.70.1-linux-x64.tar.gz
- sha256sums = d09c25a7e87ac64d02966e15d1776e775871da1aff64fec0a24cbc28501ff06b
+ source = nwjs-bin-0.71.0.tar.gz::http://dl.nwjs.io/v0.71.0/nwjs-v0.71.0-linux-x64.tar.gz
+ sha256sums = 8bdc21405b81a0e0adca283cc225b5a81f7339ef6ea6deb9444c2aaf369c8ed9
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f5939a734d9..f443b0a84644 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.70.1
+pkgver=0.71.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=('d09c25a7e87ac64d02966e15d1776e775871da1aff64fec0a24cbc28501ff06b')
+sha256sums=('8bdc21405b81a0e0adca283cc225b5a81f7339ef6ea6deb9444c2aaf369c8ed9')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"