mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 02:11:19 +00:00
26 lines
1004 B
JSON
26 lines
1004 B
JSON
{
|
|
"version": "232.8660.185",
|
|
"description": "Allows to run HTTP requests from a terminal, without the IDE, or include HTTP request testing in a CI workflow.",
|
|
"homepage": "https://www.jetbrains.com/help/idea/http-client-cli.html",
|
|
"suggest": {
|
|
"JDK 17": "java/openjdk17"
|
|
},
|
|
"license": {
|
|
"identifier": "Freeware"
|
|
},
|
|
"url": "https://download.jetbrains.com/resources/intellij/http-client/232.8660.185/intellij-http-client.zip",
|
|
"hash": "69675944efdb51bbb6d8f52eade84fa0e37e54962d6851e92ae4094352aa17fa",
|
|
"extract_dir": "ijhttp",
|
|
"bin": "ijhttp.bat",
|
|
"checkver": {
|
|
"script": [
|
|
"$resp = [System.Net.WebRequest]::Create('https://jb.gg/ijhttp/latest').GetResponse()",
|
|
"Write-Output = $resp.ResponseUri.LocalPath"
|
|
],
|
|
"regex": "/http-client/([\\d.]+)/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.jetbrains.com/resources/intellij/http-client/$version/intellij-http-client.zip"
|
|
}
|
|
}
|