ScoopInstaller_Main/bucket/powersession.json
Yuwei Ba 37250c3827
PowerSession: Add notes about PowerSession-rs (#3642)
* 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>
2022-06-04 03:10:50 +08:00

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"
}
}
}
}