summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-04-27 22:17:02 +0200
committerJake2021-04-27 22:17:02 +0200
commitb34a2a0f99b6e9f7d2c370550b6acfb1818e4909 (patch)
treef8ca2032e626786e9e5bb0c15ce3c709064736fe
parent287da8add22760af95498714e47d46960017a4aa (diff)
downloadaur-b34a2a0f99b6e9f7d2c370550b6acfb1818e4909.tar.gz
Update to 0.52.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 362dd537fd33..4f1ecf857532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.52.0
+ pkgver = 0.52.2
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.52.0.tar.gz::http://dl.nwjs.io/v0.52.0/nwjs-v0.52.0-linux-x64.tar.gz
- sha256sums = 55ce1ba5dcb37fcd87f33b3757f3261567fd469530fae66243414fa0ddfcb2ba
+ source = nwjs-bin-0.52.2.tar.gz::http://dl.nwjs.io/v0.52.2/nwjs-v0.52.2-linux-x64.tar.gz
+ sha256sums = 9e13e144227acd9abce58e2a1fb19fb08d562b205deb3d211623f1abdc03ce57
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9156fc0d07cc..50c6b35072e5 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.52.0
+pkgver=0.52.2
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=('55ce1ba5dcb37fcd87f33b3757f3261567fd469530fae66243414fa0ddfcb2ba')
+sha256sums=('9e13e144227acd9abce58e2a1fb19fb08d562b205deb3d211623f1abdc03ce57')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"