diff options
author | icp <pangolin@vivaldi.net> | 2024-04-16 19:44:58 +0000 |
---|---|---|
committer | cinerea0 <49368915+cinerea0@users.noreply.github.com> | 2024-04-22 19:35:27 +0000 |
commit | 9ced06b0930378a8cd1d509a232f22e04aeeb402 (patch) | |
tree | 5e1eef3dc0e8f8df3a2a1a11949fa9edb5da0e41 | |
parent | c7114abea402e29608d16cb9ef78656cc7abe102 (diff) | |
download | void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.tar void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.tar.gz void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.tar.bz2 void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.tar.lz void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.tar.xz void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.tar.zst void-packages-9ced06b0930378a8cd1d509a232f22e04aeeb402.zip |
carapace: update to 1.0.1.
-rw-r--r-- | srcpkgs/carapace/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index b05e55efcf6..e87cb014268 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=1.0.0 +version=1.0.1 revision=1 build_style=go go_import_path=github.com/carapace-sh/carapace-bin @@ -13,7 +13,7 @@ license="MIT" homepage="https://carapace.sh/" changelog="https://carapace-sh.github.io/carapace-bin/release_notes.html" distfiles="https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v${version}.tar.gz" -checksum=d6fdc98e75241216471109d1daf0dee700915fd8c24224269b9a39355de166ef +checksum=28c26267bb47f7f7095d0a109df175719878840581f647883db7b8a52cad1357 pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/... |