diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 14:53:30 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 20:05:02 +0100 |
commit | d8f4c341039b266d32574ff805fe93a93593b9a3 (patch) | |
tree | d9ed0ee34af2e6886f400800cc19e5b1390c61c9 /community | |
parent | cee965a881ede8007488ce0b947e75be1219d80f (diff) | |
download | aports-d8f4c341039b266d32574ff805fe93a93593b9a3.tar.bz2 aports-d8f4c341039b266d32574ff805fe93a93593b9a3.tar.xz |
community/chezmoi: upgrade to 1.7.10
Diffstat (limited to 'community')
-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 7f6b67043e..01dcc2133d 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.9 +pkgver=1.7.10 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="62e9b69a90fad268b8adb5740e46143e1830e83c89aeef88117fbb071898525ef449afd27659ab38a16600c9b225ec016a19df392ec4addaf3ae6711b180a173 chezmoi-1.7.9.tar.gz" +sha512sums="d92385bce67919d7a39255dd723e724177f337006e6b4bb2393e9e54fcbbf41f30d9107961d1c0b3a01c8e484a5bebe9d108b300ecb59a8ac6272fde46d5466d chezmoi-1.7.10.tar.gz" |