Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / wgcf
Commits:
6dad3ede by Felix Yan at 2024-10-17T21:08:06+00:00
upgpkg: 2.2.20-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wgcf
pkgdesc = Generate WireGuard profile from Cloudflare Warp account
- pkgver = 2.2.19
+ pkgver = 2.2.20
pkgrel = 1
url = https://github.com/ViRb3/wgcf
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = wgcf
makedepends = git
makedepends = go
depends = glibc
- source = git+https://github.com/ViRb3/wgcf.git#tag=v2.2.19
- sha256sums =
57318b5c89c92344bcad7eb040be63fea11eca05ca7035b4872fa88677b47e24
+ source = git+https://github.com/ViRb3/wgcf.git#tag=v2.2.20
+ sha256sums =
e75ca7a8ccc4613832f1265d1dd0a7dffb6bc8e607c2e0269c8862fc7321c806
pkgname = wgcf
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: w0rty <mawo97 at gmail.com>
pkgname=wgcf
-pkgver=2.2.19
+pkgver=2.2.20
pkgrel=1
pkgdesc='Generate WireGuard profile from Cloudflare Warp account'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('glibc')
makedepends=('git' 'go')
source=("git+https://github.com/ViRb3/wgcf.git#tag=v$pkgver")
-sha256sums=('57318b5c89c92344bcad7eb040be63fea11eca05ca7035b4872fa88677b47e24')
+sha256sums=('e75ca7a8ccc4613832f1265d1dd0a7dffb6bc8e607c2e0269c8862fc7321c806')
prepare(){
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wgcf/-/commit/6dad3ede26076f19c1c7b62d9ac20c129699307c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wgcf/-/commit/6dad3ede26076f19c1c7b62d9ac20c129699307c
You're receiving this email because of your account on gitlab.archlinux.org.