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

Felix Yan felixonmars at archlinux.org
Fri Oct 25 13:07:10 UTC 2019


    Date: Friday, October 25, 2019 @ 13:07:09
  Author: felixonmars
Revision: 518861

upgpkg: v2ray 4.21.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-25 12:28:43 UTC (rev 518860)
+++ PKGBUILD	2019-10-25 13:07:09 UTC (rev 518861)
@@ -2,8 +2,8 @@
 # Contributor: pandada8 <pandada8 at gmail.com>
 
 pkgname=v2ray
-pkgver=4.20.0
-pkgrel=3
+pkgver=4.21.0
+pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
 url="https://github.com/v2ray/v2ray-core"
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz"
         'v2ray.service')
-sha512sums=('b0a202c06374d34f03284d8a611e993e0be75f1aae2a4724beb134d6974e7e958989cfa238ef7d3ce55d3edf58598962b72b0cf470a8b2c05be7217846e5e460'
+sha512sums=('153affbbc43c44db04231552f30f3f297663a0e0e91f3a6424ef836c26359d0f284784bdf90d5a229c87dc5ba31e0037807ae190e4d6e250b7970e55e39761ac'
             '37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {
@@ -25,7 +25,7 @@
 
   # Future makedepends
   go get github.com/golang/protobuf/proto go.starlark.net/starlark go.starlark.net/syntax \
-         google.golang.org/grpc
+         google.golang.org/grpc github.com/gorilla/websocket github.com/refraction-networking/utls
 
   # Future checkdepends
   go get github.com/golang/mock/gomock github.com/google/go-cmp/cmp \



More information about the arch-commits mailing list