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

Felix Yan felixonmars at archlinux.org
Thu Feb 21 19:03:02 UTC 2019


    Date: Thursday, February 21, 2019 @ 19:03:00
  Author: felixonmars
Revision: 435111

upgpkg: v2ray 4.17.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 18:57:41 UTC (rev 435110)
+++ PKGBUILD	2019-02-21 19:03:00 UTC (rev 435111)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 <pandada8 at gmail.com>
 
 pkgname=v2ray
-pkgver=4.16.3
+pkgver=4.17.0
 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=('598c0d1ddcbe9b4d5a4623a2a63bc9478d8ef8cf88cd1a7fb00b97eecd22fa4873d747d7a0099148dd06ab6d2cb8e0b945beeb7145fb1b0ecd8b997c1bf5eba4'
+sha512sums=('22407b029d63dda5830db09fb9a58b0af756f3928ea3e5f313bf12c76552bf5ea0162ad703a58d0138489f2aecf9412927a9738287ea388411e341a8fa4ec6df'
             '37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {
@@ -30,7 +30,7 @@
 
 check() {
   cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/... || warning "Tests failed"
+  go test -p 1 -tags json -v v2ray.com/core/...
 }
 
 package() {



More information about the arch-commits mailing list