mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
792 B
JSON
25 lines
792 B
JSON
{
|
|
"version": "1.4.0",
|
|
"description": "Powershell session recorder",
|
|
"homepage": "https://github.com/ibigbug/PowerSession",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.4.0/PowerSession.exe",
|
|
"hash": "d524cb145abe75743775e3bf1672608cea2214adbdd8c872b33744e126145009"
|
|
}
|
|
},
|
|
"bin": "PowerSession.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ibigbug/PowerSession",
|
|
"regex": "tag/release-v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v$version/PowerSession.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|