summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-07-25 19:13:21 +0200
committerJake2023-07-25 19:13:21 +0200
commit5bf1722f543d458a72561afddb83d867e3500ca2 (patch)
tree9ec96b48befba8df0987927516d41abb4076bf83
parent2368abd2315cc9f80ae21ada5ff8e5b3f9dfaa1f (diff)
downloadaur-5bf1722f543d458a72561afddb83d867e3500ca2.tar.gz
Update: nwjs-bin 0.78.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 0dbb6411867b..ca4453ee3fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
- pkgver = 0.77.0
+ pkgver = 0.78.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.77.0.tar.gz::http://dl.nwjs.io/v0.77.0/nwjs-v0.77.0-linux-x64.tar.gz
- sha256sums = edc7a7e662575d7bb55e9fe73227ef120e098146e39eb59bfbd5ef1824e4980e
+ source = nwjs-bin-0.78.0.tar.gz::http://dl.nwjs.io/v0.78.0/nwjs-v0.78.0-linux-x64.tar.gz
+ sha256sums = f34049be0d74f10963197bf67d9662148a3f22586d51ec8edefde79993a08cb2
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d626eb7009e..08eb0a9f5ea6 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.77.0
+pkgver=0.78.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=('edc7a7e662575d7bb55e9fe73227ef120e098146e39eb59bfbd5ef1824e4980e')
+sha256sums=('f34049be0d74f10963197bf67d9662148a3f22586d51ec8edefde79993a08cb2')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"