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

Felix Yan felixonmars at archlinux.org
Tue Feb 19 09:03:28 UTC 2019


    Date: Tuesday, February 19, 2019 @ 09:03:27
  Author: felixonmars
Revision: 434395

upgpkg: v2ray 4.16.3-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 09:03:14 UTC (rev 434394)
+++ PKGBUILD	2019-02-19 09:03:27 UTC (rev 434395)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 <pandada8 at gmail.com>
 
 pkgname=v2ray
-pkgver=4.15.0
+pkgver=4.16.3
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip"
         'v2ray.service')
-sha512sums=('fb6b28d227430e128a29382f8b631a627216d02f014c04817449d985affc4970769e99812370170d5b03ddb92e19e042adb8fdcd9f27220e3d687e7ddc398815'
+sha512sums=('598c0d1ddcbe9b4d5a4623a2a63bc9478d8ef8cf88cd1a7fb00b97eecd22fa4873d747d7a0099148dd06ab6d2cb8e0b945beeb7145fb1b0ecd8b997c1bf5eba4'
             '37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {
@@ -25,12 +25,12 @@
 
 build() {
   go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/ext/tools/control/main
+  go build -o v2ctl v2ray.com/core/infra/control/main
 }
 
 check() {
   cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/...
+  go test -p 1 -tags json -v v2ray.com/core/... || warning "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list