summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkasei2016-09-17 20:40:25 +0800
committerkasei2016-09-17 20:40:25 +0800
commit4ed22244391af4394d461abdd5299fb264bc2275 (patch)
tree17f10161069d8d08eeb02e3f0c6ab5a6550675c4
parent3a928ae082964c3b4713ab6d667a6649bb078ddc (diff)
downloadaur-4ed22244391af4394d461abdd5299fb264bc2275.tar.gz
updpkg: kcptun-bin 20160912-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a56b8ea0f8..b7496d817bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcptun-bin
pkgdesc = An extremely simple udp tunnel based on KCP
- pkgver = 20160906
+ pkgver = 20160912
pkgrel = 1
url = https://github.com/xtaci/kcptun
arch = i686
@@ -8,12 +8,12 @@ pkgbase = kcptun-bin
license = MIT
provides = kcptun
conflicts = kcptun
- source = https://github.com/xtaci/kcptun/releases/download/v20160906/kcptun-linux-amd64-20160906.tar.gz
+ source = https://github.com/xtaci/kcptun/releases/download/v20160912/kcptun-linux-amd64-20160912.tar.gz
source = example_client.json
source = example_server.json
source = kcptun@.service
source = kcptun-server@.service
- md5sums = 77723cd673e5e03b64d4973a9a54605b
+ md5sums = e460751bd95ade13810a92e59d6bf26d
md5sums = a807ac981c0f99d6afea8a68459e2d64
md5sums = 9946cc2e4556774defed6b35609b1665
md5sums = 14aea788db2ef1c791fe7436a1453655
diff --git a/PKGBUILD b/PKGBUILD
index 3a5175de715d..3b0d1c160328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kasei Wang <cnsdwpc at gmail.com>
_pkgname=kcptun
pkgname=$_pkgname-bin
-pkgver=20160906
+pkgver=20160912
pkgrel=1
pkgdesc="An extremely simple udp tunnel based on KCP"
arch=("i686" "x86_64")
@@ -15,12 +15,12 @@ conflicts=("kcptun")
if [ "$CARCH" = "i686" ]; then
_arch="386"
source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-$_arch-$pkgver.tar.gz")
- md5sums=('72b572b38fdc625294783a58be978b05')
+ md5sums=('e3d82630fe8c78e36b6b7959f515d819')
fi
if [ "$CARCH" = "x86_64" ]; then
_arch="amd64"
source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-$_arch-$pkgver.tar.gz")
- md5sums=('77723cd673e5e03b64d4973a9a54605b')
+ md5sums=('e460751bd95ade13810a92e59d6bf26d')
fi
source+=('example_client.json'
'example_server.json'