mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
xh: Update to version 0.8.0 (#1875)
This commit is contained in:
parent
155e69bc77
commit
a969a5cdf9
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"description": "Yet another HTTPie clone in Rust",
|
"description": "Yet another HTTPie clone in Rust",
|
||||||
"homepage": "https://github.com/ducaale/xh/",
|
"homepage": "https://github.com/ducaale/xh/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ducaale/xh/releases/download/v0.7.0/xh-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/ducaale/xh/releases/download/v0.8.0/xh-v0.8.0-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "88ffe36645dbbd3bb84617536cc6fd20b8b9d0ecdfa1fb7f23adbb77f5a5c1dd"
|
"hash": "1907e419c86ef8ef001680c2cfc4d7a2772dd2fa531c0f3b66c62d0836038148",
|
||||||
|
"extract_dir": "xh-v0.8.0-x86_64-pc-windows-msvc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "xh.exe",
|
"bin": "xh.exe",
|
||||||
@ -14,7 +15,8 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ducaale/xh/releases/download/v$version/xh-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/ducaale/xh/releases/download/v$version/xh-v$version-x86_64-pc-windows-msvc.zip",
|
||||||
|
"extract_dir": "xh-v$version-x86_64-pc-windows-msvc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user