summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bc8df8141ab..8bc0d34d0f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: w0rty <mawo97 at gmail.com>
pkgname=wgcf
-pkgver=2.2.10
-pkgrel=2
+pkgver=2.2.11
+pkgrel=1
pkgdesc='Generate WireGuard profile from Cloudflare Warp account'
arch=('x86_64')
url="https://github.com/ViRb3/wgcf"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2b7d2b2aedc7084e2d7d4efa104e6e0eb2ab3eb991f693ec9f38cdfb9c95e641')
+sha256sums=('c944c3430a6f2173087b1c60367d9297dcdcee1f0cc39494ae505a1a04d53c82')
prepare(){
cd "$pkgname-$pkgver"