forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheagleget-portable.json
35 lines (35 loc) · 1.28 KB
/
eagleget-portable.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
35
{
"homepage": "http://www.eagleget.com/",
"license": "Freeware",
"description": "EagleGet is a free all-in-one download manager; it can be integrated to Chrome, IE, Firefox, Opera, offering support for HTTP, HTTPS, FTP, MMS and RTSP protocol.",
"version": "2.0.4.50",
"url": "http://dl.eagleget.com/latest/EagleGetProtable_2.0.4.50.zip",
"hash": "sha1:681b1b47817c81bf3422f5b078faf62b58160d6e",
"extract_dir": "/",
"shortcuts": [
[
"EagleGet.exe",
"EagleGet"
]
],
"pre_install": "New-Item -ItemType Directory -Force -Path $dir\\EGDownloads | Out-Null",
"##": "EGDownloads directory will create after the first run.",
"persist": [
"EagleGet\\configs",
"EGDownloads"
],
"checkver": {
"url": "http://www.eagleget.com/download-eagleget-portable/",
"re": "EagleGet Portable v([\\d.]+)"
},
"autoupdate": {
"url": "http://dl.eagleget.com/latest/EagleGetProtable_$version.zip",
"hash": {
"url": "http://www.eagleget.com/download-eagleget-portable/",
"find": "SHA1:\\s+([a-fA-F0-9]{40})"
}
},
"notes": [
"Right click on $dir\\install.bat file and select 'Run as Administrator' to enable the browser monitoring."
]
}