summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b301d81c02f..63bd4b548aab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-bin
pkgdesc = node-webkit is an app runtime based on Chromium and node.js.
- pkgver = 0.27.5
+ pkgver = 0.28.0
pkgrel = 1
url = https://nwjs.io/
arch = i686
@@ -20,10 +20,10 @@ pkgbase = nwjs-bin
conflicts = node-webkit
conflicts = nwjs
replaces = node-webkit
- source_i686 = http://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-linux-ia32.tar.gz
- sha512sums_i686 = f28fe96683a9d278f776e0d9dd2c686a18e83f0861f366270945d4645d20687ee664af4f51340d861531419af40d140a270a5a159873395171b04879f30fb5a7
- source_x86_64 = http://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-linux-x64.tar.gz
- sha512sums_x86_64 = 93546c1522b53b129360b9a45e8045f281e2341c94b1cd32414cc376bd567bc8036f2c872fdec2990d720e5935a4bcd0f34b3fad00b458f762aeb8a304db632e
+ source_i686 = http://dl.nwjs.io/v0.28.0/nwjs-v0.28.0-linux-ia32.tar.gz
+ sha512sums_i686 = a28c227e2567870ff62b8e2e935c2878b346fecff97c39bc50c1a390bbb816cd9d299869433f586366aa91d372f71cd3637f50cd26e32233a24ff2388edf2c62
+ source_x86_64 = http://dl.nwjs.io/v0.28.0/nwjs-v0.28.0-linux-x64.tar.gz
+ sha512sums_x86_64 = dbe23748ec9b86b3f3f33d8c02d1e62852df8d037b52b0c4a1a3ea856b70f0d10bce4eaad64fc71b96e88d133ae676fd4e2bf94309888bba740b9bee60c9ad00
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index eca4c07767c9..03eecbc670ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=nwjs
pkgname=$_pkgname-bin
-pkgver=0.27.5
+pkgver=0.28.0
pkgrel=1
pkgdesc="node-webkit is an app runtime based on Chromium and node.js."
arch=("i686" "x86_64")
@@ -28,8 +28,8 @@ fi
source_common="http://dl.nwjs.io/v$pkgver/$_pkgname-v$pkgver-linux"
source_i686=("$source_common-ia32.tar.gz")
source_x86_64=("$source_common-x64.tar.gz")
-sha512sums_i686=('f28fe96683a9d278f776e0d9dd2c686a18e83f0861f366270945d4645d20687ee664af4f51340d861531419af40d140a270a5a159873395171b04879f30fb5a7')
-sha512sums_x86_64=('93546c1522b53b129360b9a45e8045f281e2341c94b1cd32414cc376bd567bc8036f2c872fdec2990d720e5935a4bcd0f34b3fad00b458f762aeb8a304db632e')
+sha512sums_i686=('a28c227e2567870ff62b8e2e935c2878b346fecff97c39bc50c1a390bbb816cd9d299869433f586366aa91d372f71cd3637f50cd26e32233a24ff2388edf2c62')
+sha512sums_x86_64=('dbe23748ec9b86b3f3f33d8c02d1e62852df8d037b52b0c4a1a3ea856b70f0d10bce4eaad64fc71b96e88d133ae676fd4e2bf94309888bba740b9bee60c9ad00')
package() {
cd "$srcdir/$_pkgname-v$pkgver-linux-$_arch"