summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342023-09-22 03:56:35 +1000
committersomebody12342023-09-22 03:56:35 +1000
commit44f463be7d702091d46d09b424f265fc03bb6f32 (patch)
tree415aed83551bfd7d6f14df89d6436a92f54c580a
parentfe65d40699c66a8fea9c042b130aff63e18dc7da (diff)
downloadaur-44f463be7d702091d46d09b424f265fc03bb6f32.tar.gz
bump: 0.80.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d0a71fdaf36..be4ab44916a1 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.79.1
+ pkgver = 0.80.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.79.1.tar.gz::http://dl.nwjs.io/v0.79.1/nwjs-sdk-v0.79.1-linux-x64.tar.gz
- sha512sums = b8d16a708d22638964e94262f0e5c5fb5167d0524fa99fd8956432c34a06490f1c3d8fbfa77bd9a45f443d9e8396dcddb9e0b79225118244d74c7950f9feb975
+ source = nwjs-sdk-bin-0.80.0.tar.gz::http://dl.nwjs.io/v0.80.0/nwjs-sdk-v0.80.0-linux-x64.tar.gz
+ sha512sums = d73e36b1b8c8e7e384fb6018710abfd37a7b0501aae9c4c8d4321d658b33d70bed58d1eb0d7ed29ee9db3ef29827053d795693fa810423f0afd0c193b0aedc36
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 098f2e484409..c6999c8f803c 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.79.1
+pkgver=0.80.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=('b8d16a708d22638964e94262f0e5c5fb5167d0524fa99fd8956432c34a06490f1c3d8fbfa77bd9a45f443d9e8396dcddb9e0b79225118244d74c7950f9feb975')
+sha512sums=('d73e36b1b8c8e7e384fb6018710abfd37a7b0501aae9c4c8d4321d658b33d70bed58d1eb0d7ed29ee9db3ef29827053d795693fa810423f0afd0c193b0aedc36')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"