mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
* Create PowerSession-rs.json Add PowerSession Rust version * Update powersession.json * Rename PowerSession-rs.json to powersession-rs.json * Update powersession.json * Update powersession-rs.json * Update powersession-rs.json * Update powersession-rs.json * Update bucket/powersession-rs.json Co-authored-by: sitiom <sitiom@disroot.org> Co-authored-by: sitiom <sitiom@disroot.org>
22 lines
714 B
JSON
22 lines
714 B
JSON
{
|
|
"version": "0.1.6",
|
|
"description": "Terminal session recorder (Asciinema format) written in Rust.",
|
|
"homepage": "https://github.com/Watfaq/PowerSession-rs",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Watfaq/PowerSession-rs/releases/download/v0.1.6/PowerSession.exe",
|
|
"hash": "0f923958c9b83fc998a03e96272af865755472c6e77ce44532e43d1e81a4c6a1"
|
|
}
|
|
},
|
|
"bin": "PowerSession.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Watfaq/PowerSession-rs/releases/download/v$version/PowerSession.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|