From a7c4016b4a29d734d7b129670d54d1c6da21d529 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 10 Jan 2022 21:32:13 +0800 Subject: [PATCH] curlie: Add version 1.6.7 (#3170) --- bucket/curlie.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/curlie.json diff --git a/bucket/curlie.json b/bucket/curlie.json new file mode 100644 index 0000000000..6394e2090e --- /dev/null +++ b/bucket/curlie.json @@ -0,0 +1,26 @@ +{ + "version": "1.6.7", + "description": "The power of curl, the ease of use of httpie", + "homepage": "https://curlie.io", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/rs/curlie/releases/download/v1.6.7/curlie_1.6.7_windows_amd64.tar.gz", + "hash": "ba71e58b4511a440cff55b9c75359acab1577da88d4bb4213ed3f39800ce98b4" + } + }, + "bin": "curlie.exe", + "checkver": { + "github": "https://github.com/rs/curlie" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rs/curlie/releases/download/v$version/curlie_$version_windows_amd64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/curlie_$version_checksums.txt" + } + } +}