Skip to content

Commit

Permalink
Update timestamp 2023-04-03T18:38:18Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent b8f1eee commit c7d16ac
Show file tree
Hide file tree
Showing 1,771 changed files with 38,470 additions and 38,885 deletions.
2 changes: 1 addition & 1 deletion ActiveBuckets
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ https://github.com/matijabozic/scoop-bucket
https://github.com/matthewjberger/scoop-nerd-fonts
https://github.com/matthiasng/scoop-bucket
https://github.com/mattia72/scoop
https://github.com/mattkang/scoop-bucket
https://github.com/MattKang/scoop-bucket
https://github.com/mattkang/scoop-bucket
https://github.com/maver1ck/scoop-bucket
https://github.com/mberwanger/scoop-bucket
https://github.com/mbl-35/scoop-srsrns
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ____

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 **80774** manifests.
- The harvester gathers data from **1390** buckets.
- The Bucket provides last versions for all the **17579** apps.
- The database indexes **80664** manifests.
- The harvester gathers data from **1370** buckets.
- The Bucket provides last versions for all the **17575** apps.

The system uses the platform in two ways:
</br>
Expand Down
1 change: 0 additions & 1 deletion bucket/115.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"version": "2.0.3.6",
"description": "提供文件、通讯录、相册、我听等一系列智能高效的数据存储、记录管理服务",
"homepage": "https://pc.115.com/",
"from": "echo-scoop",
"license": "BSD-3-Clause",
"url": "https://down.115.com/client/115pc/win/115pc_2.0.3.6.exe#/dl.7z",
"installer": {
Expand Down
28 changes: 14 additions & 14 deletions bucket/163musiclyrics.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"version": "5.9",
"description": "Windows 云音乐歌词获取【网易云、QQ音乐】",
"homepage": "https://github.com/jitwxs/163MusicLyrics/",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/jitwxs/163MusicLyrics/blob/master/LICENSE"
"description": "NetEase cloud music lyrics downloader for Windows",
"homepage": "https://github.com/jitwxs/163MusicLyrics",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v5.9/v5.9-green.zip",
"hash": "41a1bf2179d90716b3c265a47de4951f12f99afc067ae06189b6d8eae965599a"
}
},
"notes": [
" - Guide: <https://github.com/jitwxs/163MusicLyrics/wiki/3.x-Guide>",
" - ChangeLog: <https://github.com/jitwxs/163MusicLyrics/wiki/ChangeLog>"
],
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v5.9/v5.9-green.zip",
"hash": "41a1bf2179d90716b3c265a47de4951f12f99afc067ae06189b6d8eae965599a",
"bin": "MusicLyricApp.exe",
"shortcuts": [
[
"MusicLyricApp.exe",
"MusicLyricApp"
"Music Lyric"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v$version/v$version-green.zip"
"architecture": {
"64bit": {
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v$version/v$version-green.zip"
}
}
}
}
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 ** | ForEach-Object { Move-Item -Path $_ -Destination $($_.Name -replace '','\\') }"
"Get-ChildItem \"$dir\" | ForEach-Object { if ($_.Name -match '[^\\x00-\\x7F]') { Move-Item -Path $_.FullName -Destination $($_.FullName -replace '[^\\x00-\\x7F]','\\') } }"
]
},
"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 @@
{
"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"
"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极速浏览器"
]
]
}
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断网急救箱"
]
]
}
25 changes: 10 additions & 15 deletions bucket/3dstool.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"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"
"homepage": "https://github.com/dnasdw/3dstool",
"description": "An all-in-one tool for extracting/creating 3ds roms.",
"version": "1.2.6",
"url": "https://github.com/dnasdw/3dstool/releases/download/v1.2.6/3dstool.zip",
"hash": "481e20f445eb2f0f506d0d88cd750385bc8377670d681d6f66f584a176027806",
"bin": "3dstool.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/dnasdw/3dstool/releases/download/v$version/3dstool.zip"
}
}
52 changes: 26 additions & 26 deletions bucket/4stAttackPortable.json
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/4st-attack-portable"
},
"url": "https://downloads.sourceforge.net/portableapps/4stAttackPortable_$version_English.paf.exe"
},
"bin": "4stAttackPortable.exe",
"checkver": {
"re": "Version \\s+([\\w\\.]* for Win",
"url": "https://portableapps.com/apps/games/4st-attack-portable"
},
"description": "4-in-a-row puzzle game",
"hash": "md5:61c5412df601fa0805cad873ba216083",
"homepage": "https://portableapps.com/apps/games/4st-attack-portable",
"license": "",
"persist": "Data",
"post_install": "Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"shortcuts": [
[
"4stAttackPortable.exe",
"4stAttackPortable"
]
],
"url": "https://downloads.sourceforge.net/portableapps/4stAttackPortable_2.0_English.paf.exe#/dl.7z",
"version": "2.0"
"homepage": "https://portableapps.com/apps/games/4st-attack-portable",
"description": "4-in-a-row puzzle game",
"version": "2.0",
"license": "",
"url": "https://downloads.sourceforge.net/portableapps/4stAttackPortable_2.0_English.paf.exe#/dl.7z",
"hash": "md5:61c5412df601fa0805cad873ba216083",
"bin": "4stAttackPortable.exe",
"shortcuts": [
[
"4stAttackPortable.exe",
"4stAttackPortable"
]
],
"persist": "Data",
"checkver": {
"url": "https://portableapps.com/apps/games/4st-attack-portable",
"re": "Version \\s+([\\w\\.]* for Win"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/portableapps/4stAttackPortable_$version_English.paf.exe",
"hash": {
"url": "https://portableapps.com/apps/games/4st-attack-portable",
"regex": "MD5 Hash: +[\\w]{32}"
}
},
"post_install": "Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
}
Loading

0 comments on commit c7d16ac

Please sign in to comment.