[arch-commits] Commit in v2ray/trunk (PKGBUILD v2ray.service)
Felix Yan
felixonmars at archlinux.org
Sun May 31 06:54:46 UTC 2020
Date: Sunday, May 31, 2020 @ 06:54:45
Author: felixonmars
Revision: 637582
upgpkg: v2ray 4.23.2-1
Modified:
v2ray/trunk/PKGBUILD
v2ray/trunk/v2ray.service
---------------+
PKGBUILD | 8 ++++----
v2ray.service | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-31 06:51:09 UTC (rev 637581)
+++ PKGBUILD 2020-05-31 06:54:45 UTC (rev 637582)
@@ -2,8 +2,8 @@
# Contributor: pandada8 <pandada8 at gmail.com>
pkgname=v2ray
-pkgver=4.23.1
-pkgrel=2
+pkgver=4.23.2
+pkgrel=1
pkgdesc="A platform for building proxies to bypass network restrictions"
arch=('x86_64')
url="https://github.com/v2ray/v2ray-core"
@@ -13,8 +13,8 @@
backup=(etc/v2ray/config.json)
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz"
'v2ray.service')
-sha512sums=('3f5244c201a1c8e348b3928ac5ad130596db39419166273af0c45a916d365544dea7b07368ab47744317321300df13061349610c2770e8e561b5df2db691eecd'
- '79192646438bcbd13a5a88d0093b1b6d5df603a9c2241a6260babf16f9e98d75f9e04fb3a1d926eb809a81fa935d3ff47d39cc703c609dfc906146ca58272bc7')
+sha512sums=('2738e72f96e8d24e67fb7b26b5538216cf219c8eb12573dcd68c552e6bb54386cbacaaa225bd3f6b218b9cac2f24bff9047e0d0911177603ca4cba31c7f5dcab'
+ '507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
build() {
cd "v2ray-core-$pkgver"
Modified: v2ray.service
===================================================================
--- v2ray.service 2020-05-31 06:51:09 UTC (rev 637581)
+++ v2ray.service 2020-05-31 06:54:45 UTC (rev 637582)
@@ -4,7 +4,7 @@
Wants=network.target
[Service]
-Type=simple
+Type=exec
PIDFile=/var/run/v2ray-%i.pid
ExecStart=/usr/bin/v2ray -config /etc/v2ray/%i.json
Restart=on-failure
More information about the arch-commits
mailing list