Skip to content

Commit

Permalink
systeminformer-nightly: Add au.hash
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Jul 16, 2024
1 parent a1dc5a6 commit a1e998b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bucket/systeminformer-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@
],
"pre_uninstall": "'SystemInformer.exe.settings.xml', 'usernotesdb.xml' | ForEach-Object { Copy-Item \"$dir\\$_\" \"$persist_dir\\$_\" -ErrorAction 'SilentlyContinue' }",
"checkver": {
"url": "https://github.com/winsiderss/si-builds/releases",
"regex": "/tag/([\\d.]+)"
"url": "https://systeminformer.sourceforge.io/canary",
"regex": "systeminformer-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/winsiderss/si-builds/releases/download/$version/systeminformer-$version-canary-bin.zip"
"url": "https://github.com/winsiderss/si-builds/releases/download/$version/systeminformer-$version-canary-bin.zip",
"hash": {
"url": "https://systeminformer.sourceforge.io/canary",
"regex": "(?s)Hashes.*?Binaries.*?SHA2.*?$sha256"
}
}
}

0 comments on commit a1e998b

Please sign in to comment.