community/v2ray to 3.8-1

This commit is contained in:
Kevin Mihelich 2018-02-12 13:49:35 +00:00
parent 2489abd413
commit 36eb8a1976

View file

@ -6,7 +6,7 @@
# - fix install source path for ARM architectures
pkgname=v2ray
pkgver=3.6
pkgver=3.8
pkgrel=1
pkgdesc="A platform for building proxies to bypass network restrictions"
arch=('x86_64')
@ -15,7 +15,7 @@ license=('MIT')
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() {
@ -23,7 +23,7 @@ prepare() {
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
}