-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathbleachbit.json
34 lines (34 loc) · 956 Bytes
/
bleachbit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "4.6.2",
"description": "Disk space cleaner, privacy manager, and computer system optimizer.",
"homepage": "https://www.bleachbit.org/",
"license": "GPL-3.0-or-later",
"url": "https://download.bleachbit.org/BleachBit-4.6.2-portable.zip",
"hash": "3bf71287d812afc487d352cc9335459e9dfd4d063597297d6a1e143275435c97",
"extract_dir": "BleachBit-portable",
"bin": [
"bleachbit_console.exe",
[
"bleachbit_console.exe",
"bleachbit"
]
],
"shortcuts": [
[
"bleachbit.exe",
"BleachBit"
]
],
"persist": [
"cleaners",
"BleachBit.ini"
],
"checkver": {
"useragent": "Scoop",
"url": "https://www.bleachbit.org/download/windows",
"regex": "BleachBit ([\\d.]+)"
},
"autoupdate": {
"url": "https://download.bleachbit.org/BleachBit-$version-portable.zip"
}
}