summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342023-09-03 22:24:41 +1000
committersomebody12342023-09-03 22:24:41 +1000
commitfe65d40699c66a8fea9c042b130aff63e18dc7da (patch)
tree830dfdaa8ce9a20d43acfb243044ca7fcea04962
parent8c6351ae379ed917dc60791dfc998440e6497bbe (diff)
downloadaur-fe65d40699c66a8fea9c042b130aff63e18dc7da.tar.gz
bump: 0.79.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b961fe622fac..4d0a71fdaf36 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.78.1
+ pkgver = 0.79.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.78.1.tar.gz::http://dl.nwjs.io/v0.78.1/nwjs-sdk-v0.78.1-linux-x64.tar.gz
- sha512sums = 345052390118dcd5cca2b1bdc06b3449a404468124a756e3c234625d921d9f4f86b1bcab1747ce9fefcf53b6fa4dca348e6a198384faa6b057d52490089b0319
+ source = nwjs-sdk-bin-0.79.1.tar.gz::http://dl.nwjs.io/v0.79.1/nwjs-sdk-v0.79.1-linux-x64.tar.gz
+ sha512sums = b8d16a708d22638964e94262f0e5c5fb5167d0524fa99fd8956432c34a06490f1c3d8fbfa77bd9a45f443d9e8396dcddb9e0b79225118244d74c7950f9feb975
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index a88c14fc5343..098f2e484409 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.78.1
+pkgver=0.79.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=('345052390118dcd5cca2b1bdc06b3449a404468124a756e3c234625d921d9f4f86b1bcab1747ce9fefcf53b6fa4dca348e6a198384faa6b057d52490089b0319')
+sha512sums=('b8d16a708d22638964e94262f0e5c5fb5167d0524fa99fd8956432c34a06490f1c3d8fbfa77bd9a45f443d9e8396dcddb9e0b79225118244d74c7950f9feb975')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"