parent
00191af020
commit
d965b3635f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'chezmoi'
|
||||
pkgname=chezmoi
|
||||
version=2.29.2
|
||||
version=2.29.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/twpayne/chezmoi/v2"
|
||||
|
@ -12,7 +12,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
license="MIT"
|
||||
homepage="https://chezmoi.io/"
|
||||
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
||||
checksum=26455537cbc82231cb613c3ac1f49edb022a2da8f617135536b10b4f74b20c89
|
||||
checksum=22ae476304215003b338bf23af73db8adeb966ad2d3e37b1c4d4aa50f6ef3e5c
|
||||
|
||||
pre_build() {
|
||||
local _date
|
||||
|
@ -23,7 +23,7 @@ pre_build() {
|
|||
}
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
make test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue