chezmoi: Add version 2.10.0 (#3223)

* chezmoi: Add version 2.10.0

* chezmoi: Update desc

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* chezmoi: Update autoupdate

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Andriyansyah Nurrachman 2022-01-21 15:44:04 +07:00 committed by GitHub
parent 7e4503af59
commit 8dfc8bf933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
bucket/chezmoi.json Normal file
View File

@ -0,0 +1,34 @@
{
"version": "2.10.0",
"description": "Manage your dotfiles across multiple diverse machines, securely.",
"homepage": "https://chezmoi.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.10.0/chezmoi_2.10.0_windows_amd64.zip",
"hash": "d7c217fed3a090c7dbaf34bcc54d595f1bb2dbdbb834d47b15a1ce05e8b856fe"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.10.0/chezmoi_2.10.0_windows_i386.zip",
"hash": "dacda0c3ceba06e904d732450ec1486e8eefd2848e1df27d39a3adb69a17c2ec"
}
},
"bin": "chezmoi.exe",
"checkver": {
"github": "https://github.com/twpayne/chezmoi/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_i386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s*$basename"
}
}
}