From 46d66707c8066cc8882629d28c1c38fd3812a31d Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Sun, 1 Oct 2023 16:37:09 +0200 Subject: [PATCH] resticprofile: Add version 0.23.0 (#5126) * Initial manifest for resticprofile * Fix position of the "bin" tag and use suggest instead of depends Allows to use rustic instead of restic or both. * Suggest restic only for now Rustic may be readded as alternative for restic later. * Simplify suggest Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/resticprofile.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/resticprofile.json diff --git a/bucket/resticprofile.json b/bucket/resticprofile.json new file mode 100644 index 0000000000..602e885c6e --- /dev/null +++ b/bucket/resticprofile.json @@ -0,0 +1,36 @@ +{ + "version": "0.23.0", + "description": "Configuration profiles manager and scheduler for restic backup", + "homepage": "https://creativeprojects.github.io/resticprofile/", + "license": "GPL-3.0-only", + "suggest": { + "restic": "restic" + }, + "architecture": { + "64bit": { + "url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.23.0/resticprofile_no_self_update_0.23.0_windows_amd64.tar.gz", + "hash": "3f4bdfbede2f155df3c394c74ce099ca4e00e0f9e8c2f3957d421db4a8137ff0" + }, + "32bit": { + "url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.23.0/resticprofile_no_self_update_0.23.0_windows_386.tar.gz", + "hash": "6b95adef7bf7cc020690a950dce217360e00458ed2b1449d60c8035b98e56271" + } + }, + "bin": "resticprofile.exe", + "checkver": { + "github": "https://github.com/creativeprojects/resticprofile" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/creativeprojects/resticprofile/releases/download/v$version/resticprofile_no_self_update_$version_windows_amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/creativeprojects/resticprofile/releases/download/v$version/resticprofile_no_self_update_$version_windows_386.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}