summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaddie Zhan2017-03-14 01:09:42 +0800
committerMaddie Zhan2017-03-14 01:09:42 +0800
commit777c4d55da135db4d48e7a468ac77af612f374ec (patch)
tree40bdd925dee5a6733f05bec7992cb2668911fd48
parent8f98423a7acb646b6cdb24d6d8ba0fbabf6abceb (diff)
downloadaur-777c4d55da135db4d48e7a468ac77af612f374ec.tar.gz
20170303 (UPDATE: Mon Mar 13 12:54:50 UTC 2017)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0241529ad828..4ee975016329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kcptun-bin
pkgdesc = An extremely simple udp tunnel based on KCP
pkgver = 20170313
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xtaci/kcptun
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = kcptun-bin
source = example_server.json
source = kcptun@.service
source = kcptun-server@.service
- sha1sums = e91e35ff684aa76533d5c0298d96416d5b1e8efc
+ sha1sums = 82a9c30cc704eb0c2b29165c91172d014a9cce75
sha1sums = 28224cefd0cb946afb55ad25e1ac69389b8d1c56
sha1sums = 6727740067b167448603876667f8c66f3a5b55f6
sha1sums = 740871c2aad2f8407092d77f6426f8071fd310f8
diff --git a/PKGBUILD b/PKGBUILD
index 502db629d443..a2b118ce0477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=kcptun
pkgname=$_pkgname-bin
pkgver=20170313
-pkgrel=1
+pkgrel=2
pkgdesc="An extremely simple udp tunnel based on KCP"
arch=("i686" "x86_64" "armv6h" "armv7h")
url="https://github.com/xtaci/kcptun"
@@ -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")
- sha1sums=('4299a58f2ddf11cbe0354379629cc814e4b52981')
+ sha1sums=('e7e9791086c88fd926c9f1860646cb58604557cc')
fi
if [ "$CARCH" = "x86_64" ]; then
_arch="amd64"
source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-$_arch-$pkgver.tar.gz")
- sha1sums=('e91e35ff684aa76533d5c0298d96416d5b1e8efc')
+ sha1sums=('82a9c30cc704eb0c2b29165c91172d014a9cce75')
fi
if [[ "$CARCH" = arm* ]]; then
case "$CARCH" in
@@ -36,7 +36,7 @@ if [[ "$CARCH" = arm* ]]; then
;;
esac
source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-arm-$pkgver.tar.gz")
- sha1sums=('57b66da01a6898e62ef91fc1e7a793ff20b6c301')
+ sha1sums=('b58604532047c3f83549be5f4a0d609b6992b77a')
fi
source+=('example_client.json'