From 00be790f8d173df6bbf1c1f0a940b428dd0af78f Mon Sep 17 00:00:00 2001
From: J0WI <J0WI@users.noreply.github.com>
Date: Tue, 12 Apr 2022 21:55:09 +0200
Subject: [PATCH] community/*: rebuild with go 1.16.15

---
 community/alertmanager/APKBUILD                 | 2 +-
 community/buildah/APKBUILD                      | 2 +-
 community/caddy/APKBUILD                        | 2 +-
 community/chezmoi/APKBUILD                      | 2 +-
 community/conmon/APKBUILD                       | 2 +-
 community/consul-template/APKBUILD              | 2 +-
 community/consul/APKBUILD                       | 2 +-
 community/containerd/APKBUILD                   | 2 +-
 community/croc/APKBUILD                         | 2 +-
 community/crun/APKBUILD                         | 2 +-
 community/curlie/APKBUILD                       | 2 +-
 community/dep/APKBUILD                          | 2 +-
 community/dnscrypt-proxy/APKBUILD               | 2 +-
 community/docker-cli-buildx/APKBUILD            | 4 ++--
 community/docker-credential-ecr-login/APKBUILD  | 2 +-
 community/docker/APKBUILD                       | 2 +-
 community/dockviz/APKBUILD                      | 2 +-
 community/easypki/APKBUILD                      | 2 +-
 community/fzf/APKBUILD                          | 2 +-
 community/ginkgo/APKBUILD                       | 2 +-
 community/gitlab-runner/APKBUILD                | 2 +-
 community/glide/APKBUILD                        | 2 +-
 community/gmnitohtml/APKBUILD                   | 2 +-
 community/go-bindata-assetfs/APKBUILD           | 2 +-
 community/go-bindata/APKBUILD                   | 2 +-
 community/go-ipfs/APKBUILD                      | 2 +-
 community/go-md2man/APKBUILD                    | 2 +-
 community/go-msgauth/APKBUILD                   | 2 +-
 community/gogs/APKBUILD                         | 2 +-
 community/gojq/APKBUILD                         | 2 +-
 community/gonic/APKBUILD                        | 2 +-
 community/gotop/APKBUILD                        | 2 +-
 community/govendor/APKBUILD                     | 2 +-
 community/grafana/APKBUILD                      | 2 +-
 community/hcloud/APKBUILD                       | 2 +-
 community/hey/APKBUILD                          | 2 +-
 community/img/APKBUILD                          | 2 +-
 community/irtt/APKBUILD                         | 2 +-
 community/k3s/APKBUILD                          | 2 +-
 community/k9s/APKBUILD                          | 2 +-
 community/kiln/APKBUILD                         | 2 +-
 community/lab/APKBUILD                          | 2 +-
 community/lazygit/APKBUILD                      | 2 +-
 community/lego/APKBUILD                         | 2 +-
 community/mongodb-tools/APKBUILD                | 2 +-
 community/nfpm/APKBUILD                         | 2 +-
 community/nomad/APKBUILD                        | 2 +-
 community/opensmtpd-filter-rspamd/APKBUILD      | 2 +-
 community/opensmtpd-filter-senderscore/APKBUILD | 2 +-
 community/packer/APKBUILD                       | 2 +-
 community/piknik/APKBUILD                       | 2 +-
 community/prometheus-node-exporter/APKBUILD     | 2 +-
 community/prometheus-snmp-exporter/APKBUILD     | 2 +-
 community/prometheus/APKBUILD                   | 2 +-
 community/prosody-filer/APKBUILD                | 2 +-
 community/rclone/APKBUILD                       | 2 +-
 community/rest-server/APKBUILD                  | 2 +-
 community/restic/APKBUILD                       | 2 +-
 community/runc/APKBUILD                         | 2 +-
 community/shfmt/APKBUILD                        | 2 +-
 community/skopeo/APKBUILD                       | 2 +-
 community/tailscale/APKBUILD                    | 2 +-
 community/telegraf/APKBUILD                     | 2 +-
 community/terraform/APKBUILD                    | 2 +-
 community/umoci/APKBUILD                        | 2 +-
 community/vault/APKBUILD                        | 2 +-
 community/vouch-proxy/APKBUILD                  | 2 +-
 community/wait4x/APKBUILD                       | 2 +-
 community/webhook/APKBUILD                      | 2 +-
 community/writefreely/APKBUILD                  | 2 +-
 community/wuzz/APKBUILD                         | 2 +-
 community/yggdrasil/APKBUILD                    | 2 +-
 community/yq/APKBUILD                           | 2 +-
 73 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/community/alertmanager/APKBUILD b/community/alertmanager/APKBUILD
index ec54c83493bf..129495c866ff 100644
--- a/community/alertmanager/APKBUILD
+++ b/community/alertmanager/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=alertmanager
 pkgver=0.22.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Prometheus Alertmanager"
 url="https://github.com/prometheus/alertmanager"
 arch="all"
diff --git a/community/buildah/APKBUILD b/community/buildah/APKBUILD
index 92192b333278..4495f339aee2 100644
--- a/community/buildah/APKBUILD
+++ b/community/buildah/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=buildah
 pkgver=1.21.4
-pkgrel=1
+pkgrel=2
 pkgdesc="tool that facilitates building OCI container images"
 url="https://github.com/containers/buildah"
 license="Apache-2.0"
diff --git a/community/caddy/APKBUILD b/community/caddy/APKBUILD
index ff73457e2b35..bd8aca28f942 100644
--- a/community/caddy/APKBUILD
+++ b/community/caddy/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=caddy
 pkgver=2.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, multi-platform web server with automatic HTTPS"
 url="https://caddyserver.com/"
 license="Apache-2.0"
diff --git a/community/chezmoi/APKBUILD b/community/chezmoi/APKBUILD
index f7ed468d29ce..3470d3958be2 100644
--- a/community/chezmoi/APKBUILD
+++ b/community/chezmoi/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=chezmoi
 pkgver=2.0.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage your dotfiles across multiple machines, securely."
 url="https://www.chezmoi.io/"
 arch="all"
diff --git a/community/conmon/APKBUILD b/community/conmon/APKBUILD
index c1c0dc641ffe..8af85b7016db 100644
--- a/community/conmon/APKBUILD
+++ b/community/conmon/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=conmon
 pkgver=2.0.29
-pkgrel=0
+pkgrel=1
 pkgdesc="OCI container runtime monitor"
 url="https://github.com/containers/conmon"
 license="Apache-2.0"
diff --git a/community/consul-template/APKBUILD b/community/consul-template/APKBUILD
index bcd5ac22cc0e..6c7849c88b51 100644
--- a/community/consul-template/APKBUILD
+++ b/community/consul-template/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=consul-template
 pkgver=0.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic template rendering and notifications with Consul"
 url="https://www.consul.io/"
 arch="all"
diff --git a/community/consul/APKBUILD b/community/consul/APKBUILD
index beaab0b9409b..fdb2725405b2 100644
--- a/community/consul/APKBUILD
+++ b/community/consul/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=consul
 pkgver=1.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool for service discovery, monitoring and configuration"
 url="https://www.consul.io"
 # mips(64): dependency boltdb does not support mips(64)
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD
index 46a5542d1065..a4b1b1f318a3 100644
--- a/community/containerd/APKBUILD
+++ b/community/containerd/APKBUILD
@@ -6,7 +6,7 @@ pkgname=containerd
 # NOTE: containerd's Makefile tries to get REVISION from git, but we're building from a tarball.
 _commit=1e5ef943eb76627a6d3b6de8cd1ef6537f393a71
 pkgver=1.5.8
-pkgrel=0
+pkgrel=1
 pkgdesc="An open and reliable container runtime"
 url="https://containerd.io"
 arch="all"
diff --git a/community/croc/APKBUILD b/community/croc/APKBUILD
index fce46eadd86f..03866f9bf88f 100644
--- a/community/croc/APKBUILD
+++ b/community/croc/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: André Klitzing <aklitzing@gmail.com>
 pkgname=croc
 pkgver=9.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Easily and securely send things from one computer to another"
 url="https://github.com/schollz/croc"
 license="MIT"
diff --git a/community/crun/APKBUILD b/community/crun/APKBUILD
index fb32889e171f..8e3a5fed7ae4 100644
--- a/community/crun/APKBUILD
+++ b/community/crun/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=crun
 pkgver=0.21
-pkgrel=0
+pkgrel=1
 pkgdesc="Fast and lightweight fully featured OCI runtime and C library for running containers"
 url="https://github.com/containers/crun"
 arch="all"
diff --git a/community/curlie/APKBUILD b/community/curlie/APKBUILD
index f16fca097b01..69264bf2a75a 100644
--- a/community/curlie/APKBUILD
+++ b/community/curlie/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: André Klitzing <aklitzing@gmail.com>
 pkgname=curlie
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Curlie is a frontend to curl that adds the ease of use of httpie"
 url="https://github.com/rs/curlie"
 arch="all"
diff --git a/community/dep/APKBUILD b/community/dep/APKBUILD
index 1d0c409dfb00..718401ad0862 100644
--- a/community/dep/APKBUILD
+++ b/community/dep/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Ed Robinson <edward-robinson@cookpad.com>
 pkgname=dep
 pkgver=0.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Go dependency management tool"
 url="https://github.com/golang/dep"
 # mips(64): dependency boltdp does not support mips
diff --git a/community/dnscrypt-proxy/APKBUILD b/community/dnscrypt-proxy/APKBUILD
index 473fd90c65bc..33e5eb39c245 100644
--- a/community/dnscrypt-proxy/APKBUILD
+++ b/community/dnscrypt-proxy/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Ian Bashford <ianbashford@gmail.com>
 pkgname=dnscrypt-proxy
 pkgver=2.0.45
-pkgrel=2
+pkgrel=3
 pkgdesc="Tool for securing communications between a client and a DNS resolver"
 url="https://dnscrypt.info"
 arch="all"
diff --git a/community/docker-cli-buildx/APKBUILD b/community/docker-cli-buildx/APKBUILD
index 543c29c3b0a7..524afddd09cf 100644
--- a/community/docker-cli-buildx/APKBUILD
+++ b/community/docker-cli-buildx/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=docker-cli-buildx
 _commit=11057da37336192bfc57d81e02359ba7ba848e4a
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A Docker CLI plugin for extended build capabilities"
 url="https://docs.docker.com/engine/reference/commandline/buildx_build"
 arch="all"
@@ -39,5 +39,5 @@ package() {
 }
 
 sha512sums="
-e3b046a3f3e8cf2ec7eba00b48154bcbc6aac015dd1b3e965144d54c3a6cd70575e2ac690bf1a477766e77d9fcab8361fd5eaf2a512c3f21247dcf67cd0217bb  buildx-0.5.1.tar.gz
+84955be6f24b6d0da6cd161c6f95aa9bc5da693f38e7178278403bf6fd00158a970e42bee24a61a1382a654ac99bbbdeba3b87afba3a4c182a713b0dff58b071  buildx-0.5.1.tar.gz
 "
diff --git a/community/docker-credential-ecr-login/APKBUILD b/community/docker-credential-ecr-login/APKBUILD
index fd8aac561212..3a78e846b346 100644
--- a/community/docker-credential-ecr-login/APKBUILD
+++ b/community/docker-credential-ecr-login/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Ty Sarna <ty@sarna.org>
 pkgname=docker-credential-ecr-login
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Credential helper for Docker to use the AWS Elastic Container Registry"
 url="https://github.com/awslabs/amazon-ecr-credential-helper"
 arch="x86_64 aarch64"
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD
index 67ac494ec845..06d68bff1fb9 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -5,7 +5,7 @@ pkgname=docker
 pkgver=20.10.11
 _cli_commit=dea9396e184290f638ea873c76db7c80efd5a1d2	# https://github.com/docker/cli/commits/v$pkgver
 _moby_commit=847da184ad5048b27f5bdf9d53d070f731b43180   # https://github.com/moby/moby/commits/v$pkgver
-pkgrel=0
+pkgrel=1
 pkgdesc="Pack, ship and run any application as a lightweight container"
 url="https://www.docker.io/"
 arch="all"
diff --git a/community/dockviz/APKBUILD b/community/dockviz/APKBUILD
index 6a67aecd178d..2df04e73dcb8 100644
--- a/community/dockviz/APKBUILD
+++ b/community/dockviz/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: TBK <alpine@jjtc.eu>
 pkgname=dockviz
 pkgver=0.6.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Visualizing Docker Data"
 url="https://github.com/justone/dockviz"
 arch="all"
diff --git a/community/easypki/APKBUILD b/community/easypki/APKBUILD
index f9ffd266f7e5..981665e496c4 100644
--- a/community/easypki/APKBUILD
+++ b/community/easypki/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=easypki
 pkgver=1.1.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Creating a certificate authority the easy way"
 url="https://github.com/google/easypki"
 arch="all !mips64" # build failures on dep github.com/boltdb/bolt
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD
index 7b6f05269071..15857bd0e766 100644
--- a/community/fzf/APKBUILD
+++ b/community/fzf/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=fzf
 pkgver=0.27.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A command-line fuzzy finder"
 url="https://github.com/junegunn/fzf"
 arch="all"
diff --git a/community/ginkgo/APKBUILD b/community/ginkgo/APKBUILD
index 9e64ca931238..59b869251c08 100644
--- a/community/ginkgo/APKBUILD
+++ b/community/ginkgo/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=ginkgo
 pkgver=1.16.4
-pkgrel=2
+pkgrel=3
 pkgdesc="BDD-style Go testing framework"
 url="https://onsi.github.io/ginkgo/"
 license="MIT"
diff --git a/community/gitlab-runner/APKBUILD b/community/gitlab-runner/APKBUILD
index 09078b1ece45..1f57e545341b 100644
--- a/community/gitlab-runner/APKBUILD
+++ b/community/gitlab-runner/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gitlab-runner
 pkgver=13.12.0
-pkgrel=2
+pkgrel=3
 # first 8 chars of the git hash of the release, see
 # https://gitlab.com/gitlab-org/gitlab-runner/-/tags
 # PLEASE update this, since they're used to determine what version of
diff --git a/community/glide/APKBUILD b/community/glide/APKBUILD
index 2576daee7646..08f4e349a6e8 100644
--- a/community/glide/APKBUILD
+++ b/community/glide/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=glide
 pkgver=0.13.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Vendor Package Management for Golang"
 url="https://github.com/Masterminds/glide"
 arch="all"
diff --git a/community/gmnitohtml/APKBUILD b/community/gmnitohtml/APKBUILD
index a6ebe23b15c4..48564aaec40f 100644
--- a/community/gmnitohtml/APKBUILD
+++ b/community/gmnitohtml/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Stacy Harper <contact@stacyharper.net>
 pkgname=gmnitohtml
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Gemini text to HTML converter"
 options="!check" # No testsuite
 url="https://git.sr.ht/~adnano/gmnitohtml"
diff --git a/community/go-bindata-assetfs/APKBUILD b/community/go-bindata-assetfs/APKBUILD
index 422e981a5e7f..23dd18f5018f 100644
--- a/community/go-bindata-assetfs/APKBUILD
+++ b/community/go-bindata-assetfs/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Matthias Neugebauer <mtneug@mailbox.org>
 pkgname=go-bindata-assetfs
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="small utility which generates Go code to serve any file with net/http"
 url="https://github.com/elazarl/go-bindata-assetfs"
 arch="all"
diff --git a/community/go-bindata/APKBUILD b/community/go-bindata/APKBUILD
index 170e0ef752a4..5135e3680603 100644
--- a/community/go-bindata/APKBUILD
+++ b/community/go-bindata/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=go-bindata
 pkgver=3.1.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A small utility which generates Go code from any file"
 url="https://github.com/go-bindata/go-bindata"
 arch="all"
diff --git a/community/go-ipfs/APKBUILD b/community/go-ipfs/APKBUILD
index 170bce20b0e9..955d9bfb96b0 100644
--- a/community/go-ipfs/APKBUILD
+++ b/community/go-ipfs/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Oleg Titov <oleg.titov@gmail.com>
 pkgname=go-ipfs
 pkgver=0.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol"
 url="https://ipfs.io/"
 arch="x86_64 x86 aarch64 armhf armv7"
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD
index 1c1a47bac687..7598a3d22528 100644
--- a/community/go-md2man/APKBUILD
+++ b/community/go-md2man/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Jake Buchholz <tomalok@gmail.com>
 pkgname=go-md2man
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Utility to convert markdown to man pages"
 options="net"
 url="https://github.com/cpuguy83/go-md2man"
diff --git a/community/go-msgauth/APKBUILD b/community/go-msgauth/APKBUILD
index b194c9c64e4e..3a292ab1abfe 100644
--- a/community/go-msgauth/APKBUILD
+++ b/community/go-msgauth/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=go-msgauth
 pkgver=0.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Go utilities for DKIM, DMARC, and Authentication-Results"
 url="https://github.com/emersion/go-msgauth"
 arch="all"
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD
index bb3cbb0a6988..e7a1a04b0562 100644
--- a/community/gogs/APKBUILD
+++ b/community/gogs/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer:
 pkgname=gogs
 pkgver=0.12.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Painless self-hosted Git service"
 url="https://gogs.io/"
 arch="all"
diff --git a/community/gojq/APKBUILD b/community/gojq/APKBUILD
index a9070f12cac1..aa0dbf6a2234 100644
--- a/community/gojq/APKBUILD
+++ b/community/gojq/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=gojq
 pkgver=0.12.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Pure Go implementation of jq"
 url="https://github.com/itchyny/gojq"
 license="MIT"
diff --git a/community/gonic/APKBUILD b/community/gonic/APKBUILD
index 5c6ccc74fb43..ea3795f783ad 100644
--- a/community/gonic/APKBUILD
+++ b/community/gonic/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Alex McGrath <amk@amk.ie>
 pkgname=gonic
 pkgver=0.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Subsonic compatible music streaming server"
 url="https://github.com/sentriz/gonic"
 arch="all"
diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD
index 5096b17c39df..43749c73ba76 100644
--- a/community/gotop/APKBUILD
+++ b/community/gotop/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=gotop
 pkgver=4.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Terminal based graphical activity monitor"
 url="https://github.com/xxxserxxx/gotop"
 arch="all"
diff --git a/community/govendor/APKBUILD b/community/govendor/APKBUILD
index 1cf3cd29df44..1c95607f143f 100644
--- a/community/govendor/APKBUILD
+++ b/community/govendor/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=govendor
 pkgver=1.0.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Go vendor tool that works with the standard vendor file"
 url="https://github.com/kardianos/govendor"
 arch="all"
diff --git a/community/grafana/APKBUILD b/community/grafana/APKBUILD
index 73576a80072a..dab065be586c 100644
--- a/community/grafana/APKBUILD
+++ b/community/grafana/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Konstantin Kulikov <k.kulikov2@gmail.com>
 pkgname=grafana
 pkgver=7.5.7
-pkgrel=3
+pkgrel=4
 _commit=91de51771c # git rev-parse --short HEAD
 _stamp=1621279005 # git --no-pager show -s --format=%ct
 pkgdesc="Open source, feature rich metrics dashboard and graph editor"
diff --git a/community/hcloud/APKBUILD b/community/hcloud/APKBUILD
index 0f07db44d581..f081d7541dcd 100644
--- a/community/hcloud/APKBUILD
+++ b/community/hcloud/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=hcloud
 _pkgname=cli
 pkgver=1.26.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Command-line interface for Hetzner Cloud"
 url="https://github.com/hetznercloud/cli"
 arch="all"
diff --git a/community/hey/APKBUILD b/community/hey/APKBUILD
index 13a322ff9d08..79d0a80fb761 100644
--- a/community/hey/APKBUILD
+++ b/community/hey/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=hey
 pkgver=0.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP load generator"
 url="https://github.com/rakyll/hey"
 arch="all"
diff --git a/community/img/APKBUILD b/community/img/APKBUILD
index 9aece303c4c4..780725345a8d 100644
--- a/community/img/APKBUILD
+++ b/community/img/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
 pkgname=img
 pkgver=0.5.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder"
 url="https://github.com/genuinetools/img"
 arch="x86_64"
diff --git a/community/irtt/APKBUILD b/community/irtt/APKBUILD
index 851f8ec461c9..d776bed60be0 100644
--- a/community/irtt/APKBUILD
+++ b/community/irtt/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Liske <thomas@fiasko-nw.net>
 pkgname=irtt
 pkgver=0.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Isochronous Round-Trip Tester"
 url="https://github.com/heistp/irtt"
 arch="all"
diff --git a/community/k3s/APKBUILD b/community/k3s/APKBUILD
index 4fe45781c45b..6d0cb0b47d94 100644
--- a/community/k3s/APKBUILD
+++ b/community/k3s/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=k3s
 _pkgver=1.21.1+k3s1
 pkgver=${_pkgver/+k3s/.}
-pkgrel=3
+pkgrel=4
 pkgdesc="Lightweight Kubernetes. 5 less than k8s"
 url="https://k3s.io"
 arch="all"
diff --git a/community/k9s/APKBUILD b/community/k9s/APKBUILD
index 4ccd4ee428a9..74ed0be5582c 100644
--- a/community/k9s/APKBUILD
+++ b/community/k9s/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=k9s
 _pkgname=github.com/derailed/k9s
 pkgver=0.24.10
-pkgrel=2
+pkgrel=3
 _commit=6426ea11 # git rev-parse --short HEAD
 _date=2021-05-26T21:44:34UTC # date -u -d @$(date +%s) +%FT%T%Z
 pkgdesc="Kubernetes TUI"
diff --git a/community/kiln/APKBUILD b/community/kiln/APKBUILD
index c3691181050c..6d85a884dbd7 100644
--- a/community/kiln/APKBUILD
+++ b/community/kiln/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Stacy Harper <contact@stacyharper.net>
 pkgname=kiln
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple static site generator for Gemini sites"
 url="https://git.sr.ht/~adnano/kiln"
 arch="all"
diff --git a/community/lab/APKBUILD b/community/lab/APKBUILD
index 35e3682c16c4..5278a351d937 100644
--- a/community/lab/APKBUILD
+++ b/community/lab/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=lab
 pkgver=0.21.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Git Wrapper for GitLab"
 url="https://zaquestion.github.io/lab/"
 arch="all"
diff --git a/community/lazygit/APKBUILD b/community/lazygit/APKBUILD
index 41936e1cba15..b2401622cdde 100644
--- a/community/lazygit/APKBUILD
+++ b/community/lazygit/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Deutsch <thomas@tuxpeople.org>
 pkgname=lazygit
 pkgver=0.28.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple terminal UI for git commands"
 url="https://github.com/jesseduffield/lazygit"
 arch="all"
diff --git a/community/lego/APKBUILD b/community/lego/APKBUILD
index 497ebefa1e21..827624b8a971 100644
--- a/community/lego/APKBUILD
+++ b/community/lego/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=lego
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Let's Encrypt client and ACME library written in Go"
 url="https://github.com/go-acme/lego"
 license="MIT"
diff --git a/community/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD
index 6442892db482..43ae773845dc 100644
--- a/community/mongodb-tools/APKBUILD
+++ b/community/mongodb-tools/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Mikael Jenkler <mikael@jenkler.com>
 pkgname=mongodb-tools
 pkgver=4.2.14
-pkgrel=2
+pkgrel=3
 pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
 url="https://github.com/mongodb/mongo-tools"
 arch="all !s390x"
diff --git a/community/nfpm/APKBUILD b/community/nfpm/APKBUILD
index 0ee1f585d434..3f620afcf675 100644
--- a/community/nfpm/APKBUILD
+++ b/community/nfpm/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=nfpm
 pkgver=2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="a simple apk, Deb and RPM packager without external dependencies"
 url="https://nfpm.goreleaser.com/"
 arch="all !riscv64"
diff --git a/community/nomad/APKBUILD b/community/nomad/APKBUILD
index d5666e5aa266..b40c75d53639 100644
--- a/community/nomad/APKBUILD
+++ b/community/nomad/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Matthias Neugebauer <mtneug@mailbox.org>
 pkgname=nomad
 pkgver=1.0.4 # remember to update GIT_COMMIT below
-pkgrel=3
+pkgrel=4
 pkgdesc="easy-to-use, flexible, and performant workload orchestrator"
 url="https://www.nomadproject.io/"
 arch="all !x86 !armv7 !armhf !mips64" # blocking on yarn/npm
diff --git a/community/opensmtpd-filter-rspamd/APKBUILD b/community/opensmtpd-filter-rspamd/APKBUILD
index a2951b391696..17f5104435f8 100644
--- a/community/opensmtpd-filter-rspamd/APKBUILD
+++ b/community/opensmtpd-filter-rspamd/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=opensmtpd-filter-rspamd
 _pkgname=filter-rspamd
 pkgver=0.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenSMTPD filter integration for Rspamd"
 url="https://github.com/poolpOrg/filter-rspamd"
 license="ISC"
diff --git a/community/opensmtpd-filter-senderscore/APKBUILD b/community/opensmtpd-filter-senderscore/APKBUILD
index 7e226a3c89c6..4077075ab1c3 100644
--- a/community/opensmtpd-filter-senderscore/APKBUILD
+++ b/community/opensmtpd-filter-senderscore/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=opensmtpd-filter-senderscore
 _pkgname=filter-senderscore
 pkgver=0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenSMTPD senderscore filter"
 url="https://github.com/poolpOrg/filter-senderscore"
 license="ISC"
diff --git a/community/packer/APKBUILD b/community/packer/APKBUILD
index 13a9dbc44c03..aa630d24721c 100644
--- a/community/packer/APKBUILD
+++ b/community/packer/APKBUILD
@@ -2,7 +2,7 @@
 # Contributor: Galen Abell <galen@galenabell.com>
 pkgname=packer
 pkgver=1.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="tool for creating machine images for multiple platforms"
 url="https://www.packer.io/"
 license="MPL-2.0"
diff --git a/community/piknik/APKBUILD b/community/piknik/APKBUILD
index 4cffb5bbff8f..043f44db1598 100644
--- a/community/piknik/APKBUILD
+++ b/community/piknik/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
 pkgname=piknik
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Copy/paste anything over the network"
 url="https://github.com/jedisct1/piknik"
 arch="all"
diff --git a/community/prometheus-node-exporter/APKBUILD b/community/prometheus-node-exporter/APKBUILD
index 3f38ddd82fd6..ede7a5824e39 100644
--- a/community/prometheus-node-exporter/APKBUILD
+++ b/community/prometheus-node-exporter/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=prometheus-node-exporter
 _pkgname=node_exporter
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Prometheus exporter for machine metrics"
 url="https://github.com/prometheus/node_exporter"
 license="Apache-2.0"
diff --git a/community/prometheus-snmp-exporter/APKBUILD b/community/prometheus-snmp-exporter/APKBUILD
index f6b3842a836c..4578f4baeec4 100644
--- a/community/prometheus-snmp-exporter/APKBUILD
+++ b/community/prometheus-snmp-exporter/APKBUILD
@@ -2,7 +2,7 @@
 pkgname=prometheus-snmp-exporter
 _pkgname=snmp_exporter
 pkgver=0.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Description"
 url="https://github.com/prometheus/snmp_exporter"
 arch="all"
diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD
index 22446b6b9d00..df98ae7679c6 100644
--- a/community/prometheus/APKBUILD
+++ b/community/prometheus/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=prometheus
 pkgver=2.27.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The Prometheus monitoring system and time series database"
 url="https://github.com/prometheus/prometheus"
 arch="all !mips64" # Missing yarn->nodejs
diff --git a/community/prosody-filer/APKBUILD b/community/prosody-filer/APKBUILD
index 000912c9f066..1a77f009cb01 100644
--- a/community/prosody-filer/APKBUILD
+++ b/community/prosody-filer/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Galen Abell <galen@galenabell.com>
 pkgname=prosody-filer
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Golang mod_http_upload_external server for Prosody and Ejabberd"
 url="https://github.com/ThomasLeister/prosody-filer"
 arch="all"
diff --git a/community/rclone/APKBUILD b/community/rclone/APKBUILD
index 1705f965a952..48a2eb2a108f 100644
--- a/community/rclone/APKBUILD
+++ b/community/rclone/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Chloe Kudryavtsev <toast@toast.cafe>
 pkgname=rclone
 pkgver=1.53.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Rsync for cloud storage"
 url="https://rclone.org/"
 arch="all"
diff --git a/community/rest-server/APKBUILD b/community/rest-server/APKBUILD
index d04f94441a3a..722fa222c589 100644
--- a/community/rest-server/APKBUILD
+++ b/community/rest-server/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
 pkgname=rest-server
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A high performance HTTP server that implements restic's REST backend API"
 url="https://github.com/restic/rest-server"
 arch="all"
diff --git a/community/restic/APKBUILD b/community/restic/APKBUILD
index 090bcf522ea1..093be0ab3039 100644
--- a/community/restic/APKBUILD
+++ b/community/restic/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
 pkgname=restic
 pkgver=0.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast, secure, efficient backup program"
 url="https://restic.net/"
 # mips(64): test failures due to fallocate not being supported
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD
index 636d1da24076..2274012fab22 100644
--- a/community/runc/APKBUILD
+++ b/community/runc/APKBUILD
@@ -7,7 +7,7 @@ url="https://www.opencontainers.org"
 
 _commit=b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
 pkgver=1.0.0_rc95
-pkgrel=2
+pkgrel=3
 
 _ver=v${pkgver/_rc/-rc}
 # if we're building against an explicit commit beyond pkgver, use this instead:
diff --git a/community/shfmt/APKBUILD b/community/shfmt/APKBUILD
index 8ad0b675db3b..184b363c8f9d 100644
--- a/community/shfmt/APKBUILD
+++ b/community/shfmt/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Olliver Schinagl <oliver@schinagl.nl>
 pkgname=shfmt
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A shell parser, formatter, and interpreter (sh/bash/mksh)"
 url="https://mvdan.cc/sh"
 arch="all"
diff --git a/community/skopeo/APKBUILD b/community/skopeo/APKBUILD
index 2deec29f5e78..eb9252c2741b 100644
--- a/community/skopeo/APKBUILD
+++ b/community/skopeo/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=skopeo
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Work with remote images registries - retrieving information, images, signing content"
 url="https://github.com/containers/skopeo"
 license="Apache-2.0"
diff --git a/community/tailscale/APKBUILD b/community/tailscale/APKBUILD
index ad19a9206373..c1a917a25eda 100644
--- a/community/tailscale/APKBUILD
+++ b/community/tailscale/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Robert Günzler <r@gnzler.io>
 pkgname=tailscale
 pkgver=1.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="The easiest, most secure way to use WireGuard and 2FA"
 url="https://tailscale.com/"
 license="BSD-3-Clause"
diff --git a/community/telegraf/APKBUILD b/community/telegraf/APKBUILD
index f71d5c49106b..35fc09b5eafe 100644
--- a/community/telegraf/APKBUILD
+++ b/community/telegraf/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Konstantin Kulikov <k.kulikov2@gmail.com>
 pkgname=telegraf
 pkgver=1.18.3
-pkgrel=2
+pkgrel=3
 _commit=6a94f65a # git rev-parse --short HEAD
 _branch=release-${pkgver%.*}
 pkgdesc="A plugin-driven server agent for collecting & reporting metrics, part of the InfluxDB project"
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 4ae8d709a0f0..028747f6e08c 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -5,7 +5,7 @@
 # Maintainer: Thomas Boerger <thomas@webhippie.de>
 pkgname=terraform
 pkgver=0.14.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Building, changing and combining infrastructure safely and efficiently"
 url="https://www.terraform.io/"
 arch="all"
diff --git a/community/umoci/APKBUILD b/community/umoci/APKBUILD
index ab979a3d5a0b..75f24f3b71f2 100644
--- a/community/umoci/APKBUILD
+++ b/community/umoci/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=umoci
 pkgver=0.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc="umoci modifies Open Container images"
 url="https://umo.ci/"
 arch="all"
diff --git a/community/vault/APKBUILD b/community/vault/APKBUILD
index b310ee449b88..87997ac8ad44 100644
--- a/community/vault/APKBUILD
+++ b/community/vault/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Gennady Feldman <gena01@gmail.com>
 pkgname=vault
 pkgver=1.7.7
-pkgrel=0
+pkgrel=1
 pkgdesc="tool for encryption as a service, secrets and privileged access management"
 url="https://www.vaultproject.io/"
 arch="all"
diff --git a/community/vouch-proxy/APKBUILD b/community/vouch-proxy/APKBUILD
index 2273a4b2ca5a..40aa957d8066 100644
--- a/community/vouch-proxy/APKBUILD
+++ b/community/vouch-proxy/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 pkgname=vouch-proxy
 pkgver=0.23.1
-pkgrel=7
+pkgrel=8
 pkgdesc="An SSO solution for Nginx using the auth_request module"
 url="https://github.com/vouch/vouch-proxy"
 arch="all"
diff --git a/community/wait4x/APKBUILD b/community/wait4x/APKBUILD
index 8ef7e4f230f2..5ffb9ba3e4a7 100644
--- a/community/wait4x/APKBUILD
+++ b/community/wait4x/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Mohammad Abdolirad <m.abdolirad@gmail.com>
 pkgname=wait4x
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Waiting for a port to enter into specify state"
 url="https://github.com/atkrad/wait4x"
 arch="all"
diff --git a/community/webhook/APKBUILD b/community/webhook/APKBUILD
index 327edaa01b32..1e048d0eedf5 100755
--- a/community/webhook/APKBUILD
+++ b/community/webhook/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Andy Hawkins <andy@gently.org.uk>
 pkgname=webhook
 pkgver=2.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight configurable webhooks server"
 url="https://github.com/adnanh/webhook"
 license="MIT"
diff --git a/community/writefreely/APKBUILD b/community/writefreely/APKBUILD
index 5bbafab1bffd..352721464cb3 100644
--- a/community/writefreely/APKBUILD
+++ b/community/writefreely/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Justin Berthault <justin.berthault@zaclys.net>
 pkgname=writefreely
 pkgver=0.12.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Federated blogging from write.as"
 url="https://writefreely.org"
 # mips(64): limited by nodejs
diff --git a/community/wuzz/APKBUILD b/community/wuzz/APKBUILD
index 8a57f08b6435..24f3559e473b 100644
--- a/community/wuzz/APKBUILD
+++ b/community/wuzz/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Adam Jensen <adam@acj.sh>
 pkgname=wuzz
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Interactive CLI tool for HTTP inspection"
 options="net"
 url="https://github.com/asciimoo/wuzz"
diff --git a/community/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD
index a7c7ec7dab0d..0dc778f689a9 100644
--- a/community/yggdrasil/APKBUILD
+++ b/community/yggdrasil/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=yggdrasil
 pkgver=0.3.16
-pkgrel=4
+pkgrel=5
 pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay network"
 url="https://yggdrasil-network.github.io/"
 arch="all"
diff --git a/community/yq/APKBUILD b/community/yq/APKBUILD
index 35e09ce73ddc..52667a2dbbb5 100644
--- a/community/yq/APKBUILD
+++ b/community/yq/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Tuan Hoang <tmhoang@linux.ibm.com>
 pkgname=yq
 pkgver=4.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="portable command-line YAML processor written in Go"
 url="https://github.com/mikefarah/yq"
 arch="all"
-- 
GitLab