From 8dfc8bf9331b37107ca8d79c8877a842e3c2348e Mon Sep 17 00:00:00 2001 From: Andriyansyah Nurrachman <58850480+LazyGeniusMan@users.noreply.github.com> Date: Fri, 21 Jan 2022 15:44:04 +0700 Subject: [PATCH] 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> --- bucket/chezmoi.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/chezmoi.json diff --git a/bucket/chezmoi.json b/bucket/chezmoi.json new file mode 100644 index 0000000000..506f045102 --- /dev/null +++ b/bucket/chezmoi.json @@ -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" + } + } +}