Skip to content

Commit

Permalink
[email protected]: Fix download url (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
auregonz authored Jul 15, 2024
1 parent 2a54889 commit cd86861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/powertoys-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/PowerToys/releases/download/v0.82.1/PowerToysSetup-0.82.1-x64.exe#/setup.exe",
"hash": "b594c9a32125079186dce776431e2dc77b896774d2aee2acf51bab8791683485"
"url": "https://github.com/microsoft/PowerToys/releases/download/V0.82.1/PowerToysSetup-0.82.1-x64.exe#/setup.exe",
"hash": "b8fa7e7c8f88b69e070e234f561d32807634e2e9d782edbb9dc35f3a454f2264"
}
},
"installer": {
Expand All @@ -30,9 +30,9 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/PowerToys/releases/download/v$version/PowerToysSetup-$version-x64.exe#/setup.exe",
"url": "https://github.com/microsoft/PowerToys/releases/download/V$version/PowerToysSetup-$version-x64.exe#/setup.exe",
"hash": {
"url": "https://github.com/microsoft/PowerToys/releases/tag/v$version",
"url": "https://github.com/microsoft/PowerToys/releases/tag/V$version",
"regex": ">$sha256<"
}
}
Expand Down

0 comments on commit cd86861

Please sign in to comment.