ScoopInstaller_Main/bucket/simple-http-server.json
Youxikong e72f95f28d
simple-http-server: Update to version 0.6.6 (#4646)
* fix(simple-http-server): autoupdate fix

* fix(simple-http-server): add hash find
2023-04-09 18:01:01 +05:30

26 lines
905 B
JSON

{
"version": "0.6.6",
"description": "Simple http server",
"homepage": "https://github.com/TheWaWaR/simple-http-server",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/TheWaWaR/simple-http-server/releases/download/v0.6.6/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe",
"hash": "833c7b230f996f6e96f720f3e37e184ca8a84d9e74ba138537f167827f5f8f39"
}
},
"bin": "simple-http-server.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TheWaWaR/simple-http-server/releases/download/v$version/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe"
}
},
"hash": {
"url": "$url.sha256",
"find": "\\\\([a-fA-F\\d]{64})"
}
}
}