Skip to content

Commit

Permalink
powertoys@0.82.1: Fix for the tag change (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
auregonz committed Jul 16, 2024
1 parent e45a3aa commit fac7adc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bucket/powertoys-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/PowerToys/releases/download/V0.82.1/PowerToysSetup-0.82.1-x64.exe#/setup.exe",
"url": "https://github.com/microsoft/PowerToys/releases/download/v0.82.1/PowerToysSetup-0.82.1-x64.exe#/setup.exe",
"hash": "b8fa7e7c8f88b69e070e234f561d32807634e2e9d782edbb9dc35f3a454f2264"
}
},
Expand All @@ -26,13 +26,17 @@
"/uninstall"
]
},
"checkver": "github",
"checkver": {
"url": "https://api.github.com/repos/microsoft/PowerToys/releases",
"jsonpath": "$[0].assets[*].browser_download_url",
"regex": "/releases/download/(?<tag>[\\w.]+)/PowerToysSetup-([\\d.]+)-x64\\.exe"
},
"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/$matchTag/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/$matchTag",
"regex": ">$sha256<"
}
}
Expand Down

0 comments on commit fac7adc

Please sign in to comment.