summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-05-04 20:20:05 +0200
committerJake2023-05-04 20:20:05 +0200
commitf46ab70918d6be57ddcd512ffbb20de1f6a95d05 (patch)
tree76ccdc35abaeb4f261c1317ce9d8a802b78ddcd7
parentf2a4e3468abd9eb45d057cf275988b349622e8b6 (diff)
downloadaur-f46ab70918d6be57ddcd512ffbb20de1f6a95d05.tar.gz
Update: nwjs-bin 0.75.1-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 e42a3b5c6cb8..8f6501cb85d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.75.0
+ pkgver = 0.75.1
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.75.0.tar.gz::http://dl.nwjs.io/v0.75.0/nwjs-v0.75.0-linux-x64.tar.gz
- sha256sums = 336819293afd3e4d65f7c30ec7297bc89271c558f8e7d30391603c4033baf744
+ source = nwjs-bin-0.75.1.tar.gz::http://dl.nwjs.io/v0.75.1/nwjs-v0.75.1-linux-x64.tar.gz
+ sha256sums = e59e64975591085a2bd78f0c7691397c671f6a88fa2c883f872735c79a44057f
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index a09693d609e9..301a91fcc743 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.75.0
+pkgver=0.75.1
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=('336819293afd3e4d65f7c30ec7297bc89271c558f8e7d30391603c4033baf744')
+sha256sums=('e59e64975591085a2bd78f0c7691397c671f6a88fa2c883f872735c79a44057f')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"