forked from okibcn/ScoopMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update timestamp 2023-04-03T17:53:15Z
- Loading branch information
1 parent
177650f
commit b8f1eee
Showing
1,776 changed files
with
40,352 additions
and
39,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
{ | ||
"homepage": "http://mpesch3.de/1by1.html", | ||
"version": "2.05", | ||
"homepage": "https://mpesch3.de/1by1.html", | ||
"description": "Directory Player: directly plays folder contents.", | ||
"license": "freeware", | ||
"url": "https://www.videohelp.com/download/1by1_205.exe#/dl.7z", | ||
"hash": "4f70411204a907409571e3600f3b4498cbbcacd69c74b78941c55cebc48717b9", | ||
"url": [ | ||
"https://www.fosshub.com/1by1.html?dwl=1by1_205.exe", | ||
"http://mpesch3.de/extra/dsp_1by1enh_20.zip", | ||
"http://mpesch3.de/extra/mpglibdll092.zip" | ||
], | ||
"hash": [ | ||
"4f70411204a907409571e3600f3b4498cbbcacd69c74b78941c55cebc48717b9", | ||
"b88c337205b9790a8e8a248110fca813f545d8aac286d2d04781d50196c9c1ed", | ||
"b627f5fe814ef2e65d9f276925105a330048c3341b65eb8ebf36c0eb98e312b3" | ||
], | ||
"installer": { | ||
"script": "Expand-7ZipArchive \"$dir\\1by1.html\" \"$dir\" -Removal" | ||
}, | ||
"bin": "1by1.exe", | ||
"persist": "1by1.ini", | ||
"shortcuts": [ | ||
[ | ||
"1by1.exe", | ||
"1by1" | ||
] | ||
], | ||
"pre_install": "if(!(Test-Path \"$dir/1by1.ini\")) { Add-Content \"$dir/1by1.ini\" $null }", | ||
"persist": "1by1.ini", | ||
"checkver": { | ||
"url": "https://mpesch3.de/1by1.html", | ||
"regex": "Version\\s([\\d.]+)" | ||
}, | ||
"checkver": "Version ([\\d.]+) ", | ||
"autoupdate": { | ||
"url": "https://www.videohelp.com/download/1by1_$cleanVersion.exe#/dl.7z", | ||
"url": "https://www.fosshub.com/1by1.html?dwl=1by1_$cleanVersion.exe", | ||
"hash": { | ||
"url": "https://www.fosshub.com/1by1.html", | ||
"regex": "(?sm)$basename.*?\"sha256\":\"$sha256\"" | ||
"mode": "fosshub" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"autoupdate": { | ||
"hash": { | ||
"regex": "MD5 Hash: +[\\w]{32}", | ||
"url": "https://portableapps.com/apps/games/2048-portable" | ||
}, | ||
"url": "https://newcontinuum.dl.sourceforge.net/project/portableapps/2048%20Portable/2048Portable_$version_English.paf.exe" | ||
}, | ||
"bin": "2048Portable.exe", | ||
"checkver": { | ||
"re": "Version \\s+([\\w\\.]* for Win", | ||
"url": "https://portableapps.com/apps/games/2048-portable" | ||
}, | ||
"description": "number tiled puzzle game", | ||
"hash": "md5:2c987cce004949d16aa079bcc16d37f1", | ||
"homepage": "https://portableapps.com/apps/games/2048-portable", | ||
"license": "", | ||
"persist": "Data", | ||
"post_install": "Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse", | ||
"shortcuts": [ | ||
[ | ||
"2048Portable.exe", | ||
"2048Portable" | ||
] | ||
], | ||
"url": "https://newcontinuum.dl.sourceforge.net/project/portableapps/2048%20Portable/2048Portable_2.2_English.paf.exe#/dl.7z", | ||
"version": "2.2" | ||
"homepage": "https://portableapps.com/apps/games/2048-portable", | ||
"description": "number tiled puzzle game", | ||
"version": "2.2", | ||
"license": "", | ||
"url": "https://newcontinuum.dl.sourceforge.net/project/portableapps/2048%20Portable/2048Portable_2.2_English.paf.exe#/dl.7z", | ||
"hash": "md5:2c987cce004949d16aa079bcc16d37f1", | ||
"bin": "2048Portable.exe", | ||
"shortcuts": [ | ||
[ | ||
"2048Portable.exe", | ||
"2048Portable" | ||
] | ||
], | ||
"persist": "Data", | ||
"checkver": { | ||
"url": "https://portableapps.com/apps/games/2048-portable", | ||
"re": "Version \\s+([\\w\\.]* for Win" | ||
}, | ||
"autoupdate": { | ||
"url": "https://newcontinuum.dl.sourceforge.net/project/portableapps/2048%20Portable/2048Portable_$version_English.paf.exe", | ||
"hash": { | ||
"url": "https://portableapps.com/apps/games/2048-portable", | ||
"regex": "MD5 Hash: +[\\w]{32}" | ||
} | ||
}, | ||
"post_install": "Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"autoupdate": { | ||
"hash": { | ||
"regex": "MD5 Hash: +[\\w]{32}", | ||
"url": "https://portableapps.com/apps/utilities/2x_client_portable" | ||
}, | ||
"url": "https://download3.portableapps.com/portableapps/2XClient/2XClient_$underscoreVersion.paf.exe?20190321" | ||
}, | ||
"bin": "2XClient.exe", | ||
"checkver": { | ||
"re": "Version \\s+([\\w\\.]* for Win", | ||
"url": "https://portableapps.com/apps/utilities/2x_client_portable" | ||
}, | ||
"description": "Remote server & RDP", | ||
"hash": "md5:5bdc5e7bfd459e48dfe6e4def3170f9f", | ||
"homepage": "https://portableapps.com/apps/utilities/2x_client_portable", | ||
"license": "", | ||
"persist": "Data", | ||
"post_install": "Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse", | ||
"shortcuts": [ | ||
[ | ||
"2XClient.exe", | ||
"2XClient" | ||
] | ||
], | ||
"url": "https://download3.portableapps.com/portableapps/2XClient/2XClient_12.0_build_2193.paf.exe?20190321#/dl.7z", | ||
"version": "12.0_build_2193" | ||
"homepage": "https://portableapps.com/apps/utilities/2x_client_portable", | ||
"description": "Remote server & RDP", | ||
"version": "12.0_build_2193", | ||
"license": "", | ||
"url": "https://download3.portableapps.com/portableapps/2XClient/2XClient_12.0_build_2193.paf.exe?20190321#/dl.7z", | ||
"hash": "md5:5bdc5e7bfd459e48dfe6e4def3170f9f", | ||
"bin": "2XClient.exe", | ||
"shortcuts": [ | ||
[ | ||
"2XClient.exe", | ||
"2XClient" | ||
] | ||
], | ||
"persist": "Data", | ||
"checkver": { | ||
"url": "https://portableapps.com/apps/utilities/2x_client_portable", | ||
"re": "Version \\s+([\\w\\.]* for Win" | ||
}, | ||
"autoupdate": { | ||
"url": "https://download3.portableapps.com/portableapps/2XClient/2XClient_$underscoreVersion.paf.exe?20190321", | ||
"hash": { | ||
"url": "https://portableapps.com/apps/utilities/2x_client_portable", | ||
"regex": "MD5 Hash: +[\\w]{32}" | ||
} | ||
}, | ||
"post_install": "Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"version": "2.0.0.1011", | ||
"url": "https://scoop-zapps.ziiyc.com/d/360NetRepair/360NetRepair-2.0.0.1011.zip", | ||
"hash": "b67cd4c679ffb5b79db06fe49496656805935e8644f6ae316cc2d874b82470d7", | ||
"checkver": { | ||
"url": "https://raw.githubusercontent.com/kkzzhizhou/scoop-zapps/master/versions/360NetRepair.latest", | ||
"regex": "([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://scoop-zapps.ziiyc.com/d/360NetRepair/360NetRepair-$version.zip", | ||
"hash": { | ||
"url": "$url.sha256", | ||
"regex": "$sha256" | ||
} | ||
}, | ||
"shortcuts": [ | ||
[ | ||
"360NetRepair.exe", | ||
"360断网急救箱" | ||
] | ||
] | ||
"autoupdate": { | ||
"hash": { | ||
"regex": "$sha256", | ||
"url": "$url.sha256" | ||
}, | ||
"url": "https://scoop-zapps.ziiyc.com/d/360NetRepair/360NetRepair-$version.zip" | ||
}, | ||
"checkver": { | ||
"regex": "([\\d.]+)", | ||
"url": "https://raw.githubusercontent.com/kkzzhizhou/scoop-zapps/master/versions/360NetRepair.latest" | ||
}, | ||
"hash": "b67cd4c679ffb5b79db06fe49496656805935e8644f6ae316cc2d874b82470d7", | ||
"shortcuts": [ | ||
[ | ||
"360NetRepair.exe", | ||
"360\u65ad\u7f51\u6025\u6551\u7bb1" | ||
] | ||
], | ||
"url": "https://scoop-zapps.ziiyc.com/d/360NetRepair/360NetRepair-2.0.0.1011.zip", | ||
"version": "2.0.0.1011" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"version": "13.5.1060.0", | ||
"description": "360 Extreme Browser, Chromium86 kernel.", | ||
"homepage": "https://browser.360.cn/eex/", | ||
"license": { | ||
"identifier": "Proprietary", | ||
"url": "http://www.360.cn/xukexieyi.html#jisu" | ||
}, | ||
"url": "https://down.360safe.com/cse/360cse_13.5.1060.0.exe#/dl.7z", | ||
"hash": "5b60b597f94732d8fc707144d5572a0709d6739ad0583406166c6d7756f1a95f", | ||
"pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal", | ||
"bin": [ | ||
[ | ||
"360chrome.exe", | ||
"360chrome", | ||
"--user-data-dir=\"$dir\\User Data\" --disk-cache-dir=\"$dir\\Cache\"" | ||
] | ||
], | ||
"shortcuts": [ | ||
[ | ||
"360chrome.exe", | ||
"360\\360 Chrome", | ||
"--user-data-dir=\"$dir\\User Data\" --disk-cache-dir=\"$dir\\Cache\"" | ||
] | ||
], | ||
"persist": [ | ||
"User Data", | ||
"Cache" | ||
], | ||
"checkver": { | ||
"url": "https://browser.360.cn/ee/", | ||
"regex": "360cse_([\\d.]+)\\.exe" | ||
}, | ||
"autoupdate": { | ||
"url": "https://down.360safe.com/cse/360cse_$version.exe#/dl.7z" | ||
} | ||
"autoupdate": { | ||
"url": "https://down.360safe.com/cse/360cse_$version.exe#/dl.7z" | ||
}, | ||
"bin": [ | ||
[ | ||
"360chrome.exe", | ||
"360chrome", | ||
"--user-data-dir=\"$dir\\User Data\" --disk-cache-dir=\"$dir\\Cache\"" | ||
] | ||
], | ||
"checkver": { | ||
"regex": "360cse_([\\d.]+)\\.exe", | ||
"url": "https://browser.360.cn/ee/" | ||
}, | ||
"description": "360 Extreme Browser, Chromium86 kernel.", | ||
"hash": "5b60b597f94732d8fc707144d5572a0709d6739ad0583406166c6d7756f1a95f", | ||
"homepage": "https://browser.360.cn/eex/", | ||
"license": { | ||
"identifier": "Proprietary", | ||
"url": "http://www.360.cn/xukexieyi.html#jisu" | ||
}, | ||
"persist": [ | ||
"User Data", | ||
"Cache" | ||
], | ||
"pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal", | ||
"shortcuts": [ | ||
[ | ||
"360chrome.exe", | ||
"360\\360 Chrome", | ||
"--user-data-dir=\"$dir\\User Data\" --disk-cache-dir=\"$dir\\Cache\"" | ||
] | ||
], | ||
"url": "https://down.360safe.com/cse/360cse_13.5.1060.0.exe#/dl.7z", | ||
"version": "13.5.1060.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"version": "1.2.6", | ||
"description": "An all-in-one tool for extracting/creating 3ds roms.", | ||
"homepage": "https://github.com/dnasdw/3dstool", | ||
"license": "MIT", | ||
"url": "https://github.com/dnasdw/3dstool/releases/download/v1.2.6/3dstool.zip", | ||
"hash": "481e20f445eb2f0f506d0d88cd750385bc8377670d681d6f66f584a176027806", | ||
"bin": "3dstool.exe", | ||
"persist": [ | ||
"ext_key.txt", | ||
"ignore_3dstool.txt" | ||
], | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/dnasdw/3dstool/releases/download/v$version/3dstool.zip" | ||
} | ||
"autoupdate": { | ||
"url": "https://github.com/dnasdw/3dstool/releases/download/v$version/3dstool.zip" | ||
}, | ||
"bin": "3dstool.exe", | ||
"checkver": "github", | ||
"description": "An all-in-one tool for extracting/creating 3ds roms.", | ||
"hash": "481e20f445eb2f0f506d0d88cd750385bc8377670d681d6f66f584a176027806", | ||
"homepage": "https://github.com/dnasdw/3dstool", | ||
"license": "MIT", | ||
"persist": [ | ||
"ext_key.txt", | ||
"ignore_3dstool.txt" | ||
], | ||
"url": "https://github.com/dnasdw/3dstool/releases/download/v1.2.6/3dstool.zip", | ||
"version": "1.2.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.