mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* Update powersession.json * Update bucket/powersession.json Co-authored-by: sitiom <sitiom@disroot.org> * Update powersession.json * Update powersession.json Co-authored-by: sitiom <sitiom@disroot.org>
26 lines
918 B
JSON
26 lines
918 B
JSON
{
|
|
"version": "1.4.7",
|
|
"description": "Terminal session recorder (Asciinema format) written in C#",
|
|
"homepage": "https://github.com/Watfaq/PowerSession",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"This C# version will be less updated",
|
|
"Feel free to checkout the brand new Rust version: scoop install PowerSession-rs"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Watfaq/PowerSession/releases/download/v1.4.7/PowerSession-win10-x64.exe#/PowerSession.exe",
|
|
"hash": "cf54f5fa087bf84ce915ae514f2512df848d01f2d5e6fb33dff235dcc669c65a"
|
|
}
|
|
},
|
|
"bin": "PowerSession.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Watfaq/PowerSession/releases/download/v$version/PowerSession-win10-x64.exe#/PowerSession.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|