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

Felix Yan felixonmars at archlinux.org
Mon Feb 12 05:55:13 UTC 2018


    Date: Monday, February 12, 2018 @ 05:55:13
  Author: felixonmars
Revision: 292664

upgpkg: v2ray 3.8-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-12 05:54:48 UTC (rev 292663)
+++ PKGBUILD	2018-02-12 05:55:13 UTC (rev 292664)
@@ -3,7 +3,7 @@
 # Contributor: pandada8 <pandada8 at gmail.com>
 
 pkgname=v2ray
-pkgver=3.6
+pkgver=3.8
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz"
         'v2ray.service')
-sha512sums=('a92f2a940587bd97b887c28f4e8653527d57af975e9779cc55c4bfa36f6e284096b4cc73e7e19b00c8ddba92d4271196398eaafc49a18e6c24d7ced74d7c44b7'
+sha512sums=('fa8727be4a84370e25d72a21d414bc8ceff54e2ea60b5416cb18e80a76e347c434a59cfdbc9926ac54090e1cea7d6ed650fb2c8e6329a5006c298eec7245d0eb'
             'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {
@@ -20,7 +20,7 @@
   go get v2ray.com/core github.com/miekg/dns golang.org/x/sys/unix v2ray.com/ext/assert \
          github.com/gorilla/websocket golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/sha3 \
          v2ray.com/ext golang.org/x/net/proxy github.com/google/go-github/github golang.org/x/oauth2 \
-         github.com/gogo/protobuf/proto
+         github.com/gogo/protobuf/proto google.golang.org/grpc
   go install v2ray.com/ext/tools/build/vbuild
 }
 



More information about the arch-commits mailing list