summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorty2020-08-28 20:00:34 +0200
committerWorty2020-08-28 20:00:34 +0200
commitc2ee94fe42ef76e50dc4c6ef5d61839113fa617a (patch)
tree37f2d8414e4397dd82376a76558d09cd76617088 /PKGBUILD
parent172e81f33a1113e13894b2d6b86e1417a259429c (diff)
downloadaur-c2ee94fe42ef76e50dc4c6ef5d61839113fa617a.tar.gz
v 2.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787c4b3bbe39..9d89e58bf069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: w0rty <mawo97 at gmail.com>
pkgname=wgcf
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.3
+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=('33e45a4720b3217fc413ba890fc111646a6a4c3e19370cf2a1d54450e4dcbdcd')
+sha256sums=('cfc042ff45d627e0d80e2ea3d0e80551dc72955ada126ad0c1385e2620939d82')
prepare(){
cd "$pkgname-$pkgver"