Skip to content

Commit

Permalink
opentabletdriver: Update to version 0.6.5.1, fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Feb 5, 2025
1 parent fd40fda commit 1ac0851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/opentabletdriver.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.5.0",
"version": "0.6.5.1",
"description": "Open source, cross-platform, user-mode tablet driver",
"homepage": "https://opentabletdriver.net",
"license": {
Expand All @@ -13,8 +13,8 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v0.6.5.0/OpenTabletDriver.win-x64.zip",
"hash": "8a9420704b18a09c7dea05d011e28b84de4fd27727ce5477f6b5f02916d3fd54"
"url": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v0.6.5.1/OpenTabletDriver-0.6.5.1_win-x64.zip",
"hash": "bc549e0ccfc6a7c12d131777f1592487fed9f6fc45c11afa2763612d6dfc4316"
}
},
"pre_install": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v$version/OpenTabletDriver.win-x64.zip"
"url": "https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v$version/OpenTabletDriver-$version_win-x64.zip"
}
}
}
Expand Down

0 comments on commit 1ac0851

Please sign in to comment.