Skip to content

Commit

Permalink
Merge pull request #6 from ns0m/feature/ccenhancer-add
Browse files Browse the repository at this point in the history
ccenhancer: Add version 4.5.7
  • Loading branch information
ath0mas authored Nov 4, 2023
2 parents f3c6805 + 3e83ed1 commit ca6ca03
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bucket/ccenhancer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "4.5.7",
"description": "Adds 1,000+ new cleaning rules to Piriform CCleaner",
"homepage": "https://singularlabs.com/software/ccenhancer/",
"license": "Freeware",
"notes": "Microsoft .NET Framework 4.0 or newer is required.",
"url": "https://singularlabs.com/download/10315/#/ccenhancer.exe",
"hash": "4d025fad652ec6b890883f64e617f1e5dccfbff0dc857631695c6cf4315c1c23",
"pre_install": "if (!(Test-Path -Path \"$persist_dir\\cc_config.ini\")) { New-Item -Path \"$dir\\cc_config.ini\" -Value \"UpdateCheck:False`r`n\" | Out-Null }",
"bin": "ccenhancer.exe",
"shortcuts": [
[
"ccenhancer.exe",
"CCEnhancer"
]
],
"persist": "cc_config.ini",
"checkver": {
"url": "https://singularlabs.com/software/ccenhancer/download-ccenhancer/",
"regex": "CCEnhancer Portable \\(English only\\)</td>[\\n]<td>([\\d.]+)</td>(?:[\\n][^\\d]*)+?https://singularlabs.com/download/(?<num>\\d+)/"
},
"autoupdate": {
"url": "https://singularlabs.com/download/$matchNum/#/ccenhancer.exe"
}
}

0 comments on commit ca6ca03

Please sign in to comment.