Skip to content

Commit

Permalink
contrib/*: rebuild with go 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 8, 2024
1 parent a992db9 commit 8673913
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion contrib/aerc/template.py
@@ -1,6 +1,6 @@
pkgname = "aerc"
pkgver = "0.17.0"
pkgrel = 1
pkgrel = 2
build_style = "makefile"
make_cmd = "gmake"
make_check_target = "tests"
Expand Down
2 changes: 1 addition & 1 deletion contrib/age/template.py
@@ -1,6 +1,6 @@
pkgname = "age"
pkgver = "1.1.1"
pkgrel = 1
pkgrel = 2
build_style = "go"
make_build_args = [f"-ldflags=-X main.Version={pkgver}", "./cmd/..."]
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/android-tools/template.py
@@ -1,6 +1,6 @@
pkgname = "android-tools"
pkgver = "34.0.5"
pkgrel = 1
pkgrel = 2
# only supports specific little-endian archs, particularly in boringssl
archs = ["x86_64", "aarch64", "ppc64le", "riscv64"]
build_style = "cmake"
Expand Down
2 changes: 1 addition & 1 deletion contrib/bluetuith/template.py
@@ -1,6 +1,6 @@
pkgname = "bluetuith"
pkgver = "0.2.2"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
depends = ["bluez"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/buildah/template.py
@@ -1,6 +1,6 @@
pkgname = "buildah"
pkgver = "1.35.3"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["./cmd/..."]
hostmakedepends = [
Expand Down
2 changes: 1 addition & 1 deletion contrib/buildkit/template.py
@@ -1,6 +1,6 @@
pkgname = "buildkit"
pkgver = "0.13.2"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["./cmd/..."]
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/chezmoi/template.py
@@ -1,6 +1,6 @@
pkgname = "chezmoi"
pkgver = "2.48.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
f"-ldflags=-X main.version={pkgver} -X main.commit=v{pkgver}",
Expand Down
2 changes: 1 addition & 1 deletion contrib/cliphist/template.py
@@ -1,6 +1,6 @@
pkgname = "cliphist"
pkgver = "0.5.0"
pkgrel = 1
pkgrel = 2
build_style = "go"
hostmakedepends = ["go"]
depends = ["wl-clipboard", "xdg-utils"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/cni-plugins/template.py
@@ -1,6 +1,6 @@
pkgname = "cni-plugins"
pkgver = "1.4.1"
pkgrel = 0
pkgrel = 1
hostmakedepends = ["bash", "go"]
makedepends = ["linux-headers"]
pkgdesc = "Standard CNI plugins for containers"
Expand Down
2 changes: 1 addition & 1 deletion contrib/containerd/template.py
@@ -1,6 +1,6 @@
pkgname = "containerd"
pkgver = "1.7.16"
pkgrel = 0
pkgrel = 1
build_style = "makefile"
make_cmd = "gmake"
make_build_args = [
Expand Down
2 changes: 1 addition & 1 deletion contrib/croc/template.py
@@ -1,6 +1,6 @@
pkgname = "croc"
pkgver = "9.6.13"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "File transfer tool"
Expand Down
2 changes: 1 addition & 1 deletion contrib/dnscrypt-proxy/template.py
@@ -1,6 +1,6 @@
pkgname = "dnscrypt-proxy"
pkgver = "2.1.5"
pkgrel = 2
pkgrel = 3
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Tool for securing communications between a client and a DNS resolver"
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-cli/template.py
@@ -1,6 +1,6 @@
pkgname = "docker-cli"
pkgver = "26.1.1"
pkgrel = 0
pkgrel = 1
build_style = "makefile"
_commit = "4cf5afaefa0bec8ab94fcf631add24e284d0ecbf"
make_cmd = "gmake"
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-compose/template.py
@@ -1,6 +1,6 @@
pkgname = "docker-compose"
pkgver = "2.27.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
"-ldflags",
Expand Down
2 changes: 1 addition & 1 deletion contrib/f2/template.py
@@ -1,6 +1,6 @@
pkgname = "f2"
pkgver = "1.9.1"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["./cmd/f2"]
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/fzf/template.py
@@ -1,6 +1,6 @@
pkgname = "fzf"
pkgver = "0.51.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
makedepends = ["ncurses-devel"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/github-cli/template.py
@@ -1,6 +1,6 @@
pkgname = "github-cli"
pkgver = "2.49.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
f"-ldflags=-X github.com/cli/cli/v2/internal/build.Version=v{pkgver}",
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-md2man/template.py
@@ -1,6 +1,6 @@
pkgname = "go-md2man"
pkgver = "2.0.4"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Markdown to manpage converter"
Expand Down
2 changes: 1 addition & 1 deletion contrib/goawk/template.py
@@ -1,6 +1,6 @@
pkgname = "goawk"
pkgver = "1.26.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
checkdepends = ["gawk"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/gopass/template.py
@@ -1,6 +1,6 @@
pkgname = "gopass"
pkgver = "1.15.13"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
checkdepends = ["git", "gnupg"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/gopls/template.py
@@ -1,6 +1,6 @@
pkgname = "gopls"
pkgver = "0.15.3"
pkgrel = 0
pkgrel = 1
build_wrksrc = "gopls"
build_style = "go"
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/headscale/template.py
@@ -1,6 +1,6 @@
pkgname = "headscale"
pkgver = "0.22.3"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
f"-ldflags=-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v{pkgver}",
Expand Down
2 changes: 1 addition & 1 deletion contrib/hugo/template.py
@@ -1,6 +1,6 @@
pkgname = "hugo"
pkgver = "0.124.1"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Static site generator"
Expand Down
2 changes: 1 addition & 1 deletion contrib/hut/template.py
@@ -1,6 +1,6 @@
pkgname = "hut"
pkgver = "0.4.0"
pkgrel = 1
pkgrel = 2
build_style = "go"
hostmakedepends = ["go", "scdoc"]
pkgdesc = "CLI tool for sr.ht"
Expand Down
2 changes: 1 addition & 1 deletion contrib/kitty/template.py
@@ -1,6 +1,6 @@
pkgname = "kitty"
pkgver = "0.34.1"
pkgrel = 0
pkgrel = 1
hostmakedepends = [
"go",
"pkgconf",
Expand Down
2 changes: 1 addition & 1 deletion contrib/lf/template.py
@@ -1,6 +1,6 @@
pkgname = "lf"
pkgver = "32"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Terminal file manager"
Expand Down
2 changes: 1 addition & 1 deletion contrib/minify/template.py
@@ -1,6 +1,6 @@
pkgname = "minify"
pkgver = "2.20.19"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["./cmd/minify"]
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/nerdctl/template.py
@@ -1,6 +1,6 @@
pkgname = "nerdctl"
pkgver = "1.7.6"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["./cmd/nerdctl"]
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/pdfcpu/template.py
@@ -1,7 +1,7 @@
pkgname = "pdfcpu"
pkgver = "0.8.0"
_commit = "576f15e"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["-ldflags", f"-X main.commit={_commit}", "./cmd/pdfcpu"]
make_check_args = ["-p", "1", "./..."]
Expand Down
2 changes: 1 addition & 1 deletion contrib/podman/template.py
@@ -1,6 +1,6 @@
pkgname = "podman"
pkgver = "5.0.2"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = ["-mod", "vendor", "./cmd/podman", "./cmd/rootlessport"]
hostmakedepends = [
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyonji/template.py
@@ -1,6 +1,6 @@
pkgname = "pyonji"
pkgver = "0.1.0"
pkgrel = 1
pkgrel = 2
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Easy-to-use tool to send e-mail patches"
Expand Down
2 changes: 1 addition & 1 deletion contrib/rclone/template.py
@@ -1,6 +1,6 @@
pkgname = "rclone"
pkgver = "1.65.2"
pkgrel = 1
pkgrel = 2
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Rsync for cloud storage"
Expand Down
2 changes: 1 addition & 1 deletion contrib/restic/template.py
@@ -1,6 +1,6 @@
pkgname = "restic"
pkgver = "0.16.4"
pkgrel = 1
pkgrel = 2
build_style = "go"
make_build_args = ["./cmd/restic"]
hostmakedepends = ["go"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/rootlesskit/template.py
@@ -1,6 +1,6 @@
pkgname = "rootlesskit"
pkgver = "2.1.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
f"-ldflags=-X github.com/rootless-containers/rootlesskit/pkg/version.Version={pkgver}",
Expand Down
2 changes: 1 addition & 1 deletion contrib/runc/template.py
@@ -1,6 +1,6 @@
pkgname = "runc"
pkgver = "1.1.12"
pkgrel = 1
pkgrel = 2
build_style = "makefile"
make_cmd = "gmake"
make_build_args = ["all", "man", f"COMMIT=chimera-r{pkgrel}"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/sbctl/template.py
@@ -1,6 +1,6 @@
pkgname = "sbctl"
pkgver = "0.13"
pkgrel = 1
pkgrel = 2
build_style = "go"
make_build_args = ["./cmd/sbctl"]
hostmakedepends = ["go", "asciidoc", "gmake"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/scc/template.py
@@ -1,6 +1,6 @@
pkgname = "scc"
pkgver = "3.3.2"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Fast and accurate code counter"
Expand Down
2 changes: 1 addition & 1 deletion contrib/senpai/template.py
@@ -1,6 +1,6 @@
pkgname = "senpai"
pkgver = "0.3.0"
pkgrel = 2
pkgrel = 3
build_style = "go"
make_build_args = ["./cmd/senpai"]
hostmakedepends = ["gmake", "go", "scdoc"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/shfmt/template.py
@@ -1,6 +1,6 @@
pkgname = "shfmt"
pkgver = "3.8.0"
pkgrel = 1
pkgrel = 2
build_style = "go"
make_build_args = [
"-ldflags",
Expand Down
2 changes: 1 addition & 1 deletion contrib/syft/template.py
@@ -1,6 +1,6 @@
pkgname = "syft"
pkgver = "1.3.0"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
f"-ldflags= -X main.version={pkgver}",
Expand Down
2 changes: 1 addition & 1 deletion contrib/syncthing/template.py
@@ -1,6 +1,6 @@
pkgname = "syncthing"
pkgver = "1.27.6"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
f"-ldflags=-X github.com/syncthing/syncthing/lib/build.Version=v{pkgver}",
Expand Down
2 changes: 1 addition & 1 deletion contrib/tailscale/template.py
@@ -1,6 +1,6 @@
pkgname = "tailscale"
pkgver = "1.64.2"
pkgrel = 0
pkgrel = 1
build_style = "go"
make_build_args = [
"-ldflags="
Expand Down
2 changes: 1 addition & 1 deletion contrib/yggdrasil/template.py
@@ -1,6 +1,6 @@
pkgname = "yggdrasil"
pkgver = "0.5.5"
pkgrel = 2
pkgrel = 3
build_style = "go"
make_build_args = [
"-ldflags="
Expand Down
2 changes: 1 addition & 1 deletion contrib/yj/template.py
@@ -1,6 +1,6 @@
pkgname = "yj"
pkgver = "5.1.0"
pkgrel = 2
pkgrel = 3
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Convert between YAML, TOML, JSON, and HCL"
Expand Down
2 changes: 1 addition & 1 deletion contrib/yq/template.py
@@ -1,6 +1,6 @@
pkgname = "yq"
pkgver = "4.43.1"
pkgrel = 0
pkgrel = 1
build_style = "go"
hostmakedepends = ["go"]
checkdepends = ["bash", "tzdata"]
Expand Down

0 comments on commit 8673913

Please sign in to comment.