[arch-commits] Commit in brook/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 8 23:00:52 UTC 2020


    Date: Sunday, March 8, 2020 @ 23:00:50
  Author: felixonmars
Revision: 592653

upgpkg: brook 20200101-1

Modified:
  brook/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 23:00:00 UTC (rev 592652)
+++ PKGBUILD	2020-03-08 23:00:50 UTC (rev 592653)
@@ -2,8 +2,8 @@
 # Contributor: Kasei Wang <cnsdwpc at gmail.com>
 
 pkgname=brook
-pkgver=20190401
-pkgrel=3
+pkgver=20200101
+pkgrel=1
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
 url="https://github.com/txthinking/brook"
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz")
-sha512sums=('83d9299666fef59820f1d7b672c93f0c71cd75fd6d6623b6d6784c16ba2a81dadb7288086d84469552db424fc09564436d21d3c064b1aaeb9f7e7912ba41f48d')
+sha512sums=('1c2c7db12a7a459abf12ddad27b8bbfffd4c12b7409e5d51c97d70bf3de64bbac0f9c774c31125c856845914b7748327e2b1c67e4764b96f05fa7ef095ddbd48')
 
 prepare() {
   cd brook-$pkgver
@@ -22,8 +22,9 @@
   export GOPATH="$PWD/.gopath"
 
   go get github.com/mdp/qrterminal github.com/patrickmn/go-cache github.com/txthinking/ant \
-         github.com/txthinking/socks5 golang.org/x/net/proxy \
-         github.com/urfave/cli github.com/txthinking/gotun2socks
+         github.com/txthinking/socks5 golang.org/x/net/proxy github.com/gorilla/mux \
+         github.com/urfave/cli github.com/txthinking/gotun2socks github.com/gorilla/websocket \
+         github.com/urfave/negroni
 }
 
 build() {



More information about the arch-commits mailing list