powersession-rs: Add version 0.1.6 (#3640)

* 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>
This commit is contained in:
Yuwei Ba 2022-06-04 05:14:16 +10:00 committed by GitHub
parent 37250c3827
commit 106af52652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}