Date: Sunday, October 18, 2020 @ 12:42:51 Author: felixonmars Revision: 725979
upgpkg: v2ray 4.31.2-1 Modified: v2ray/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-18 12:42:47 UTC (rev 725978) +++ PKGBUILD 2020-10-18 12:42:51 UTC (rev 725979) @@ -2,7 +2,7 @@ # Contributor: pandada8 <[email protected]> pkgname=v2ray -pkgver=4.31.1 +pkgver=4.31.2 pkgrel=1 pkgdesc="A platform for building proxies to bypass network restrictions" arch=('x86_64') @@ -12,7 +12,7 @@ makedepends=('go' 'git') backup=(etc/v2ray/config.json) source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz") -sha512sums=('c807bf3404b40452cb0944504166aeee18a0783eecb521d5af979efcd23c632810a6146d90ae405056b263098d8945d951919ef0bc3ac87049495a43cbf228fa') +sha512sums=('c00ce66e642b8f44b599f30ed0c6b98e41e9e5ed6fa0f6a17c44bf5eab33aed64a12a37916143a96654ecbe83c7375224d27d2ba101c1706adba334659837f16') prepare() { cd v2ray-core-$pkgver
