From 5020261b61017b9b4b07b77a15736bd27d5ddaab Mon Sep 17 00:00:00 2001 From: Hu3rror <19755727+hu3rror@users.noreply.github.com> Date: Sun, 23 Jan 2022 14:19:08 +0800 Subject: [PATCH] Kopia: Add version 0.10.1 (#3240) --- bucket/kopia.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/kopia.json diff --git a/bucket/kopia.json b/bucket/kopia.json new file mode 100644 index 0000000000..a3f5fe4226 --- /dev/null +++ b/bucket/kopia.json @@ -0,0 +1,28 @@ +{ + "version": "0.10.1", + "description": "Fast and secure open source backup.", + "homepage": "https://kopia.io/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/kopia/kopia/releases/download/v0.10.1/kopia-0.10.1-windows-x64.zip", + "hash": "442c942f1a6523bd7d090a30b9bf2faef9e62ba55d9ee5c5d89c35bd890424ef", + "extract_dir": "kopia-0.10.1-windows-x64" + } + }, + "bin": "kopia.exe", + "checkver": { + "github": "https://github.com/kopia/kopia" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kopia/kopia/releases/download/v$version/kopia-$version-windows-x64.zip", + "extract_dir": "kopia-$version-windows-x64" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}