Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / v2ray
Commits:
5ad22054 by Felix Yan at 2025-04-29T00:17:42+08:00
upgpkg: 5.22.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = v2ray
pkgdesc = A platform for building proxies to bypass network restrictions
- pkgver = 5.21.0
+ pkgver = 5.22.0
pkgrel = 1
url = https://github.com/v2fly/v2ray-core
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = v2ray
depends = v2ray-domain-list-community
depends = v2ray-geoip
backup = etc/v2ray/config.json
- source = git+https://github.com/v2fly/v2ray-core.git#tag=v5.21.0
- sha512sums =
10d370478c072ab91e25e0194ca06fd19c2fa36cf5d54abea49864d6a89fffc0d3a9c9f573d4c583cef87aaa73c6daccbca722f9d4c119982e626022506f6cb5
+ source = git+https://github.com/v2fly/v2ray-core.git#tag=v5.22.0
+ sha512sums =
5d0a237c3b1ffc324cf1222299908d2a286e921d4b260a61d6fb4d13bcaabed70ebd8e1b5591fe35b748d878af84358099eac4968a1c44a2dc83a3fe1e10a9a3
pkgname = v2ray
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: pandada8 <[email protected]>
pkgname=v2ray
-pkgver=5.21.0
+pkgver=5.22.0
pkgrel=1
pkgdesc="A platform for building proxies to bypass network restrictions"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
makedepends=('go' 'git')
backup=(etc/v2ray/config.json)
source=("git+https://github.com/v2fly/v2ray-core.git#tag=v$pkgver")
-sha512sums=('10d370478c072ab91e25e0194ca06fd19c2fa36cf5d54abea49864d6a89fffc0d3a9c9f573d4c583cef87aaa73c6daccbca722f9d4c119982e626022506f6cb5')
+sha512sums=('5d0a237c3b1ffc324cf1222299908d2a286e921d4b260a61d6fb4d13bcaabed70ebd8e1b5591fe35b748d878af84358099eac4968a1c44a2dc83a3fe1e10a9a3')
prepare() {
cd v2ray-core
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray/-/commit/5ad22054bbc2e5651219e6970f90fd2b5dd4965c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray/-/commit/5ad22054bbc2e5651219e6970f90fd2b5dd4965c
You're receiving this email because of your account on gitlab.archlinux.org.