Skip to content

Commit

Permalink
Update timestamp 2023-04-03T17:26:04Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent 37bb1cd commit 177650f
Show file tree
Hide file tree
Showing 1,730 changed files with 38,527 additions and 38,847 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ____

To help users to maintain all the apss updated, this repo provides two services, a bucket with all the apps, and a database for fast app search. The platform surveys internet for known buckets and creates Bucket and database snapshots every 30 minutes. At this time the metrics for the **ScoopMaster** platform in its current snapshot are:

- The database indexes **80773** manifests.
- The database indexes **80772** manifests.
- The harvester gathers data from **1390** buckets.
- The Bucket provides last versions for all the **17579** apps.

Expand Down
32 changes: 13 additions & 19 deletions bucket/1by1.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
{
"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.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",
"url": "https://www.videohelp.com/download/1by1_205.exe#/dl.7z",
"hash": "4f70411204a907409571e3600f3b4498cbbcacd69c74b78941c55cebc48717b9",
"shortcuts": [
[
"1by1.exe",
"1by1"
]
],
"checkver": "Version ([\\d.]+) ",
"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.]+)"
},
"autoupdate": {
"url": "https://www.fosshub.com/1by1.html?dwl=1by1_$cleanVersion.exe",
"url": "https://www.videohelp.com/download/1by1_$cleanVersion.exe#/dl.7z",
"hash": {
"mode": "fosshub"
"url": "https://www.fosshub.com/1by1.html",
"regex": "(?sm)$basename.*?\"sha256\":\"$sha256\""
}
}
}
2 changes: 1 addition & 1 deletion bucket/1password.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\.rdata\" -Removal",
"Get-ChildItem \"$dir\" | ForEach-Object { if ($_.Name -match '[^\\x00-\\x7F]') { Move-Item -Path $_.FullName -Destination $($_.FullName -replace '[^\\x00-\\x7F]','\\') } }"
"Get-ChildItem ** | ForEach-Object { Move-Item -Path $_ -Destination $($_.Name -replace '','\\') }"
]
},
"bin": "1Password.exe",
Expand Down
52 changes: 26 additions & 26 deletions bucket/2048Portable.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"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"
"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"
}
52 changes: 26 additions & 26 deletions bucket/2XClient.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"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"
"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"
}
52 changes: 26 additions & 26 deletions bucket/360Chrome.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"homepage": "https://browser.360.cn/ee/",
"description": "360极速浏览器最初是由世界之窗浏览器团队基于 Chromium 内核开发的一款极速双核浏览器,支持 Chromium 及 IE 内核,提供了极速模式、兼容模式、IE模式三种浏览模式。",
"version": "13.5.1060.0",
"url": "http://down.360safe.com/cse/360cse_13.5.1060.0.exe#/dl.7z",
"hash": "5b60b597f94732d8fc707144d5572a0709d6739ad0583406166c6d7756f1a95f",
"installer": {
"script": [
"Expand-7ZipArchive \"$dir\\chrome.7z\" \"$dir\" -Removal",
"Move-Item \"$dir\\Chrome-bin\\*\" \"$dir\" -Force",
"Remove-Item \"$dir\\Chrome-bin\" -Force -Recurse"
]
},
"persist": "User Data",
"checkver": {
"url": "https://browser.360.cn/ee/",
"regex": "360cse_([\\d.]+).exe"
},
"autoupdate": {
"url": "http://down.360safe.com/cse/360cse_$version.exe#/dl.7z"
},
"shortcuts": [
[
"360chrome.exe",
"360极速浏览器"
]
]
"autoupdate": {
"url": "http://down.360safe.com/cse/360cse_$version.exe#/dl.7z"
},
"checkver": {
"regex": "360cse_([\\d.]+).exe",
"url": "https://browser.360.cn/ee/"
},
"description": "360\u6781\u901f\u6d4f\u89c8\u5668\u6700\u521d\u662f\u7531\u4e16\u754c\u4e4b\u7a97\u6d4f\u89c8\u5668\u56e2\u961f\u57fa\u4e8e Chromium \u5185\u6838\u5f00\u53d1\u7684\u4e00\u6b3e\u6781\u901f\u53cc\u6838\u6d4f\u89c8\u5668\uff0c\u652f\u6301 Chromium \u53ca IE \u5185\u6838\uff0c\u63d0\u4f9b\u4e86\u6781\u901f\u6a21\u5f0f\u3001\u517c\u5bb9\u6a21\u5f0f\u3001IE\u6a21\u5f0f\u4e09\u79cd\u6d4f\u89c8\u6a21\u5f0f\u3002",
"hash": "5b60b597f94732d8fc707144d5572a0709d6739ad0583406166c6d7756f1a95f",
"homepage": "https://browser.360.cn/ee/",
"installer": {
"script": [
"Expand-7ZipArchive \"$dir\\chrome.7z\" \"$dir\" -Removal",
"Move-Item \"$dir\\Chrome-bin\\*\" \"$dir\" -Force",
"Remove-Item \"$dir\\Chrome-bin\" -Force -Recurse"
]
},
"persist": "User Data",
"shortcuts": [
[
"360chrome.exe",
"360\u6781\u901f\u6d4f\u89c8\u5668"
]
],
"url": "http://down.360safe.com/cse/360cse_13.5.1060.0.exe#/dl.7z",
"version": "13.5.1060.0"
}
40 changes: 20 additions & 20 deletions bucket/360NetRepair.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"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"
"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断网急救箱"
]
]
}
32 changes: 21 additions & 11 deletions bucket/3proxy.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
{
"version": "0.9.4",
"description": "tiny free proxy server",
"homepage": "https://github.com/3proxy/3proxy",
"license": "Apache-2.0-or-later,GPL-2.0-or-later,LGPL-2.1-or-later",
"description": "A tiny free proxy server.",
"homepage": "https://3proxy.org/",
"license": {
"identifier": "Freeware",
"url": "https://github.com/3proxy/3proxy/blob/master/copying"
},
"architecture": {
"64bit": {
"url": "https://github.com/3proxy/3proxy/releases/download/0.9.4/3proxy-0.9.4-x64.zip",
"hash": "deafc2aa4aa431f358ab1bb41103a61c028591f4fc300fbc151f3ad728e4d234"
},
"32bit": {
"url": "https://github.com/3proxy/3proxy/releases/download/0.9.4/3proxy-0.9.4.zip",
"hash": "33d5bb89c8c2f3cbc30780d5e92d21ebca7d7755970871da61e5049efc803dfe"
}
},
"bin": "bin\\3proxy.exe",
"persist": "bin\\3proxy.cfg",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-Item -Path \"$dir\" -Name \"bin64\\3proxy.cfg\" -ItemType \"File\" | Out-Null",
"}"
"if (Test-Path \"$dir\\bin64\") { Rename-Item -Path \"$dir\\bin64\" -NewName \"$dir\\bin\" }",
"if (!(Test-Path \"$persist_dir\\bin\\3proxy.cfg\")) { Copy-Item \"$dir\\cfg\\3proxy.cfg.sample\" \"$dir\\bin\\3proxy.cfg\" }"
],
"persist": "bin64\\3proxy.cfg",
"checkver": "github",
"notes": "Edit the default configuration file $dir\\bin\\3proxy.cfg before starting.",
"checkver": {
"github": "https://github.com/3proxy/3proxy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/3proxy/3proxy/releases/download/$version/3proxy-$version-x64.zip"
},
"32bit": {
"url": "https://github.com/3proxy/3proxy/releases/download/$version/3proxy-$version.zip"
}
},
"hash": {
"mode": "download"
}
}
}
68 changes: 34 additions & 34 deletions bucket/4nxci.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"version": "4.03",
"description": "4NXCI is a tool for converting XCI(NX Card Image) files to NSP",
"homepage": "https://github.com/The-4n/4NXCI",
"license": "ISC",
"architecture": {
"64bit": {
"url": [
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_GUI.zip",
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_win64.zip"
],
"hash": [
"c99f7c717a41aea4698d8a715d88751a1de546a055cdc607bb6c9a1b28276ec1",
"08b6cfd9c5af0c05f724aeed408cf3e2e99eb4e2de0cfee0ad1e2b3a16aff821"
]
},
"32bit": {
"url": [
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_GUI.zip",
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_win32.zip"
],
"hash": [
"c99f7c717a41aea4698d8a715d88751a1de546a055cdc607bb6c9a1b28276ec1",
"2c044350593a4e67b3262110767df8748a71cf6d4ecef8a0d488fb5c1a79b91b"
]
}
},
"bin": "4nxci.exe",
"shortcuts": [
[
"4nxci-GUI.exe",
"4NXCI GUI"
]
],
"checkver": "github"
"architecture": {
"32bit": {
"hash": [
"c99f7c717a41aea4698d8a715d88751a1de546a055cdc607bb6c9a1b28276ec1",
"2c044350593a4e67b3262110767df8748a71cf6d4ecef8a0d488fb5c1a79b91b"
],
"url": [
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_GUI.zip",
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_win32.zip"
]
},
"64bit": {
"hash": [
"c99f7c717a41aea4698d8a715d88751a1de546a055cdc607bb6c9a1b28276ec1",
"08b6cfd9c5af0c05f724aeed408cf3e2e99eb4e2de0cfee0ad1e2b3a16aff821"
],
"url": [
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_GUI.zip",
"https://github.com/The-4n/4NXCI/releases/download/v4.03/4nxci-v4.03_win64.zip"
]
}
},
"bin": "4nxci.exe",
"checkver": "github",
"description": "4NXCI is a tool for converting XCI(NX Card Image) files to NSP",
"homepage": "https://github.com/The-4n/4NXCI",
"license": "ISC",
"shortcuts": [
[
"4nxci-GUI.exe",
"4NXCI GUI"
]
],
"version": "4.03"
}
Loading

0 comments on commit 177650f

Please sign in to comment.