summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-04-07 22:58:06 +0200
committerJake2023-04-07 22:58:06 +0200
commitf2a4e3468abd9eb45d057cf275988b349622e8b6 (patch)
treec6b89a3f71713c262abe01e482807b50ade8776e
parent24f90434aee923120b3d4deb0b39704414f43014 (diff)
downloadaur-f2a4e3468abd9eb45d057cf275988b349622e8b6.tar.gz
Update: nwjs-bin 0.75.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 b2545c4f4654..e42a3b5c6cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.74.0
+ pkgver = 0.75.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.74.0.tar.gz::http://dl.nwjs.io/v0.74.0/nwjs-v0.74.0-linux-x64.tar.gz
- sha256sums = e68c8692bd068bf3ace7ac3cc53fd37e9dd02cec83f0c6c81c3fd3c694c9be94
+ 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
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49d5c4b96c9c..a09693d609e9 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.74.0
+pkgver=0.75.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=('e68c8692bd068bf3ace7ac3cc53fd37e9dd02cec83f0c6c81c3fd3c694c9be94')
+sha256sums=('336819293afd3e4d65f7c30ec7297bc89271c558f8e7d30391603c4033baf744')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"