summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2020-08-28 20:00:34 +0200
committerWorty2020-08-28 20:00:34 +0200
commitc2ee94fe42ef76e50dc4c6ef5d61839113fa617a (patch)
tree37f2d8414e4397dd82376a76558d09cd76617088
parent172e81f33a1113e13894b2d6b86e1417a259429c (diff)
downloadaur-c2ee94fe42ef76e50dc4c6ef5d61839113fa617a.tar.gz
v 2.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e26210d2b54..270d8b8d6f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wgcf
pkgdesc = Generate WireGuard profile from Cloudflare Warp account
- pkgver = 2.1.2
- pkgrel = 2
+ pkgver = 2.1.3
+ pkgrel = 1
url = https://github.com/ViRb3/wgcf
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = wgcf-2.1.2.tar.gz::https://github.com/ViRb3/wgcf/archive/v2.1.2.tar.gz
- sha256sums = 33e45a4720b3217fc413ba890fc111646a6a4c3e19370cf2a1d54450e4dcbdcd
+ source = wgcf-2.1.3.tar.gz::https://github.com/ViRb3/wgcf/archive/v2.1.3.tar.gz
+ sha256sums = cfc042ff45d627e0d80e2ea3d0e80551dc72955ada126ad0c1385e2620939d82
pkgname = wgcf
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"