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

Felix Yan felixonmars at archlinux.org
Tue Dec 22 22:43:08 UTC 2020


    Date: Tuesday, December 22, 2020 @ 22:43:08
  Author: felixonmars
Revision: 783103

upgpkg: brook 20200901-1

Modified:
  brook/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 22:42:31 UTC (rev 783102)
+++ PKGBUILD	2020-12-22 22:43:08 UTC (rev 783103)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang <cnsdwpc at gmail.com>
 
 pkgname=brook
-pkgver=20200502
+pkgver=20200901
 pkgrel=1
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go' 'golang-golang-x-net' 'golang-golang-x-text' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz")
-sha512sums=('a2b13c4f380ade3f67d46bc773cbc7e2dd6a9c23c68ca5090bb2ff3db1fa3623831f189874f34030a7944ea2ad5fd95ad0a54fcc6d242e5c862f61b600d21dd8')
+sha512sums=('a52bfe854515d8090bc23ed0c5e843c29dcccb802d56e6f4e5fee53ed803e3312e6289ec5a22b5e92d2c7e598ce7527d8ca9ea279833859cb1d84958df4f9935')
 
 prepare() {
   cd brook-$pkgver
@@ -23,8 +23,8 @@
 
   go get github.com/mdp/qrterminal github.com/patrickmn/go-cache github.com/txthinking/x \
          github.com/txthinking/socks5 github.com/txthinking/encrypt github.com/gorilla/mux \
-         github.com/urfave/cli github.com/txthinking/gotun2socks github.com/gorilla/websocket \
-         github.com/urfave/negroni github.com/tdewolff/minify
+         github.com/urfave/cli github.com/gorilla/websocket github.com/urfave/negroni \
+         github.com/tdewolff/minify github.com/miekg/dns
 }
 
 build() {



More information about the arch-commits mailing list