[arch-commits] Commit in glider/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 22 16:30:42 UTC 2018
Date: Tuesday, May 22, 2018 @ 16:30:41
Author: felixonmars
Revision: 327639
upgpkg: glider 0.5.2-1
Modified:
glider/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-22 15:48:51 UTC (rev 327638)
+++ PKGBUILD 2018-05-22 16:30:41 UTC (rev 327639)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=glider
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="A forward proxy with multiple protocols support"
arch=('x86_64')
@@ -11,13 +11,13 @@
depends=('glibc')
makedepends=('go-pie' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz")
-sha512sums=('4047bcf7c63efd9321c43f8ea8b65345510c64fe3a3ba429d64bd3cc3e871b267cbdada0e288f671a56733b3532e2d06f0a23effc81cd0c68a57f7b9e41450b9')
+sha512sums=('7827517aae7435fce790e3b2b383dd3a6f8b032f90d5988f883f574370e346f9de1bdbb5f34a955a6ddaebb1dc349f10b96f29747dfb692ae6e104a57516f32d')
prepare() {
mkdir .gopath
export GOPATH="$srcdir"/.gopath
- go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
+ go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core github.com/sun8911879/shadowsocksR
}
build() {
More information about the arch-commits
mailing list