Date: Thursday, May 27, 2021 @ 13:49:09 Author: felixonmars Revision: 949037
upgpkg: v2ray 4.39.2-1 Modified: v2ray/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-27 13:49:04 UTC (rev 949036) +++ PKGBUILD 2021-05-27 13:49:09 UTC (rev 949037) @@ -2,7 +2,7 @@ # Contributor: pandada8 <[email protected]> pkgname=v2ray -pkgver=4.38.3 +pkgver=4.39.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=("https://github.com/v2fly/v2ray-core/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('e6089b346850fc61a4a135a2f86c4966ebf472737422676a9c40151323e2df9619e5fcea9e9ea345a8735bdba53e212cb502d7c76c2d359284624962b560ee1d') +sha512sums=('eac92bfb63f7d2b465ad46ebf7d7e73639d1391c8715d6504624162dca05f632eb8bbed6c322713f08cd258d23cea82af86d1d97002bdf5fb3e61d30895e7d0b') prepare() { cd v2ray-core-$pkgver
