George Hu pushed to branch main at Arch Linux / Packaging / Packages / gost
Commits:
bbd4cf46 by George Hu at 2025-10-13T02:20:40+08:00
upgpkg: 3.2.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gost
pkgdesc = GO Simple Tunnel
- pkgver = 3.2.4
+ pkgver = 3.2.5
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.4
- sha512sums =
fe754e2b6d6a7e0dd68289e04e48f24ec2cbba9767e2ebc922fe58813a4af39932b19b26d59d9a25831e932bfc59d35de4cda5c7c4e32d7ec7c818a35af02d1a
+ source = git+https://github.com/go-gost/gost.git#tag=v3.2.5
+ sha512sums =
0e3826e4ef7431b87b8cf8333e474e6d3d4466c4da7b53f2dbe64f1bba2dbf156649b60910c485afbcd6e975630c1abaf0c32a10a701a1048fe8824e42947446
pkgname = gost
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=gost
-pkgver=3.2.4
+pkgver=3.2.5
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=('fe754e2b6d6a7e0dd68289e04e48f24ec2cbba9767e2ebc922fe58813a4af39932b19b26d59d9a25831e932bfc59d35de4cda5c7c4e32d7ec7c818a35af02d1a')
+sha512sums=('0e3826e4ef7431b87b8cf8333e474e6d3d4466c4da7b53f2dbe64f1bba2dbf156649b60910c485afbcd6e975630c1abaf0c32a10a701a1048fe8824e42947446')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gost/-/commit/bbd4cf46e48876bab958bf93178a347866097360
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gost/-/commit/bbd4cf46e48876bab958bf93178a347866097360
You're receiving this email because of your account on gitlab.archlinux.org.