summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342023-05-20 05:19:39 +1000
committersomebody12342023-05-20 05:19:39 +1000
commit78a8af3b033c7d9f98a138eeda5cb6fcb7a4cc0c (patch)
treeb202367d94e507f737d78300ea37f082ed84bc57
parent77d81fe0ba0583d092f894e0a6712221a3478357 (diff)
downloadaur-78a8af3b033c7d9f98a138eeda5cb6fcb7a4cc0c.tar.gz
bump: 0.76.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f2d431aafc5..02e9ff0d4b67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-sdk-bin
pkgdesc = node-webkit is an app runtime based on Chromium and node.js. SDK release with DevTools
- pkgver = 0.73.0
+ pkgver = 0.76.1
pkgrel = 1
url = https://nwjs.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = nwjs-sdk-bin
optdepends = nw-gyp: native add-on build tool for node-webkit
provides = nwjs-sdk
conflicts = nwjs-sdk
- source = nwjs-sdk-bin-0.73.0.tar.gz::http://dl.nwjs.io/v0.73.0/nwjs-sdk-v0.73.0-linux-x64.tar.gz
- sha512sums = 9fb65588fed67806e87076747f389997a3d669c8e17c08a4a98a81c3a9f70e98c4b09bfaad0a7df6e01506c2561063eca9adfd798b34a15f8b71d5ec0afa5035
+ source = nwjs-sdk-bin-0.76.1.tar.gz::http://dl.nwjs.io/v0.76.1/nwjs-sdk-v0.76.1-linux-x64.tar.gz
+ sha512sums = 1b5ac891bc62751d90baf17a3c4a64524f707790c37a68e85ac622223ba569938ab90c3314fc4c12b3be743c1a24bbfa088759380b07c957ee56d114187b1024
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index af3b01fd1428..2bd2497982ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
pkgname=nwjs-sdk-bin
-pkgver=0.73.0
+pkgver=0.76.1
pkgrel=1
pkgdesc="node-webkit is an app runtime based on Chromium and node.js. SDK release with DevTools"
arch=("x86_64")
@@ -19,7 +19,7 @@ optdepends=(
provides=("nwjs-sdk")
conflicts=("nwjs-sdk")
source=("${pkgname}-${pkgver}.tar.gz::http://dl.nwjs.io/v${pkgver}/${pkgname%-bin}-v${pkgver}-linux-x64.tar.gz")
-sha512sums=('9fb65588fed67806e87076747f389997a3d669c8e17c08a4a98a81c3a9f70e98c4b09bfaad0a7df6e01506c2561063eca9adfd798b34a15f8b71d5ec0afa5035')
+sha512sums=('1b5ac891bc62751d90baf17a3c4a64524f707790c37a68e85ac622223ba569938ab90c3314fc4c12b3be743c1a24bbfa088759380b07c957ee56d114187b1024')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"