Skip to content

Commit

Permalink
virtualhere-client: Update to version 5.8.0, fix checkver, re-add arm…
Browse files Browse the repository at this point in the history
…64 version
  • Loading branch information
aliesbelik committed Nov 30, 2024
1 parent 50cfc6a commit 3458d3c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions bucket/virtualhere-client.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.7.8",
"version": "5.8.0",
"description": "Allows USB devices to be used remotely over a network just as if they were locally connected (server-side app)",
"homepage": "https://www.virtualhere.com/usb_client_software",
"license": {
Expand All @@ -9,7 +9,11 @@
"architecture": {
"64bit": {
"url": "https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe#/vhui.exe",
"hash": "sha1:8d0ab4244f09554e2240531a064d24769dd0d067"
"hash": "sha1:155145e07d8adf2f76ac6cee6b7f8af177320059"
},
"arm64": {
"url": "https://www.virtualhere.com/sites/default/files/usbclient/vhuiarm64.exe#/vhui.exe",
"hash": "sha1:0fd9c343b197b1402d118e22c4bb781331f41a4b"
}
},
"shortcuts": [
Expand All @@ -18,11 +22,14 @@
"VirtualHere Client"
]
],
"checkver": ">Version ([\\d.]+)<",
"checkver": ">Version ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe#/vhui.exe"
},
"arm64": {
"url": "https://www.virtualhere.com/sites/default/files/usbclient/vhuiarm64.exe#/vhui.exe"
}
},
"hash": {
Expand Down

0 comments on commit 3458d3c

Please sign in to comment.