diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-04-07 16:40:33 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-04-07 16:40:46 +0000 |
commit | 3b31c219c4af1caa809dc760174401b628c17a70 (patch) | |
tree | 4ea9cd76003be43df9b5af1940b1aec09adf8c01 /community/chezmoi | |
parent | 36ff6a7734ace2fca2e6fa9a3b1e6f995f48bd03 (diff) | |
download | aports-3b31c219c4af1caa809dc760174401b628c17a70.tar.bz2 aports-3b31c219c4af1caa809dc760174401b628c17a70.tar.xz |
community/chezmoi: upgrade to 1.7.19
Diffstat (limited to 'community/chezmoi')
-rw-r--r-- | community/chezmoi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/chezmoi/APKBUILD b/community/chezmoi/APKBUILD index 24b04966da..0cbe285ffd 100644 --- a/community/chezmoi/APKBUILD +++ b/community/chezmoi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=chezmoi -pkgver=1.7.18 +pkgver=1.7.19 pkgrel=0 pkgdesc="Manage your dotfiles across multiple machines, securely." url="https://www.chezmoi.io/" @@ -76,4 +76,4 @@ cleanup_srcdir() { default_cleanup_srcdir } -sha512sums="c5f11b7710c0035caab4fd0cc96d09e640d7bd0c83161f036d74defd41ee6daa1efbdc40f2d966fab905717ec17d444ed78ea10c1e476969a0c14455f62968df chezmoi-1.7.18.tar.gz" +sha512sums="67e31e8f2f35af4870c0817663d85866df77924da6b0cbf4c8c198a9dbbaa27c7e35291add91d5eebce9d1afa65fef3a6ba46d68fe9aee41c4ee9a1251c08940 chezmoi-1.7.19.tar.gz" |