Skip to content

Commit

Permalink
windirstat@1.1.2: Fix download url & autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Jul 3, 2024
1 parent 17337d2 commit d8e912e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/windirstat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A disk usage statistics viewer and cleanup tool.",
"homepage": "https://windirstat.net",
"license": "GPL-2.0-only",
"url": "https://windirstat.mirror.wearetriple.com/wds_current_setup.exe#/dl.7z",
"url": "https://downloads.sourceforge.net/windirstat/windirstat1_1_2_setup.exe#/dl.7z",
"hash": "sha1:6fa92dd2ca691c11dfbfc0a239e34369897a7fab",
"bin": "windirstat.exe",
"shortcuts": [
Expand All @@ -17,7 +17,7 @@
"regex": "Latest version: ([\\d.]+)"
},
"autoupdate": {
"url": "https://windirstat.mirror.wearetriple.com/wds_current_setup.exe#/dl.7z",
"url": "https://downloads.sourceforge.net/windirstat/windirstat$underscoreVersion_setup.exe#/dl.7z",
"hash": {
"url": "https://windirstat.net/download.html",
"regex": "<tt>SHA1:\\s+$sha1</tt>"
Expand Down

0 comments on commit d8e912e

Please sign in to comment.