Skip to content

Commit

Permalink
Update Fri Mar 8 04:38:52 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 8, 2024
1 parent 279fb3b commit a53de66
Show file tree
Hide file tree
Showing 602 changed files with 14,268 additions and 1,358 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps
- ViCrack/scoop-bucket
- akirco/aki-apps
- TheRandomLabs/Scoop-Python
- naderi/scoop-bucket
- jonz94/scoop-sarasa-nerd-fonts
- charmbracelet/scoop-bucket
- DoveBoy/Apps
Expand Down
361 changes: 346 additions & 15 deletions app-contributor-list.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bucket.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ niheaven/scoop-sysinternals
ViCrack/scoop-bucket
akirco/aki-apps
TheRandomLabs/Scoop-Python
naderi/scoop-bucket
jonz94/scoop-sarasa-nerd-fonts
charmbracelet/scoop-bucket
DoveBoy/Apps
Expand Down
10 changes: 5 additions & 5 deletions bucket/010editor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "14.0",
"version": "14.0.1",
"description": "Professional text and hex editor with Binary Templates technology.",
"homepage": "https://www.sweetscape.com/010editor/",
"license": {
Expand All @@ -9,13 +9,13 @@
"notes": "This is a free 30-day trial version. Please buy a copy of it for furthur evaluation.",
"architecture": {
"64bit": {
"url": "https://download.sweetscape.com/010EditorWin64Portable14.0.zip",
"hash": "b54bbce7fb4cf407e712075ee76d4eba639da14b96301c8bef2284aa9d4b92d1",
"url": "https://download.sweetscape.com/010EditorWin64Portable14.0.1.zip",
"hash": "b11077642de4029509cd84b7d2c28481690e901c5f3d8ddd09d19ca7901e3a64",
"extract_dir": "010EditorWin64Portable"
},
"32bit": {
"url": "https://download.sweetscape.com/010EditorWin32Portable14.0.zip",
"hash": "9698ae6eecd6a80e303ef6147a55e971fe091c8f5ece263f9cf4df3bb851ed9b",
"url": "https://download.sweetscape.com/010EditorWin32Portable14.0.1.zip",
"hash": "ff7bcbcca9682f2d96406bbbd453bbe410667374274e19f52b1d243a8823fb30",
"extract_dir": "010EditorWin32Portable"
}
},
Expand Down
4 changes: 2 additions & 2 deletions bucket/10x-np.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.131",
"version": "1.0.134",
"homepage": "https://www.10xeditor.com/index.htm",
"description": "A fast performing, feature packed C++ editor/IDE.",
"license": {
Expand All @@ -9,7 +9,7 @@
"architecture": {
"64bit": {
"url": "https://www.puredevsoftware.com/download.php?file=10xInstaller.exe#/setup.exe",
"hash": "e6df72311f653ae610e763c3875127cc9242070e4c9f55a3dc0f3f197497d584"
"hash": "c55f8da3fbc66ab01a476949af23123ed49752dee1ea5a0e368f12af089a8dfa"
}
},
"pre_install": [
Expand Down
27 changes: 27 additions & 0 deletions bucket/1by1_naderi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "2.07",
"homepage": "https://mpesch3.de/1by1.html",
"description": "Directory Player: directly plays folder contents.",
"license": "freeware",
"url": "https://mpesch3.de/1by1_207.exe#/dl.7z",
"hash": "8f50e641dd298d46ae9a84bccc22feec89734c5a54ff07b90ccd49df1ff9fad3",
"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.]+)"
},
"autoupdate": {
"url": "https://mpesch3.de/1by1_$cleanVersion.exe#/dl.7z",
"hash": {
"url": "https://www.fosshub.com/1by1.html",
"regex": "(?sm)$basename.*?\"sha256\":\"$sha256\""
}
}
}
29 changes: 29 additions & 0 deletions bucket/7zip-extra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "2401",
"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/7z2401-extra.7z",
"hash": "0fc950a55963d2a4ac8ce4354dc981e7d0c948c339e6565b7ae7f4395883367e",
"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"
}
}
40 changes: 40 additions & 0 deletions bucket/7zip-lzma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "2301",
"homepage": "https://7-zip.de/sdk.html",
"description": "The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression.",
"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/lzma2301.7z",
"hash": "317dd834d6bbfd95433488b832e823cd3d4d420101436422c03af88507dd1370",
"architecture": {
"64bit": {
"extract_dir": "bin",
"installer": {
"script": [
"Move-Item \"$dir\\x64\\7zr.exe\" \"$dir\\7zr.exe\" -Force",
"Remove-Item \"$dir\\x64\", \"$dir\\installer\" -Force -Recurse"
]
}
},
"32bit": {
"extract_dir": "bin",
"installer": {
"script": "Remove-Item \"$dir\\x64\", \"$dir\\installer\" -Force -Recurse"
}
}
},
"bin": [
"7zdec.exe",
"7zr.exe",
"lzma.exe"
],
"checkver": {
"url": "https://www.7-zip.org/download.html",
"regex": "a/lzma([\\d.]+)\\.7z"
},
"autoupdate": {
"url": "https://www.7-zip.org/a/lzma$cleanVersion.7z"
}
}
File renamed without changes.
6 changes: 3 additions & 3 deletions bucket/Bitwarden-Portable.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "2024.2.0",
"version": "2024.2.1",
"description": "Bitwarden. Password management solutions for individuals, teams, and business organizations",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0-or-later",
"url": "https://github.com/bitwarden/clients/releases/download/desktop-v2024.2.0/Bitwarden-Portable-2024.2.0.exe",
"hash": "ff502fc1e632173f385d437fa1e40dff5f0f8b9c56b33777fdae9beb3fdb7306",
"url": "https://github.com/bitwarden/clients/releases/download/desktop-v2024.2.1/Bitwarden-Portable-2024.2.1.exe",
"hash": "a248ce90b05fd5ac4b60e08bf7da2a782dc17464a18a3bac2a9c232c361ef54a",
"pre_install": "Rename-Item \"$dir\\Bitwarden-Portable-$version.exe\" 'Bitwarden.exe'",
"bin": "Bitwarden.exe",
"shortcuts": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/BraveBeta-Portable.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://brave.com/download-beta/",
"version": "1.64.96",
"version": "1.64.97",
"description": "Brave Beta. Secure, Fast & Private Web Browser with Adblocker (beta release)",
"license": {
"identifier": "Freeware,BSD-3-Clause,GPL-3.0-only,...",
Expand All @@ -9,8 +9,8 @@
"changelog": "",
"architecture": {
"64bit": {
"url": "https://github.com/brave/brave-browser/releases/download/v1.64.96/brave-v1.64.96-win32-x64.zip",
"hash": "dde4bcfb40c3011d9cd230178313c7e97342e742997608fc9fbc0aef3441f2db"
"url": "https://github.com/brave/brave-browser/releases/download/v1.64.97/brave-v1.64.97-win32-x64.zip",
"hash": "59ea3899c1f12e6d15fd6f9ec0aac531e83a62bee8d975cc48f1b89970f0bbf9"
}
},
"bin": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/BraveNightly-Portable.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://brave.com/download-nightly/",
"version": "1.65.62",
"version": "1.65.66",
"description": "Brave Nightly. Secure, Fast & Private Web Browser with Adblocker (nightly release)",
"license": {
"identifier": "Freeware,BSD-3-Clause,GPL-3.0-only,...",
Expand All @@ -9,8 +9,8 @@
"changelog": "",
"architecture": {
"64bit": {
"url": "https://github.com/brave/brave-browser/releases/download/v1.65.62/brave-v1.65.62-win32-x64.zip",
"hash": "c5fb1c48276919c3578fa5faf111a6b21aab19793efb9f02eabcd4c44f1cd77a"
"url": "https://github.com/brave/brave-browser/releases/download/v1.65.66/brave-v1.65.66-win32-x64.zip",
"hash": "996787d1b0a75c98c0f67f05cb6f9dba119c96149a7ac7dabb8fc1af67f57b7f"
}
},
"bin": [
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions bucket/FirefoxNightly-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "125.0a1.20240306211627",
"version": "125.0a1.20240307214615",
"description": "Firefox Nightly. Nightly builds of Firefox: the popular open source web browser.",
"homepage": "https://www.mozilla.org/en-US/firefox/nightly/",
"license": "MPL-2.0",
Expand All @@ -12,12 +12,12 @@
],
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-06-21-16-27-mozilla-central/firefox-125.0a1.en-US.win64.installer.exe#/dl.7z",
"hash": "sha512:090ec09ca69785e5df6cde2297245e7219122ad2127a39a44315fd7245229abd5202ae5b366e7cba9d69bd726d2380c651dfba545b5d1dbe26ef08e26b3eba26"
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-07-21-46-15-mozilla-central/firefox-125.0a1.en-US.win64.installer.exe#/dl.7z",
"hash": "sha512:deea43bcd43ce751ee2c9a5f2547b56f73175af00208bc56b802a509df41a44eeb993b7fae0043dfafdc04d9f59a8e1af20b855b6dcac6247f3cce8ce7043bd0"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-06-21-16-27-mozilla-central/firefox-125.0a1.en-US.win32.installer.exe#/dl.7z",
"hash": "sha512:29a5d6d8bf7ba7229a74fac0d82d2e84d46e950b7a1309a2f1cc5a149dd7936e5ac9aea18598c7b19864ba96d499b5cf17631814bd7a4a8e7a903498a144869c"
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-07-21-46-15-mozilla-central/firefox-125.0a1.en-US.win32.installer.exe#/dl.7z",
"hash": "sha512:a7071a42f1f21a5af0355c3c03801ca1150ea3d1d462ef0fcf6f954fd5e746d6a84ad0a92dc24c44f616832c384194521f6fad5949328ba818bc597d3ef249a2"
}
},
"extract_dir": "core",
Expand Down
4 changes: 2 additions & 2 deletions bucket/GitHubDesktop-Install.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "3.3.10",
"version": "3.3.11",
"description": "GitHub Desktop. Extend your GitHub workflow beyond your browser.",
"homepage": "https://desktop.github.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://central.github.com/deployments/desktop/desktop/latest/win32?format=msi#/setup.msi_",
"hash": "58e5073cb74ff093cb384d6eb1bc645a7da9cb631dc90d0a698aea397b270d83"
"hash": "f3f9c1ebdaa37c30275b8834cf936e270db921d6c24e224070a78903e589fd16"
}
},
"pre_download": "Assert-Administrator",
Expand Down
6 changes: 3 additions & 3 deletions bucket/GitHubDesktop-Portable.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "3.3.10",
"version": "3.3.11",
"description": "GitHub Desktop. Extend your GitHub workflow beyond your browser.",
"homepage": "https://desktop.github.com/",
"license": "MIT",
"changelog": "https://desktop.github.com/release-notes/",
"architecture": {
"64bit": {
"url": "https://central.github.com/deployments/desktop/desktop/latest/GitHubDesktop-3.3.10-x64-full.nupkg",
"hash": "780f7a4bef433aed05450e9080828016a0f32a528e58a02476f53ea27e2ea2a8"
"url": "https://central.github.com/deployments/desktop/desktop/latest/GitHubDesktop-3.3.11-x64-full.nupkg",
"hash": "b7f295674daab394d65141e389a0ab6eaefcb1bea0e5bb00670893455d0cff5d"
}
},
"extract_dir": "lib\\net45",
Expand Down
4 changes: 2 additions & 2 deletions bucket/GitHubDesktop-UserInstall.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "3.3.10",
"version": "3.3.11",
"description": "GitHub Desktop. Extend your GitHub workflow beyond your browser.",
"homepage": "https://desktop.github.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://central.github.com/deployments/desktop/desktop/latest/win32?format=msi#/dl.7z",
"hash": "58e5073cb74ff093cb384d6eb1bc645a7da9cb631dc90d0a698aea397b270d83"
"hash": "f3f9c1ebdaa37c30275b8834cf936e270db921d6c24e224070a78903e589fd16"
}
},
"##": [
Expand Down
10 changes: 5 additions & 5 deletions bucket/GoogleChromeBeta-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "123.0.6312.22",
"version": "123.0.6312.28",
"description": "Google Chrome Beta. Fast, secure, and free web browser, built for the modern web.",
"homepage": "https://www.google.com/chrome/beta",
"license": {
Expand All @@ -9,12 +9,12 @@
"changelog": "https://chromereleases.googleblog.com/",
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/adkqlbkpsbevwbum6bkfiflk763a_123.0.6312.22/123.0.6312.22_chrome_installer.exe#/dl.7z",
"hash": "dfe170c888cd6950bfa06962665a0ff381653b8ddf7fd989cbae85e3adc2f789"
"url": "https://dl.google.com/release2/chrome/gd3tmoamqz4g2xlgg46qkk63ky_123.0.6312.28/123.0.6312.28_chrome_installer.exe#/dl.7z",
"hash": "2def764bb2cf4f4b4f8e19b2c4f69d0bceaafe5c28b8c998dc2319e8177ca0cf"
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/acc764udvbikqsmdox4rgdygvy7q_123.0.6312.22/123.0.6312.22_chrome_installer.exe#/dl.7z",
"hash": "8ed469b6fe26ab12229954b765521279121ce67ca4ce4243988c0844c996f005"
"url": "https://dl.google.com/release2/chrome/acbcuctgfjcnlpdcpaofkysexacq_123.0.6312.28/123.0.6312.28_chrome_installer.exe#/dl.7z",
"hash": "8912cd48ec6a1aae4522322f632c7acbe8173ff50fea8d32f0431d272489b1ad"
}
},
"installer": {
Expand Down
10 changes: 5 additions & 5 deletions bucket/GoogleChromeCanary-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "124.0.6339.0",
"version": "124.0.6342.2",
"description": "Google Chrome Canary. Fast, secure, and free web browser, built for the modern web.",
"homepage": "https://www.google.com/chrome/canary",
"license": {
Expand All @@ -9,12 +9,12 @@
"changelog": "https://chromereleases.googleblog.com/",
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/ad45vtokauhplr4eiw6euctqqhqq_124.0.6339.0/124.0.6339.0_chrome_installer.exe#/dl.7z",
"hash": "905950de846ceab60429468bdb2b5e8c419b887f833c5a0de8ef912535cf0b79"
"url": "https://dl.google.com/release2/chrome/ool5yomaph4cc3xmrdfzvrrz2y_124.0.6342.2/124.0.6342.2_chrome_installer.exe#/dl.7z",
"hash": "82e57e7c709e8c6d7f71588bfd15dd1df848f4d57cf2eced9cfa5922466037ea"
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/acpyergb5eyu6c3qcnqls7r2i5uq_124.0.6339.0/124.0.6339.0_chrome_installer.exe#/dl.7z",
"hash": "722c9753f1927b2c996ca2b60421e2dbf8e615d9924de8e44e3f2ce60d97ec49"
"url": "https://dl.google.com/release2/chrome/achdbeioep4lyhll3rsaamlw3izq_124.0.6342.2/124.0.6342.2_chrome_installer.exe#/dl.7z",
"hash": "c39e437ceeccbd1b3d9ec1b512b4d516f2579f6676dc8fdd80f96ddaa3209bbb"
}
},
"installer": {
Expand Down
6 changes: 3 additions & 3 deletions bucket/Jacket-Portable.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "0.21.1956",
"version": "0.21.1960",
"description": "Jacket. API Support for your favorite torrent trackers",
"homepage": "https://github.com/Jackett/Jackett",
"license": "GPL-2.0-or-later",
"changelog": "https://github.com/Jackett/Jackett/releases",
"url": "https://github.com/Jackett/Jackett/releases/download/v0.21.1956/Jackett.Binaries.Windows.zip",
"hash": "c0cdee433b54ffb2a394d7ee4a0be340deee0c19049d12a49f2be697e2ad2653",
"url": "https://github.com/Jackett/Jackett/releases/download/v0.21.1960/Jackett.Binaries.Windows.zip",
"hash": "ad5ed77ee891433ab565e049dbb358f28f1c4e87ea2215d95dae2ea8d9622889",
"shortcuts": [
[
"Jackett\\JackettTray.exe",
Expand Down
6 changes: 3 additions & 3 deletions bucket/MicrosoftEdge-Install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"##": "Checkver URL https://docs.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel",
"version": "122.0.2365.66",
"version": "122.0.2365.80",
"description": "Microsoft Edge. The chromium based Microsoft Edge browser.",
"homepage": "https://www.microsoft.com/en-us/edge/business",
"license": {
Expand All @@ -11,11 +11,11 @@
"architecture": {
"64bit": {
"url": "http://go.microsoft.com/fwlink/?LinkID=2093437#/setup.msi_",
"hash": "3ba8e140df3826fa70fbc9b2192e85294b77e450bc9bc403fb2d14c184f1dd55"
"hash": "47902de17e1a13eea20d31ab2923614c85a8569fd6707094eff856fd82bbca67"
},
"32bit": {
"url": "http://go.microsoft.com/fwlink/?LinkID=2093505#/setup.msi_",
"hash": "55c64264695a37ed9460d00f4583c50ff9af2f1b3f79920c1f266439efff8c3b"
"hash": "16aecc183e32bfea822dc74ec35c97bace0486f854fba271b371f01107fbc706"
}
},
"pre_download": "Assert-Administrator",
Expand Down
10 changes: 5 additions & 5 deletions bucket/MicrosoftEdge-dev-portable.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"version": "123.0.2420.10",
"version": "124.0.2438.2",
"description": "Microsoft Edge Dev. The chromium based Microsoft Edge browser (Dev Channel)",
"homepage": "https://www.microsoftedgeinsider.com/en-us/welcome?channel=dev",
"license": "Freeware",
"changelog": "",
"architecture": {
"64bit": {
"url": [
"https://dorado-api.deno.dev/edge?arch=64&channel=dev&version=123.0.2420.10&dl#/dl.7z",
"https://dorado-api.deno.dev/edge?arch=64&channel=dev&version=124.0.2438.2&dl#/dl.7z",
"https://raw.githubusercontent.com/ACooper81/SharedFiles/master/Icons/msedgedev.ico"
],
"hash": [
"51f083a5cb4c2e9f0c6c73028ef58e8a5ac3011b9c487167ee7ca5f5999b899a",
"d5d0ffac5677758e29906ea500b782fa7f092bf253682380d18eb6337ee57b9e",
"221ae96d9f961f615fcdd941000a83b55bb3d93435d13b3b51c1d2574f78c1f5"
]
},
"32bit": {
"url": [
"https://dorado-api.deno.dev/edge?arch=86&channel=dev&version=123.0.2420.10&dl#/dl.7z",
"https://dorado-api.deno.dev/edge?arch=86&channel=dev&version=124.0.2438.2&dl#/dl.7z",
"https://raw.githubusercontent.com/ACooper81/SharedFiles/master/Icons/msedgedev.ico"
],
"hash": [
"3ac094bda9dfd46be8af3a81f3ca1e65260b87c8b7b88f440c4a1a6d9539d673",
"994f327e5d0230ca8da672af93480e09b1a89d0c999d894340cc5db07ecf8329",
"221ae96d9f961f615fcdd941000a83b55bb3d93435d13b3b51c1d2574f78c1f5"
]
}
Expand Down
Loading

0 comments on commit a53de66

Please sign in to comment.