hopp-cli: Update to version 0.0.8 (#3408)

This commit is contained in:
tech189 2022-03-19 01:19:58 +00:00 committed by GitHub
parent 72ae19da10
commit a8c154d6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,12 @@
{ {
"version": "0.0.7", "version": "0.0.8",
"description": "An HTTP CLI client for Hoppscotch, an alternative to curl/httpie", "description": "An HTTP CLI client for Hoppscotch, an alternative to curl/httpie",
"homepage": "https://hoppscotch.io/", "homepage": "https://hoppscotch.io/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.7/hopp-cli_0.0.7_windows_x86_64.tar.gz", "url": "https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.8/hopp-cli_0.0.8_windows_x86_64.tar.gz",
"hash": "788c829ba0a1821a71f9503a8f40210923dc08e9ca70552c119d898665d4e252" "hash": "17307a8d0fa1b38174807a10218d23dffc0c58c46449912fe472595cc23acfef"
},
"32bit": {
"url": "https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.7/hopp-cli_0.0.7_windows_386.tar.gz",
"hash": "695b0598291c1176a8c86854529a2d8f2c60ae286bb5aed88d3cd0058fb3a916"
} }
}, },
"bin": "hopp-cli.exe", "bin": "hopp-cli.exe",
@ -21,9 +17,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hoppscotch/hopp-cli/releases/download/v$version/hopp-cli_$version_windows_x86_64.tar.gz" "url": "https://github.com/hoppscotch/hopp-cli/releases/download/v$version/hopp-cli_$version_windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/hoppscotch/hopp-cli/releases/download/v$version/hopp-cli_$version_windows_386.tar.gz"
} }
}, },
"hash": { "hash": {