Skip to content

Commit

Permalink
Update timestamp 2023-04-03T09:24:54Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent f5548f6 commit 084c226
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 64 deletions.
56 changes: 48 additions & 8 deletions bucket/VSCodium-Portable.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
{
"version": "1.77.0.23093",
"description": "Binary releases of VS Code without MS branding/telemetry/licensing (Portable Edition).",
"homepage": "https://github.com/VSCodium/vscodium",
"version": "1.77.0.23090",
"license": "MIT",
"description": "Binary releases of VS Code without MS branding/telemetry/licensing (Portable Edition).",
"architecture": {
"64bit": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/github-release/VSCodium/vscodium/LatestRelease/VSCodium-win32-x64-1.77.0.23090.zip",
"hash": "d8da85cbfa8568f177d943d755225e66c694a49bf058b2c82e1485a41961203c"
"url": [
"https://github.com/VSCodium/vscodium/releases/download/1.77.0.23093/VSCodium-win32-x64-1.77.0.23093.zip",
"https://raw.githubusercontent.com/ScoopInstaller/Extras/master/scripts/vscode/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Extras/master/scripts/vscode/uninstall-context.reg"
],
"hash": [
"15ebc35cb573745a0a999bc40cd68d6ddd145a3b9929f2ceedcb633dcc43c46d",
"8ef94c82319b69754bdae0099af266d184d179a37af8b8beb11334c6ab639752",
"df2a5162e72e2518e2b75b4337c8e7b46c136554872af90fa0de1cf6ebef376f"
]
},
"32bit": {
"url": [
"https://github.com/VSCodium/vscodium/releases/download/1.77.0.23093/VSCodium-win32-ia32-1.77.0.23093.zip",
"https://raw.githubusercontent.com/ScoopInstaller/Extras/master/scripts/vscode/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Extras/master/scripts/vscode/uninstall-context.reg"
],
"hash": [
"ac8aefccabd59acc17263aed79bc8caf0e37c45a3ae603fff744cdc052ec2d10",
"8ef94c82319b69754bdae0099af266d184d179a37af8b8beb11334c6ab639752",
"df2a5162e72e2518e2b75b4337c8e7b46c136554872af90fa0de1cf6ebef376f"
]
}
},
"notes": "Add VSCodium Portable as a context menu option by running: \"$dir\\vscodium-install-context.reg\"",
Expand All @@ -17,16 +37,36 @@
"VSCodium"
]
],
"post_install": [
"if (Test-Path \"$dir\\vscodium-install-context.reg\") {",
" $codepath = \"$dir\\VSCodium.exe\".Replace('\\', '\\\\')",
" $content = Get-Content \"$dir\\vscodium-install-context.reg\"",
" $content = $content.Replace('$code', $codepath)",
" $content = $content.Replace('Code', 'VSCodium')",
" if ($global) {",
" $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE')",
" }",
" $content | Set-Content -Path \"$dir\\vscodium-install-context.reg\"",
"}",
"if (Test-Path \"$dir\\vscodium-uninstall-context.reg\") {",
" $content = Get-Content \"$dir\\vscodium-uninstall-context.reg\"",
" $content = $content.Replace('Code', 'VSCodium')",
" if ($global) {",
" $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE')",
" }",
" $content | Set-Content -Path \"$dir\\vscodium-uninstall-context.reg\"",
"}"
],
"persist": "data",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirrors.tuna.tsinghua.edu.cn/github-release/VSCodium/vscodium/LatestRelease/VSCodium-win32-x64-$version.zip"
"url": "https://github.com/VSCodium/vscodium/releases/download/$version/VSCodium-win32-x64-$version.zip"
},
"32bit": {
"url": "https://github.com/VSCodium/vscodium/releases/download/$version/VSCodium-win32-ia32-$version.zip"
}
},
"hash": {
"url": "https://github.com/VSCodium/vscodium/releases/download/$version/VSCodium-win32-x64-$version.zip.sha256"
}
}
}
6 changes: 3 additions & 3 deletions bucket/WebStorm-portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"description": "WebStorm. Cross-Platform, Smart JavaScript IDE by JetBrains.",
"extract_to": "IDE",
"hash": [
"987466890842531b301b907c79b9fe02a13cdbd265407603480b051d5d83e31a",
"a9e9024d5373020dc749510b576ee1fc4226240cbc8bf4de128874dd45f06e3c",
"2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8"
],
"homepage": "https://www.jetbrains.com/webstorm/",
Expand All @@ -59,8 +59,8 @@
"profile"
],
"url": [
"https://download.jetbrains.com/webstorm/WebStorm-2022.3.4.exe#/cosi.7z",
"https://download.jetbrains.com/webstorm/WebStorm-2023.1.exe#/cosi.7z",
"https://raw.githubusercontent.com/Ash258/Scoop-JetBrains/main/scripts/portable.ps1"
],
"version": "2022.3.4-223.8836.50"
"version": "2023.1-231.8109.174"
}
15 changes: 8 additions & 7 deletions bucket/emacs-master.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json",
"$schema": "https://ghproxy.com/https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json",
"homepage": "https://github.com/Trisk3lion/emacs-build",
"license": "GPLv3",
"version": "0.230301.68cc286c0",
"url": "https://github.com/Trisk3lion/emacs-build/releases/download/v0.230301.68cc286c0/emacs-master-x86_64-full.zip",
"hash": "426f004b16fe4cdb97c72ff1519cbfaef8742e997c629c3cf78458d0a3c3f01d",
"version": "0.230401.6523359df",
"url": "https://ghproxy.com/https://github.com/Trisk3lion/emacs-build/releases/download/v0.230401.6523359df/emacs-master-x86_64-full.zip",
"hash": "a73c36dde2da169639580fcd9a6e229e683ae3ea2e0e96eff396f7ca20896aef",
"bin": [
"bin\\runemacs.exe",
"bin\\emacs.exe",
Expand All @@ -22,7 +22,7 @@
"re": "tag/v([\\d\\w.-]+)"
},
"autoupdate": {
"url": "https://github.com/Trisk3lion/emacs-build/releases/download/v$version/emacs-master-x86_64-full.zip"
"url": "https://ghproxy.com/https://github.com/Trisk3lion/emacs-build/releases/download/v$version/emacs-master-x86_64-full.zip"
},
"shortcuts": [
[
Expand All @@ -44,10 +44,11 @@
"Emacs Debug",
"--debug-init"
],
[
[
"bin\\runemacs.exe",
"Emacs Q",
"-Q"
]
]
],
"_from": "okibcn/ScoopMaster"
}
6 changes: 3 additions & 3 deletions bucket/envyupdate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "2.17",
"version": "2.18",
"description": "EnvyUpdate is a small driver update checker for NVIDIA GPUs",
"homepage": "https://github.com/fyr77/EnvyUpdate",
"license": "MIT",
"changelog": "https://github.com/fyr77/EnvyUpdate/releases",
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/2.17/EnvyUpdate.zip",
"hash": "cdfd7886234a000c58d898f48008aa6744f2fef286c0cb1c49d798bb089b55a0",
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/2.18/EnvyUpdate.zip",
"hash": "3a2bdb012eb8cea56f30e11bb2f0dc956332b0a0c4814e014d70bd06ffe8a344",
"shortcuts": [
[
"EnvyUpdate.exe",
Expand Down
10 changes: 5 additions & 5 deletions bucket/firefox-nightly-zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "113.0a1.20230401210031",
"version": "113.0a1.20230402214746",
"description": "Nightly builds of Firefox: the popular open source web browser.",
"homepage": "https://www.mozilla.org/zh-CN/firefox/nightly/",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/2023/04/2023-04-01-21-00-31-mozilla-central-l10n/firefox-113.0a1.zh-CN.win64.installer.exe#/firefox.7z",
"hash": "sha512:3e40342fbcf3b90efe4f3fabbec196d45e45767d8dcd4825a0deab6c9794477242103c0b53dba57bbbcf14ec81eacd4c84505d7bbdf7942b927143badcd2764a"
"url": "https://archive.mozilla.org/pub/firefox/nightly/2023/04/2023-04-02-21-47-46-mozilla-central-l10n/firefox-113.0a1.zh-CN.win64.installer.exe#/firefox.7z",
"hash": "sha512:b33e2eb6f74375703b6607c57247153a882866f472b0a3b3643bcdd6b53fffa3f517465757d8df85822069b0d46b9e2320073d19fb6476beef49e8a0e5e1cac7"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/2023/04/2023-04-01-21-00-31-mozilla-central-l10n/firefox-113.0a1.zh-CN.win32.installer.exe#/firefox.7z",
"hash": "sha512:ca9bba94f755eb86e9118c93e377d404bbbb0df886a1b79c56b636c2b946c3af89ad0d4c4b77bc73521f824e110b1c97dc23853ab6cb4e47c95c511b75296227"
"url": "https://archive.mozilla.org/pub/firefox/nightly/2023/04/2023-04-02-21-47-46-mozilla-central-l10n/firefox-113.0a1.zh-CN.win32.installer.exe#/firefox.7z",
"hash": "sha512:6c2454cd9d892f1b877b971330713fa0e1e3b83bffb20ddc7e75f21f1af1a5af12753c2706d6d5bb468059617f6f64d7cff8bc645dd4d197d77c6e07854c3415"
}
},
"extract_dir": "core",
Expand Down
6 changes: 3 additions & 3 deletions bucket/ghidra-beta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"homepage": "https://ghidra-sre.org/",
"description": "Ghidra (stable branch)",
"version": "stable-10.2.3-DEV-20230402",
"version": "stable-10.2.3-DEV-20230403",
"license": "Apache-2.0",
"hash": "d74c812c59460db748e69af5cd063061fe14588a13a24a7573c5a92f83d92905",
"url": "https://github.com/NyaMisty/ghidra-builder/releases/download/GhidraNightlyBuild-2023-04-02/Ghidra_stable_windows-latest_ghidra_10.2.3_DEV_20230402_win_x86_64.zip",
"hash": "21cc10fd4265a1ad346341126ef94e7d902730013d9f37a87ebd3bac4bfb8adb",
"url": "https://github.com/NyaMisty/ghidra-builder/releases/download/GhidraNightlyBuild-2023-04-03/Ghidra_stable_windows-latest_ghidra_10.2.3_DEV_20230403_win_x86_64.zip",
"extract_dir": "ghidra_10.2.3_DEV",
"bin": [
[
Expand Down
6 changes: 3 additions & 3 deletions bucket/ghidra-nightly.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"homepage": "https://ghidra-sre.org/",
"description": "Ghidra (dev branch)",
"version": "dev-10.3-DEV-20230402",
"version": "dev-10.3-DEV-20230403",
"license": "Apache-2.0",
"hash": "ffddc76990f71f815e7fae4da6d9e3d2b719c7bc3cf9c132919b9b8be11214a0",
"url": "https://github.com/NyaMisty/ghidra-builder/releases/download/GhidraNightlyBuild-2023-04-02/Ghidra_dev_windows-latest_ghidra_10.3_DEV_20230402_win_x86_64.zip",
"hash": "d99812d1d8ac08f840eef7716d774607260ff1705edaa75d69a5bd4d579db796",
"url": "https://github.com/NyaMisty/ghidra-builder/releases/download/GhidraNightlyBuild-2023-04-03/Ghidra_dev_windows-latest_ghidra_10.3_DEV_20230403_win_x86_64.zip",
"extract_dir": "ghidra_10.3_DEV",
"bin": [
[
Expand Down
2 changes: 1 addition & 1 deletion bucket/gptcommit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.5",
"version": "0.5.6",
"description": "",
"homepage": "https://github.com/zurawiki/gptcommit",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions bucket/meilisearch.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.0.2",
"version": "1.1.0",
"description": "A powerful, fast, open-source, easy to use and deploy search engine.",
"homepage": "https://www.meilisearch.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/meilisearch/meilisearch/releases/download/v1.0.2/meilisearch-windows-amd64.exe#/meilisearch.exe",
"hash": "07d04d16be86941d2033c2ea4fd203f6bac4b904d9900c6ed019d377d7d38350"
"url": "https://github.com/meilisearch/meilisearch/releases/download/v1.1.0/meilisearch-windows-amd64.exe#/meilisearch.exe",
"hash": "3b501afffced902a0bac9d26bfc1ec14dc2dd9c937368e1d517f1cfcbe4deebb"
}
},
"bin": "meilisearch.exe",
Expand Down
4 changes: 2 additions & 2 deletions bucket/moneydance-dev.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"homepage": "https://moneydance.com",
"version": "2023.1.5006",
"version": "2023.2.5007",
"description": "Moneydance is easy to use personal finance software that is loaded with all the features you need",
"license": "Commercial",
"url": "https://infinitekind.com/previewdl/current/Moneydance_windows_amd64.exe",
"hash": "d09df9083c209d6b9c4f5257622e7b598366e424293c9ae783479c2660e6f696",
"hash": "056982f6af3ead479b0a1ed0e8aed3b223d6c4659d6aca923a4c542bc5833976",
"autoupdate": {
"url": "https://infinitekind.com/previewdl/current/Moneydance_windows_amd64.exe"
},
Expand Down
6 changes: 3 additions & 3 deletions bucket/rcc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "13.0.1",
"version": "13.9.2",
"description": "Allows you to create, manage, and distribute Python-based self-contained automation packages.",
"homepage": "https://robocorp.com/docs/rcc/overview",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.robocorp.com/rcc/releases/v13.0.1/windows64/rcc.exe",
"hash": "03b86c0a8e6f493ec413182ce8c4d14d88d84882e9c17316fe710d84b677b19a"
"url": "https://downloads.robocorp.com/rcc/releases/v13.9.2/windows64/rcc.exe",
"hash": "8726512e322661ea717cfa52fa14f993aea933e53b9480c8f475e65461bc7231"
}
},
"bin": "rcc.exe",
Expand Down
6 changes: 3 additions & 3 deletions bucket/rssguard-nightly.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "devbuild-2154e995",
"version": "devbuild-287e1dac",
"description": "(Development Builds) A simple, light and easy-to-use RSS/ATOM feed aggregator developed using Qt framework which supports online feed synchronization.",
"homepage": "https://github.com/martinrotter/rssguard/releases/tag/devbuild",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/martinrotter/rssguard/releases/download/devbuild/rssguard-devbuild-2154e995-win10.7z",
"hash": "b42e2e5dacfb340b4e063a4b9c3c1f7686b4ac117003ec78d7fae0fd4a919d1e"
"url": "https://github.com/martinrotter/rssguard/releases/download/devbuild/rssguard-devbuild-287e1dac-win10.7z",
"hash": "5e9ef74adb6f4ea8b2b2880ca8e270585de18cad3a6ee8b7b134ca5f34d308e7"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\data4\\\")) { New-Item -Path \"$dir\\data4\\\" -ItemType Directory | Out-Null }",
Expand Down
6 changes: 3 additions & 3 deletions bucket/surrealdb.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.9-20230402",
"homepage": "https://surrealdb.com/",
"description": "A scalable, distributed, collaborative, document-graph database, for the realtime web.",
"license": "BUSL-1.1|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://download.surrealdb.com/v1.0.0-beta.9/surreal-v1.0.0-beta.9.windows-amd64.exe#/surreal.exe",
"hash": "f04e7c40ad5daec6d98465858ee1111ee06ee89b45508eee402c06c94168e8fe"
"url": "https://download.surrealdb.com/v1.0.0-beta.9-20230402/surreal-v1.0.0-beta.9-20230402.windows-amd64.exe#/surreal.exe",
"hash": "99b2068b3272a39dcff6c4f979157ad77f98eaa1383e9612cce317a7a1a9ef20"
}
},
"bin": "surreal.exe",
Expand Down
10 changes: 5 additions & 5 deletions bucket/vscodium-portable-no-context.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"homepage": "https://github.com/VSCodium/vscodium",
"version": "1.77.0.23090",
"version": "1.77.0.23093",
"license": "MIT",
"description": "Binary releases of VS Code without MS branding/telemetry/licensing (Portable Edition w/o context menu installer).",
"architecture": {
"64bit": {
"url": "https://github.com/VSCodium/vscodium/releases/download/1.77.0.23090/VSCodium-win32-x64-1.77.0.23090.zip",
"hash": "d8da85cbfa8568f177d943d755225e66c694a49bf058b2c82e1485a41961203c"
"url": "https://github.com/VSCodium/vscodium/releases/download/1.77.0.23093/VSCodium-win32-x64-1.77.0.23093.zip",
"hash": "15ebc35cb573745a0a999bc40cd68d6ddd145a3b9929f2ceedcb633dcc43c46d"
},
"32bit": {
"url": "https://github.com/VSCodium/vscodium/releases/download/1.77.0.23090/VSCodium-win32-ia32-1.77.0.23090.zip",
"hash": "7a2ab2e89d67161808dc09caf0dcf5cbece1657393e5eb738eb024530611053f"
"url": "https://github.com/VSCodium/vscodium/releases/download/1.77.0.23093/VSCodium-win32-ia32-1.77.0.23093.zip",
"hash": "ac8aefccabd59acc17263aed79bc8caf0e37c45a3ae603fff744cdc052ec2d10"
}
},
"bin": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/wireshark-nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0rc0-2071-g3cfbbc867c97",
"version": "4.1.0rc0-2073-gee314ace8ae2",
"description": "A network protocol analyzer that lets you see what’s happening on your network at a microscopic level.",
"homepage": "https://www.wireshark.org/",
"license": "GPL-2.0-or-later",
Expand All @@ -11,8 +11,8 @@
"suggest": {
"Nmap (includes Npcap)": "nmap"
},
"url": "https://www.wireshark.org/download/automated/win64/WiresharkPortable64_4.1.0rc0-2071-g3cfbbc867c97.paf.exe#/dl.7z",
"hash": "fe2c9c9b3d80dcb37b9f5d622726fe8a3a799c1e9680ed3998dc4889d8f22171",
"url": "https://www.wireshark.org/download/automated/win64/WiresharkPortable64_4.1.0rc0-2073-gee314ace8ae2.paf.exe#/dl.7z",
"hash": "0ed9a2d9e7505914e89ce028c6a4b21f8f26a74317047cd7516cc1b64ebb9eb2",
"bin": [
"App\\Wireshark\\capinfos.exe",
"App\\Wireshark\\captype.exe",
Expand Down
18 changes: 9 additions & 9 deletions stats.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"badBuckets": 12,
"date": "2023-04-03T09:24:54Z",
"appsDeleted": 0,
"badManifests": 14,
"totalDownloads": 1559,
"appsUpdated": 15,
"apps": 17578,
"buckets": 1389,
"manifests": 80770,
"totalBuckets": 1401,
"date": "2023-04-03T08:52:59Z",
"prevDate": "2023-04-03T08:29:39Z",
"badManifests": 14,
"appsDeleted": 0,
"appsUpdated": 1366,
"appsNew": 0,
"totalBuckets": 1401,
"downloads": 0,
"badBuckets": 12,
"totalDownloads": 1559
"prevDate": "2023-04-03T08:52:59Z",
"manifests": 80770
}

0 comments on commit 084c226

Please sign in to comment.