Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / v2ray
Commits:
057c392a by Felix Yan at 2025-07-12T16:39:26+08:00
upgpkg: 5.29.3-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.29.2
+ pkgver = 5.29.3
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.29.2
- sha512sums =
a9e535d70294bda61afaad85e5f4604b9163af6341e15f6b1a6c318fb2aebd24a6589cf3cc95bccbdc20e937545ce7b386d952eebbc496e439c3edcacf5b5cc5
+ source = git+https://github.com/v2fly/v2ray-core.git#tag=v5.29.3
+ sha512sums =
bb941893d087b03779e06ef0bdbe9011514eb110f6a84dca7df723ba4665440ebd16a0a3bf71a7e5e1bd69fb1eef7b8912c86dbb1275a8f43f0dba1b3f5d43a7
pkgname = v2ray
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: pandada8 <[email protected]>
pkgname=v2ray
-pkgver=5.29.2
+pkgver=5.29.3
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=('a9e535d70294bda61afaad85e5f4604b9163af6341e15f6b1a6c318fb2aebd24a6589cf3cc95bccbdc20e937545ce7b386d952eebbc496e439c3edcacf5b5cc5')
+sha512sums=('bb941893d087b03779e06ef0bdbe9011514eb110f6a84dca7df723ba4665440ebd16a0a3bf71a7e5e1bd69fb1eef7b8912c86dbb1275a8f43f0dba1b3f5d43a7')
prepare() {
cd v2ray-core
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray/-/commit/057c392af659c8f24e5a8a630f34880c70b67d06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray/-/commit/057c392af659c8f24e5a8a630f34880c70b67d06
You're receiving this email because of your account on gitlab.archlinux.org.