forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bleachbit.json
34 lines (34 loc) · 1.03 KB
/
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
{
"homepage": "https://www.bleachbit.org/",
"description": "Free and open-source disk space cleaner, privacy manager, and computer system optimizer for windows and linux.",
"license": {
"identifier": "GPL-3.0-or-later",
"url": "https://github.com/bleachbit/bleachbit/blob/master/COPYING"
},
"version": "2.0",
"url": "https://download.bleachbit.org/BleachBit-2.0-portable.zip",
"hash": "f704477fc9d25acb907399322033f141bf5b36b056fe3aba2463154ccf60ea63",
"extract_dir": "BleachBit-portable",
"bin": [
[
"bleachbit_console.exe",
"bleachbit"
]
],
"shortcuts": [
[
"bleachbit.exe",
"BleachBit"
]
],
"persist": "BleachBit.ini",
"checkver": {
"github": "https://github.com/bleachbit/bleachbit"
},
"autoupdate": {
"url": "https://download.bleachbit.org/BleachBit-$version-portable.zip",
"hash": {
"url": "$baseurl/bleachbit-$version-sha256sum.txt"
}
}
}