summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2024-03-19 00:02:55 +0100
committerJake2024-03-19 00:02:55 +0100
commit3dc69693aa6cfed1bbfedc1c348a07f016b7a550 (patch)
tree0cb79e5a4e19007a6ce7b51e56ab968df6830416
parent3090ca34289a38c1f2c9a86d4cddc1645297cdb7 (diff)
downloadaur-3dc69693aa6cfed1bbfedc1c348a07f016b7a550.tar.gz
Update: nwjs-bin 0.85.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 1dfea607ba47..3a0b4c64171e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.81.0
+ pkgver = 0.85.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.81.0.tar.gz::http://dl.nwjs.io/v0.81.0/nwjs-v0.81.0-linux-x64.tar.gz
- sha256sums = 9947930f6955868b87619cc5030ad3fec4df3ddc33869801b8651076f2a35024
+ source = nwjs-bin-0.85.0.tar.gz::http://dl.nwjs.io/v0.85.0/nwjs-v0.85.0-linux-x64.tar.gz
+ sha256sums = 8714b2ccd107e942557a352aa06d35be92716f7d7dc2b2e0a7bbb217a3ede584
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b1f213db538..5649f2a2aa5d 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.81.0
+pkgver=0.85.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=('9947930f6955868b87619cc5030ad3fec4df3ddc33869801b8651076f2a35024')
+sha256sums=('8714b2ccd107e942557a352aa06d35be92716f7d7dc2b2e0a7bbb217a3ede584')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"