summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-10-18 13:14:42 +0800
committerYen Chi Hsuan2016-10-18 13:14:42 +0800
commit533a9dcffb40f1ccf0c20b0906e8af3929621eda (patch)
treece931b2c2fd06045044296a6b4c6eaac86444521
parent07aebbd54e866f44e7ba4be0d95b75fcf1216e8f (diff)
downloadaur-533a9dcffb40f1ccf0c20b0906e8af3929621eda.tar.gz
Bump to 0.18.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1226e268bf4..65af22b01d0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 12:03:31 UTC 2016
+# Tue Oct 18 05:14:41 UTC 2016
pkgbase = nwjs-bin
pkgdesc = node-webkit is an app runtime based on Chromium and node.js.
- pkgver = 0.18.0
+ pkgver = 0.18.1
pkgrel = 1
url = https://github.com/nwjs/nw.js
arch = i686
@@ -22,10 +22,10 @@ pkgbase = nwjs-bin
conflicts = node-webkit
conflicts = nwjs
replaces = node-webkit
- source_i686 = http://dl.nwjs.io/v0.18.0/nwjs-v0.18.0-linux-ia32.tar.gz
- md5sums_i686 = 86dd47deb276ac34cedc3758a3f15d88
- source_x86_64 = http://dl.nwjs.io/v0.18.0/nwjs-v0.18.0-linux-x64.tar.gz
- md5sums_x86_64 = 4c77fb033a1266e758b0dbf91b8f8eae
+ source_i686 = http://dl.nwjs.io/v0.18.1/nwjs-v0.18.1-linux-ia32.tar.gz
+ md5sums_i686 = 905e51cc036a89bc86476fadcd6057f1
+ source_x86_64 = http://dl.nwjs.io/v0.18.1/nwjs-v0.18.1-linux-x64.tar.gz
+ md5sums_x86_64 = 7bc0456068053fce871d64439072c927
pkgname = nwjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index af950e16ab53..1f18a806999d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yen Chi Hsuan <yan12125 at gmail.com>
_pkgname=nwjs
pkgname=$_pkgname-bin
-pkgver=0.18.0
+pkgver=0.18.1
pkgrel=1
pkgdesc="node-webkit is an app runtime based on Chromium and node.js."
arch=("i686" "x86_64")
@@ -25,8 +25,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")
-md5sums_i686=('86dd47deb276ac34cedc3758a3f15d88')
-md5sums_x86_64=('4c77fb033a1266e758b0dbf91b8f8eae')
+md5sums_i686=('905e51cc036a89bc86476fadcd6057f1')
+md5sums_x86_64=('7bc0456068053fce871d64439072c927')
package() {
cd "$srcdir/$_pkgname-v$pkgver-linux-$_arch"