aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricp <pangolin@vivaldi.net>2024-06-02 05:46:01 +0000
committercinerea0 <49368915+cinerea0@users.noreply.github.com>2024-06-04 19:21:58 +0000
commit32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5 (patch)
treec9ea9b439eaccd3026c2ca6b448983894bca10b7
parent166a2505f3b382ef99375bbe335233e670492327 (diff)
downloadvoid-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.tar
void-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.tar.gz
void-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.tar.bz2
void-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.tar.lz
void-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.tar.xz
void-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.tar.zst
void-packages-32f6d13b25194ec27a4b0122a6b5dba3ed4a70f5.zip
carapace: update to 1.0.3.
-rw-r--r--srcpkgs/carapace/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
index 3a332f4e935..0793f7940be 100644
--- a/srcpkgs/carapace/template
+++ b/srcpkgs/carapace/template
@@ -1,6 +1,6 @@
# Template file for 'carapace'
pkgname=carapace
-version=1.0.2
+version=1.0.3
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=d35203daef0d26e7ba2738262d7606b6a98bf951deec3f7611deccf79422cfc0
+checksum=e1c63fd3d24b0bc5176b9c17a245763761e082185b30b4227f4f25dd10e70871
pre_build() {
CGO_ENABLED=0 GOARCH= go generate ./cmd/...