summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342022-10-17 14:13:04 +1000
committersomebody12342022-10-17 14:13:04 +1000
commit4a25f33cd365a076e9a32a090401077a75aa530a (patch)
tree876aac12f6bdf279c1c817f38d08973793317a95
parent98d3985efec956ed9537dfbb40d1c158208e7a17 (diff)
downloadaur-4a25f33cd365a076e9a32a090401077a75aa530a.tar.gz
bump: 0.69.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2b43e64933..288114c2eb94 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.69.0
+ pkgver = 0.69.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.69.0.tar.gz::http://dl.nwjs.io/v0.69.0/nwjs-sdk-v0.69.0-linux-x64.tar.gz
- sha512sums = bb5da42f6fc60552bd338e7f2b7724e2433ce6e2bf215e058617c7f22ec66783b35496a7e8297d6998503ca2ecd50fab61336f6e81136b6c44d63fa4cc5d693f
+ source = nwjs-sdk-bin-0.69.1.tar.gz::http://dl.nwjs.io/v0.69.1/nwjs-sdk-v0.69.1-linux-x64.tar.gz
+ sha512sums = 643da21b7ecae64a0e59903b0882e25b082b5713c30652d06e8a217af045197aa0eb7324d672bc5befde2f5216bcf18b9096d17b82dfd619751bccfe8430e631
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2502557b48ca..592fa3fa49fe 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.69.0
+pkgver=0.69.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=('bb5da42f6fc60552bd338e7f2b7724e2433ce6e2bf215e058617c7f22ec66783b35496a7e8297d6998503ca2ecd50fab61336f6e81136b6c44d63fa4cc5d693f')
+sha512sums=('643da21b7ecae64a0e59903b0882e25b082b5713c30652d06e8a217af045197aa0eb7324d672bc5befde2f5216bcf18b9096d17b82dfd619751bccfe8430e631')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"