From f28f87eb624c627bec86c90b57123c26385bc98a Mon Sep 17 00:00:00 2001 From: Hu3rror <19755727+hu3rror@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:27:35 +0800 Subject: [PATCH] pget: Add version 0.1.1 (#3303) --- bucket/pget.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/pget.json diff --git a/bucket/pget.json b/bucket/pget.json new file mode 100644 index 0000000000..e3e5f8098d --- /dev/null +++ b/bucket/pget.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://github.com/Code-Hex/pget", + "description": "A command-line Downloader using parallel requests", + "version": "0.1.1", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_x86_64.zip", + "hash": "71a80c387fe277f411e5ed314194a68699997e0c0b1530b80ea79b4072add8ed" + }, + "32bit": { + "url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_i386.zip", + "hash": "e20dc7a2e9d83a5df2edda75b85649efa105129820e6283cffbdf66bd549112a" + } + }, + "bin": "pget.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_$version_Windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_$version_Windows_i386.zip" + } + }, + "hash": { + "url": "$baseurl/pget_checksums.txt" + } + } +}