summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Cai2016-07-08 08:41:22 +0800
committerPeter Cai2016-07-08 08:41:22 +0800
commit7428fbece3d25d9b36bbf9c667fbc9296c8d9f80 (patch)
tree21830c902ea72838c2e28b651d3dfc97df3fef53
parent0adbc7093ab89b7fd8ea4d9999585717342a888b (diff)
downloadaur-pofwjs.tar.gz
upgrade to 1.0.2
Signed-off-by: Peter Cai <peter@typeblog.net>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d204a2ee88..4c860b351df3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pofwjs
pkgdesc = A port forwarding tool implemented in Node.Js
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/PeterCxy/pofw.js
arch = i686
@@ -11,10 +11,10 @@ pkgbase = pofwjs
depends = nodejs
depends = bash
backup = etc/pofwjs/config.json
- source = https://github.com/PeterCxy/pofw.js/archive/1.0.1.tar.gz
+ source = https://github.com/PeterCxy/pofw.js/archive/1.0.2.tar.gz
source = pofwjs.service
source = config.json
- md5sums = 21ac8b18a9b3ec852dc31027eefc6eea
+ md5sums = e143c1fd6909fee0be95749cdf8b5934
md5sums = 689439125b8cb4266d6a939933b7989d
md5sums = edf8fc78149b537cd3d01b22cdb52941
diff --git a/PKGBUILD b/PKGBUILD
index eb54dd90b5ac..ebfc27543ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Cai <peter at typeblog dot net>
pkgname=pofwjs
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A port forwarding tool implemented in Node.Js"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ source=(
"pofwjs.service"
"config.json"
)
-md5sums=('21ac8b18a9b3ec852dc31027eefc6eea'
+md5sums=('e143c1fd6909fee0be95749cdf8b5934'
'689439125b8cb4266d6a939933b7989d'
'edf8fc78149b537cd3d01b22cdb52941')