ScoopInstaller_Main/bucket/PowerSession.json
2020-11-22 18:55:43 -08:00

25 lines
789 B
JSON

{
"version": "1.3.0",
"description": "Powershell session recorder",
"homepage": "https://github.com/ibigbug/PowerSession",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-1.3.0/PowerSession.exe",
"hash": "1502414427412aa878fbd72ddbeef2af8e0b0f4d27354e596e296619734b71ac"
}
},
"bin": "PowerSession.exe",
"checkver": {
"github": "https://github.com/ibigbug/PowerSession",
"regex": "tag/release-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-$version/PowerSession.exe"
}
}
}
}