summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkasei2017-01-18 11:06:01 +0800
committerkasei2017-01-18 11:06:01 +0800
commitd75e4137ec10f9e3d0a14262b184ee99fc9bf481 (patch)
tree0aa12b55567c4675ad40d89189e92275a355f3da
parenta7a66f9596f883064bfcd875b978e296a1397c1e (diff)
downloadaur-d75e4137ec10f9e3d0a14262b184ee99fc9bf481.tar.gz
updpkg: kcptun-bin 20170117-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f23505b8ad23..25a9a69ee7e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcptun-bin
pkgdesc = An extremely simple udp tunnel based on KCP
- pkgver = 20161222
+ pkgver = 20170117
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/v20161222/kcptun-linux-amd64-20161222.tar.gz
+ source = https://github.com/xtaci/kcptun/releases/download/v20170117/kcptun-linux-amd64-20170117.tar.gz
source = example_client.json
source = example_server.json
source = kcptun@.service
source = kcptun-server@.service
- md5sums = 28689c0bc8ad3ad2f7285dfe0d86471b
+ md5sums = 7024a741c79a1d679ba11f3af6f5bc0a
md5sums = a807ac981c0f99d6afea8a68459e2d64
md5sums = 9946cc2e4556774defed6b35609b1665
md5sums = a6cb3e4490f9cc7be81fd4d898870040
diff --git a/PKGBUILD b/PKGBUILD
index 158ef64c2b94..3b385123b31f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kasei Wang <cnsdwpc at gmail.com>
_pkgname=kcptun
pkgname=$_pkgname-bin
-pkgver=20161222
+pkgver=20170117
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=('3ccc021e426273f5b4f859d736e6cbcf')
+ md5sums=('6fd7f35573ecb7d3ccf82069f6960d6d')
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=('28689c0bc8ad3ad2f7285dfe0d86471b')
+ md5sums=('7024a741c79a1d679ba11f3af6f5bc0a')
fi
source+=('example_client.json'
'example_server.json'