diff options
author | Vitalii Kuzhdin | 2025-01-04 12:55:53 +0100 |
---|---|---|
committer | Vitalii Kuzhdin | 2025-01-04 12:55:53 +0100 |
commit | 1fd63f868d5cedb0d4916e25ab4b092acbe202f0 (patch) | |
tree | ceafba464282e8df235a0bf9e41c3f330e1580fd | |
parent | 7559cd19bdac5e2c94b1604a801aa2713fc25a7f (diff) | |
download | aur-1fd63f868d5cedb0d4916e25ab4b092acbe202f0.tar.gz |
Bump to 0.11.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = cunicu pkgdesc = A zeroconf peer-to-peer mesh VPN using Wireguard® and Interactive Connectivity Establishment (ICE) - pkgver = 0.9.1 + pkgver = 0.11.0 pkgrel = 1 url = https://cunicu.li arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = cunicu makedepends = protoc-gen-go-grpc depends = glibc optdepends = wireguard-tools: for controlling WireGuard interfaces - source = cunicu-0.9.1::git+https://codeberg.org/cunicu/cunicu.git#tag=v0.9.1 - b2sums = 4d831a8b2ad08598ab3781e3aa4a7228a901edbe5809011457f02d2a7b62f1ea52a7b9d4fe6781b9f2830a76288060e6d80bc4b7004179bcdb23c5354589396a + source = cunicu-0.11.0::git+https://codeberg.org/cunicu/cunicu.git#tag=v0.11.0 + b2sums = ca42178050a267ac658fc8149ad64a349a52693603f82c8c4f6b0cd6f5b54c038846bf5004e21abd1a8b6fddf6a4d69ed695b3692a94590b8670d5f9210b86b8 pkgname = cunicu @@ -1,7 +1,7 @@ # Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com> pkgname="cunicu" -pkgver=0.9.1 +pkgver=0.11.0 pkgrel=1 pkgdesc="A zeroconf peer-to-peer mesh VPN using Wireguard® and Interactive Connectivity Establishment (ICE)" arch=('x86_64' 'aarch64' 'i686' 'armv7h') @@ -14,7 +14,7 @@ makedepends=('git' 'go' 'protoc-gen-go' 'protoc-gen-go-grpc') optdepends=('wireguard-tools: for controlling WireGuard interfaces') _pkgsrc="${pkgname}-${pkgver}" source=("${_pkgsrc}::git+${_url}.git#tag=v${pkgver}") -b2sums=('4d831a8b2ad08598ab3781e3aa4a7228a901edbe5809011457f02d2a7b62f1ea52a7b9d4fe6781b9f2830a76288060e6d80bc4b7004179bcdb23c5354589396a') +b2sums=('ca42178050a267ac658fc8149ad64a349a52693603f82c8c4f6b0cd6f5b54c038846bf5004e21abd1a8b6fddf6a4d69ed695b3692a94590b8670d5f9210b86b8') # validpgpkeys=('09BE3BAE8D55D4CD8579285A9675EAC34897E6E2') # Steffen Vogel (primary) <post@steffenvogel.de> prepare() { |