Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
shadowsocks-v2ray-plugin
Commits:
736e3d4f by Felix Yan at 2026-03-03T22:03:56+08:00
upgpkg: 5.15.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = shadowsocks-v2ray-plugin
pkgdesc = A SIP003 plugin based on v2ray for shadowsocks
- pkgver = 5.14.1
+ pkgver = 5.15.0
pkgrel = 1
url = https://github.com/teddysun/v2ray-plugin
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = shadowsocks-v2ray-plugin
makedepends = git
depends = glibc
options = !lto
- source = git+https://github.com/teddysun/v2ray-plugin.git#tag=v5.14.1
- sha512sums =
faa6012a3fdbcc6e83da6ce3fa7a4ffa3801323d2c8ba7f62da8c0e9c5ba5b2a28c984148ed1c9abe8ea89f233f800c65cb60bd5c91e4c888a8cb34863ee4a0d
+ source = git+https://github.com/teddysun/v2ray-plugin.git#tag=v5.15.0
+ sha512sums =
e0b0d5deeb6135af1abdc35d34a2043a1bb7a21c6f33a5937913b2559fd047bda368b1bab610f9a1821c7e1ca70cd489f615b2e367074070b6003e93c81853a3
pkgname = shadowsocks-v2ray-plugin
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=shadowsocks-v2ray-plugin
-pkgver=5.14.1
+pkgver=5.15.0
pkgrel=1
pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
arch=('x86_64')
@@ -11,7 +11,7 @@ options=('!lto')
depends=('glibc')
makedepends=('go' 'git')
source=("git+https://github.com/teddysun/v2ray-plugin.git#tag=v$pkgver")
-sha512sums=('faa6012a3fdbcc6e83da6ce3fa7a4ffa3801323d2c8ba7f62da8c0e9c5ba5b2a28c984148ed1c9abe8ea89f233f800c65cb60bd5c91e4c888a8cb34863ee4a0d')
+sha512sums=('e0b0d5deeb6135af1abdc35d34a2043a1bb7a21c6f33a5937913b2559fd047bda368b1bab610f9a1821c7e1ca70cd489f615b2e367074070b6003e93c81853a3')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shadowsocks-v2ray-plugin/-/commit/736e3d4f706ad466f13006e52b515922bb815684
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shadowsocks-v2ray-plugin/-/commit/736e3d4f706ad466f13006e52b515922bb815684
You're receiving this email because of your account on gitlab.archlinux.org.