Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / gost
Commits:
c9939b29 by Felix Yan at 2026-03-03T05:01:43+08:00
upgpkg: 3.2.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gost
pkgdesc = GO Simple Tunnel
- pkgver = 3.2.5
+ pkgver = 3.2.6
pkgrel = 1
url = https://github.com/go-gost/gost
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gost
makedepends = go
makedepends = git
depends = glibc
- source = git+https://github.com/go-gost/gost.git#tag=v3.2.5
- sha512sums =
0e3826e4ef7431b87b8cf8333e474e6d3d4466c4da7b53f2dbe64f1bba2dbf156649b60910c485afbcd6e975630c1abaf0c32a10a701a1048fe8824e42947446
+ source = git+https://github.com/go-gost/gost.git#tag=v3.2.6
+ sha512sums =
b4dda3a3e0d3b1d2003b2927e7edce416da4763649f6ecfc9514b6f15213970d2d6864cc264d420ad09dae89f429b16d3f2c19e9cacddcabd6754dcac9c65dae
pkgname = gost
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=gost
-pkgver=3.2.5
+pkgver=3.2.6
pkgrel=1
pkgdesc="GO Simple Tunnel"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go' 'git')
source=("git+https://github.com/go-gost/gost.git#tag=v$pkgver")
-sha512sums=('0e3826e4ef7431b87b8cf8333e474e6d3d4466c4da7b53f2dbe64f1bba2dbf156649b60910c485afbcd6e975630c1abaf0c32a10a701a1048fe8824e42947446')
+sha512sums=('b4dda3a3e0d3b1d2003b2927e7edce416da4763649f6ecfc9514b6f15213970d2d6864cc264d420ad09dae89f429b16d3f2c19e9cacddcabd6754dcac9c65dae')
prepare() {
cd gost
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gost/-/commit/c9939b29e4b453c94858a2c75fdad1e871091c72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gost/-/commit/c9939b29e4b453c94858a2c75fdad1e871091c72
You're receiving this email because of your account on gitlab.archlinux.org.