Skip to content

Commit

Permalink
rio: Update to version 0.2.0, add arm64 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Nov 16, 2024
1 parent 782aad3 commit 27e43cf
Showing 1 changed file with 37 additions and 13 deletions.
50 changes: 37 additions & 13 deletions bucket/rio.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
{
"version": "0.1.17",
"version": "0.2.0",
"description": "A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers",
"homepage": "https://github.com/raphamorim/rio",
"license": "MIT",
"url": [
"https://github.com/raphamorim/rio/releases/download/v0.1.17/Rio-portable.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
],
"hash": [
"4dfcbf4ec4cfd3bcb2c72f4b5226c2734dfc48a0f58687c02f6332c24d6d29e6",
"dab2e4897add153ee287a92a8380a35a8fd0e4932f63fec7405b70917e6d6d4a"
],
"architecture": {
"64bit": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v0.2.0/Rio-portable-x86_64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
],
"hash": [
"08e9fb2b29a8b6bb7a2c985870acf433052c8395daa23998b3a4758ec520e4c1",
"dab2e4897add153ee287a92a8380a35a8fd0e4932f63fec7405b70917e6d6d4a"
]
},
"arm64": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v0.2.0/Rio-portable-aarch64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
],
"hash": [
"04be5f5066e071e1fb6ebbeb94bca8d4d7692cbb06887cd2356b07affcbe854c",
"dab2e4897add153ee287a92a8380a35a8fd0e4932f63fec7405b70917e6d6d4a"
]
}
},
"bin": "rio.exe",
"shortcuts": [
[
Expand All @@ -22,9 +36,19 @@
],
"checkver": "github",
"autoupdate": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
]
"architecture": {
"64bit": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable-x86_64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
]
},
"arm64": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable-aarch64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
]
}
}
}
}

0 comments on commit 27e43cf

Please sign in to comment.