Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chezmoi: update to 2.1.2. #32040

Merged
merged 1 commit into from
Jul 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/chezmoi/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'chezmoi'
pkgname=chezmoi
version=2.1.0
version=2.1.2
revision=1
build_style=go
go_import_path="github.com/twpayne/chezmoi/v2"
Expand All @@ -13,7 +13,7 @@ maintainer="Abigail G <dev@kb6.ee>"
license="MIT"
homepage="https://chezmoi.io/"
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
checksum=8385e08fdcc37e88f4153c7ac750c6c55d09207b61129cce40b1f5ce1608e465
checksum=0d17795a499bef2d113953725927305a5fdfccfa1681e1c29bc44a25cee458a3

post_install() {
vlicense LICENSE
Expand Down