carapace: update to 0.28.0.

This commit is contained in:
icp 2023-10-14 10:45:13 +05:30 committed by classabbyamp
parent 83d1b283e0
commit 79c65742e1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'carapace' # Template file for 'carapace'
pkgname=carapace pkgname=carapace
version=0.27.0 version=0.28.0
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/rsteube/carapace-bin go_import_path=github.com/rsteube/carapace-bin
@ -12,7 +12,7 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://github.com/rsteube/carapace-bin" homepage="https://github.com/rsteube/carapace-bin"
distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
checksum=c8b78050501a71de35cfdee5404673cd39f55175f92e6a11e84311284be811f4 checksum=4b46d76ca07f8846b14049bd564a84540d39d41ec0d522d546d11a02d47bfe20
pre_build() { pre_build() {
GOARCH= go generate ./cmd/... GOARCH= go generate ./cmd/...