Skip to content

Commit

Permalink
another-redis-desktop-manager: Fix download and checkver URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradKnowles committed Nov 21, 2024
1 parent 53cb6ad commit beb83b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/another-redis-desktop-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.0/Another-Redis-Desktop-Manager.1.7.0.exe#/dl.7z",
"url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.0/Another-Redis-Desktop-Manager-win-1.7.0-x64.exe#/dl.7z",
"hash": "sha512:18b59199956c583bf4f96595dfa1bd40d5c5a827db1ee57bbf22f84e67479e355710987f9db2852016e584d4945aae6f94f3271b150308cd200ee492bae378f8"
}
},
Expand All @@ -23,7 +23,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v$version/Another-Redis-Desktop-Manager.$version.exe#/dl.7z",
"url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v$version/Another-Redis-Desktop-Manager-win-$version-x64.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512:\\s+$base64"
Expand Down

0 comments on commit beb83b8

Please sign in to comment.