Skip to content

Commit

Permalink
Update timestamp 2023-04-03T07:23:19Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent 318b9ec commit dc47324
Show file tree
Hide file tree
Showing 1,762 changed files with 38,933 additions and 38,610 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 **80769** manifests.
- The database indexes **80770** manifests.
- The harvester gathers data from **1389** buckets.
- The Bucket provides last versions for all the **17578** apps.

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 @@
{
"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"
}
40 changes: 20 additions & 20 deletions bucket/360NetRepair.json
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"
}
70 changes: 35 additions & 35 deletions bucket/360chrome-portable.json
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"
}
70 changes: 35 additions & 35 deletions bucket/360zip.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"autoupdate": {
"hash": {
"mode": "extract",
"regex": "$sha256\\s+$basename",
"url": "https://scoop-apps.vercel.app/qiuquan"
},
"url": "https://pan.jiemi.workers.dev/?file=/scoop/qiuquan/$matchFile#/installer.exe"
},
"bin": "360zip.exe",
"checkver": {
"regex": "(?<file>360ZIP_([\\d.]+)_QiuQuan\\.exe)",
"url": "https://scoop-apps.vercel.app/qiuquan"
},
"depends": "sudo",
"description": "360 \u538b\u7f29(\u652f\u6301\u538b\u7f29\u5305\u5185\u8fde\u7eed\u770b\u56fe) - qiuquan \u53bb\u5e7f\u544a\u7cbe\u7b80\u7248",
"hash": "431e67a8936569b0d504a4eed480c7042e7b776dfc6dce4a9599e0b8b885adb5",
"homepage": "https://yasuo.360.cn",
"installer": {
"script": "sudo Start-Process \"$dir\\installer.exe\" -WorkingDirectory \"$dir\" -ArgumentList \"/DIR=$dir,/SILENT\" -Wait"
},
"license": {
"identifier": "Freeware"
},
"notes": "Intro: <http://www.qiuquan.cc/compress/360zip.html>",
"shortcuts": [
[
"360zip.exe",
"360zip"
]
],
"uninstaller": {
"script": "sudo Start-Process \"$dir\\UninsFile\\unins000.exe\" -WorkingDirectory \"$dir\" -ArgumentList \"/SILENT\" -Wait"
},
"url": "https://pan.jiemi.workers.dev/?file=/scoop/qiuquan/360ZIP_4.0.0.1410_QiuQuan.exe#/installer.exe",
"version": "4.0.0.1410"
"version": "4.0.0.1410",
"description": "360 压缩(支持压缩包内连续看图) - qiuquan 去广告精简版",
"homepage": "https://yasuo.360.cn",
"license": {
"identifier": "Freeware"
},
"notes": "Intro: <http://www.qiuquan.cc/compress/360zip.html>",
"depends": "sudo",
"url": "https://pan.jiemi.workers.dev/?file=/scoop/qiuquan/360ZIP_4.0.0.1410_QiuQuan.exe#/installer.exe",
"hash": "431e67a8936569b0d504a4eed480c7042e7b776dfc6dce4a9599e0b8b885adb5",
"installer": {
"script": "sudo Start-Process \"$dir\\installer.exe\" -WorkingDirectory \"$dir\" -ArgumentList \"/DIR=$dir,/SILENT\" -Wait"
},
"uninstaller": {
"script": "sudo Start-Process \"$dir\\UninsFile\\unins000.exe\" -WorkingDirectory \"$dir\" -ArgumentList \"/SILENT\" -Wait"
},
"bin": "360zip.exe",
"shortcuts": [
[
"360zip.exe",
"360zip"
]
],
"checkver": {
"url": "https://scoop-apps.vercel.app/qiuquan",
"regex": "(?<file>360ZIP_([\\d.]+)_QiuQuan\\.exe)"
},
"autoupdate": {
"url": "https://pan.jiemi.workers.dev/?file=/scoop/qiuquan/$matchFile#/installer.exe",
"hash": {
"url": "https://scoop-apps.vercel.app/qiuquan",
"mode": "extract",
"regex": "$sha256\\s+$basename"
}
}
}
30 changes: 15 additions & 15 deletions bucket/3dstool.json
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"
}
6 changes: 4 additions & 2 deletions bucket/64gram.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Unofficial Telegram Desktop with some enhancements.",
"homepage": "https://64gr.am",
"license": {
"identifier": "GPL-3.0-with-OpenSSL-exception",
"identifier": "GPL-3.0-openssl-exception",
"url": "https://github.com/TDesktop-x64/tdesktop/blob/dev/LICENSE"
},
"architecture": {
Expand All @@ -12,7 +12,8 @@
"hash": "34c4781391ddd5d7be64a49f3b365e820b42ddd8b082275fab6932640bd56a42"
}
},
"persist": "tdata",
"pre_install": "if (Test-Path \"$persist_dir\\log.txt\") { Copy-Item \"$persist_dir\\log.txt\" \"$dir\\\" }",
"pre_uninstall": "if (Test-Path \"$dir\\log.txt\") { Copy-Item \"$dir\\log.txt\" \"$persist_dir\\\" }",
"bin": [
[
"Telegram.exe",
Expand All @@ -25,6 +26,7 @@
"64Gram"
]
],
"persist": "tdata",
"checkver": {
"github": "https://github.com/TDesktop-x64/tdesktop"
},
Expand Down
54 changes: 27 additions & 27 deletions bucket/7zip-extra.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"architecture": {
"32bit": {
"installer": {
"script": "Remove-Item \"$dir\\x64\", \"$dir\\Far\", \"$dir\\history.txt\", \"$dir\\License.txt\", \"$dir\\readme.txt\" -Force -Recurse"
}
},
"64bit": {
"extract_dir": "x64"
}
},
"autoupdate": {
"url": "https://www.7-zip.org/a/7z$cleanVersion-extra.7z"
},
"bin": "7za.exe",
"checkver": {
"regex": "a/7z([\\d.]+)-extra\\.7z",
"url": "https://www.7-zip.org/download.html"
},
"description": "Standalone console version of 7-Zip (7za.exe & DLLs)",
"hash": "fb776489799cd5ca0e151830cf2e6a9819c5c16c8e7571ff706aeeee07da2883",
"homepage": "https://www.7-zip.org/",
"license": {
"identifier": "Freeware,LGPL-2.0-only,BSD-3-Clause",
"url": "https://www.7-zip.org/license.txt"
},
"url": "https://www.7-zip.org/a/7z2201-extra.7z",
"version": "2201"
"version": "2201",
"homepage": "https://www.7-zip.org/",
"description": "Standalone console version of 7-Zip (7za.exe & DLLs)",
"license": {
"identifier": "Freeware,LGPL-2.0-only,BSD-3-Clause",
"url": "https://www.7-zip.org/license.txt"
},
"url": "https://www.7-zip.org/a/7z2201-extra.7z",
"hash": "fb776489799cd5ca0e151830cf2e6a9819c5c16c8e7571ff706aeeee07da2883",
"architecture": {
"64bit": {
"extract_dir": "x64"
},
"32bit": {
"installer": {
"script": "Remove-Item \"$dir\\x64\", \"$dir\\Far\", \"$dir\\history.txt\", \"$dir\\License.txt\", \"$dir\\readme.txt\" -Force -Recurse"
}
}
},
"bin": "7za.exe",
"checkver": {
"url": "https://www.7-zip.org/download.html",
"regex": "a/7z([\\d.]+)-extra\\.7z"
},
"autoupdate": {
"url": "https://www.7-zip.org/a/7z$cleanVersion-extra.7z"
}
}
Loading

0 comments on commit dc47324

Please sign in to comment.