summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342022-09-25 23:19:56 +1000
committersomebody12342022-09-25 23:19:56 +1000
commitc937e38ed1b8eb698d912cff22f03e33e0076bd7 (patch)
tree2821fbd59643a13d02bb733f761bc474d60da181
parentac7223e50f8eb4b68e68335e92e17cb301715c63 (diff)
downloadaur-c937e38ed1b8eb698d912cff22f03e33e0076bd7.tar.gz
bump: 0.68.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0bc1148d8d..6483d7f8a46a 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.66.1
+ pkgver = 0.68.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.66.1.tar.gz::http://dl.nwjs.io/v0.66.1/nwjs-sdk-v0.66.1-linux-x64.tar.gz
- sha512sums = e75cd3f68b72514f3810f7d32ef592772d93fed8752a10a8a471b7e674f3606903ce3c6d89e7bd496ba6e3eed6c27944fd225c9771b298e6f090a812fb16469d
+ source = nwjs-sdk-bin-0.68.1.tar.gz::http://dl.nwjs.io/v0.68.1/nwjs-sdk-v0.68.1-linux-x64.tar.gz
+ sha512sums = 14980a851b3c2d72c8597a36fd89e307c9322c057689511ee5934d91a349d47fab87dcf7c1c25581b4e8405997ee8aab0f01b39acded414a149aa7c0bf417e70
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index d76ab0bc0880..b85cd6bb03aa 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.66.1
+pkgver=0.68.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=('e75cd3f68b72514f3810f7d32ef592772d93fed8752a10a8a471b7e674f3606903ce3c6d89e7bd496ba6e3eed6c27944fd225c9771b298e6f090a812fb16469d')
+sha512sums=('14980a851b3c2d72c8597a36fd89e307c9322c057689511ee5934d91a349d47fab87dcf7c1c25581b4e8405997ee8aab0f01b39acded414a149aa7c0bf417e70')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"