Skip to content

Commit

Permalink
resticterm-aoks: Fix autoupdate...url and update to version 0.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks committed Oct 23, 2024
1 parent de82338 commit 3e5264c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/resticterm-aoks.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.10.1.0",
"version": "0.11.0.0",
"description": "Multi-platform UI for the restic backup software.",
"homepage": "https://github.com/GPh83/resticterm",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/GPh83/resticterm/releases/download/v0.10.1.0/resticterm_Win_x64_V0.10.1.0.zip",
"hash": "57e4229662491a50f42407fec38cb18a339ae6a26be49705031da28a8512ba18"
"url": "https://github.com/GPh83/resticterm/releases/download/V0.11.0.0/resticterm_Win_x64_V0.11.0.0.zip",
"hash": "6d4b7af7ad07419187c772678b2224359d395f604cf08aa49c4352bfffa186e2"
}
},
"bin": "resticterm.exe",
Expand All @@ -21,7 +21,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/GPh83/resticterm/releases/download/v$version/resticterm_Win_x64_V$version.zip"
"url": "https://github.com/GPh83/resticterm/releases/download/V$version/resticterm_Win_x64_V$version.zip"
}
}
}
Expand Down

0 comments on commit 3e5264c

Please sign in to comment.