chezmoi: update to 2.33.1.
This commit is contained in:
parent
f005a7e134
commit
072b9a1134
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'chezmoi'
|
||||
pkgname=chezmoi
|
||||
version=2.33.0
|
||||
revision=2
|
||||
version=2.33.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/twpayne/chezmoi/v2"
|
||||
go_build_tags="noembeddocs noupgrade"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Manage your dotfiles across multiple machines, securely"
|
|||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
homepage="https://chezmoi.io/"
|
||||
changelog="https://github.com/twpayne/chezmoi/releases"
|
||||
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
||||
checksum=ea4155b54bfe267844390025dc2aff42118c413f14af9ed896b9713b32f2ed27
|
||||
checksum=2f1d053a65f1fc1b3b4c254462d93466805849c0a0e3b02c43c34846c66a0794
|
||||
|
||||
pre_build() {
|
||||
local _date
|
||||
|
|
Loading…
Reference in New Issue