summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342022-09-30 19:03:09 +1000
committersomebody12342022-09-30 19:03:09 +1000
commit98d3985efec956ed9537dfbb40d1c158208e7a17 (patch)
tree089d2a6ae3eaf4e2d662f658162bba1aae4ed55d
parentc937e38ed1b8eb698d912cff22f03e33e0076bd7 (diff)
downloadaur-98d3985efec956ed9537dfbb40d1c158208e7a17.tar.gz
bump: 0.69.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6483d7f8a46a..7a2b43e64933 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.68.1
+ pkgver = 0.69.0
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.68.1.tar.gz::http://dl.nwjs.io/v0.68.1/nwjs-sdk-v0.68.1-linux-x64.tar.gz
- sha512sums = 14980a851b3c2d72c8597a36fd89e307c9322c057689511ee5934d91a349d47fab87dcf7c1c25581b4e8405997ee8aab0f01b39acded414a149aa7c0bf417e70
+ source = nwjs-sdk-bin-0.69.0.tar.gz::http://dl.nwjs.io/v0.69.0/nwjs-sdk-v0.69.0-linux-x64.tar.gz
+ sha512sums = bb5da42f6fc60552bd338e7f2b7724e2433ce6e2bf215e058617c7f22ec66783b35496a7e8297d6998503ca2ecd50fab61336f6e81136b6c44d63fa4cc5d693f
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index b85cd6bb03aa..2502557b48ca 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.68.1
+pkgver=0.69.0
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=('14980a851b3c2d72c8597a36fd89e307c9322c057689511ee5934d91a349d47fab87dcf7c1c25581b4e8405997ee8aab0f01b39acded414a149aa7c0bf417e70')
+sha512sums=('bb5da42f6fc60552bd338e7f2b7724e2433ce6e2bf215e058617c7f22ec66783b35496a7e8297d6998503ca2ecd50fab61336f6e81136b6c44d63fa4cc5d693f')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"