Skip to content

Commit

Permalink
Updated at 2024-11-20T01:56:33.314Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent ce58056 commit a2e8c4e
Show file tree
Hide file tree
Showing 218 changed files with 966 additions and 832 deletions.
10 changes: 5 additions & 5 deletions bucket/4k-youtubetomp3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.5",
"version": "5.7.0",
"description": "Download audio in MP3, M4A, OGG from YouTube, Soundcloud, Vimeo, Instagram, Facebook, Dailymotion, Twitch and more.",
"homepage": "https://www.4kdownload.com/products/product-youtubetomp3",
"license": {
Expand All @@ -8,12 +8,12 @@
},
"architecture": {
"32bit": {
"url": "https://dl.4kdownload.com/app/4kyoutubetomp3_5.6.5.zip",
"hash": "9416988ec55a206141a9bebcb9a2e6b19e7462bc324a865f7452a2f902fb2f5e"
"url": "https://dl.4kdownload.com/app/4kyoutubetomp3_5.7.0.zip",
"hash": "e20084cb4e5479121b99f167784cf69efe919f96c4ed8653dbd79aa776759ec5"
},
"64bit": {
"url": "https://dl.4kdownload.com/app/4kyoutubetomp3_5.6.5_x64.zip",
"hash": "a35f85fd2021ebac9e255b0f2271bd31de42c610a55c1ae99152f27405060386"
"url": "https://dl.4kdownload.com/app/4kyoutubetomp3_5.7.0_x64.zip",
"hash": "bff3a68a9b051b5f9a6d3539d11f7a634458e31460371935889a7fa2d8460abf"
}
},
"extract_dir": "4kyoutubetomp3",
Expand Down
6 changes: 3 additions & 3 deletions bucket/64gram-release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.48",
"version": "1.1.49",
"description": "Unofficial Telegram Desktop.",
"homepage": "https://64gr.am",
"license": {
Expand All @@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://ghp.ci/https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.48/64Gram_1.1.48_x64.zip",
"hash": "ebfebd82946f78aff791247a5860044ffc08337d5b57f2a3b2442af93f575f9a"
"url": "https://ghp.ci/https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.49/64Gram_1.1.49_x64.zip",
"hash": "38b14164d1e23cffbda12f7e9f6581f23d0acb1ae749c88678ddf7bea9c87c07"
}
},
"pre_install": "if (Test-Path \"$persist_dir\\log.txt\") { Copy-Item \"$persist_dir\\log.txt\" \"$dir\\\" }",
Expand Down
6 changes: 3 additions & 3 deletions bucket/64gram.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.48",
"version": "1.1.49",
"description": "Unofficial Telegram Desktop with some enhancements.",
"homepage": "https://64gr.am",
"license": {
Expand All @@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://ghp.ci/https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.48/64Gram_1.1.48_x64.zip",
"hash": "ebfebd82946f78aff791247a5860044ffc08337d5b57f2a3b2442af93f575f9a"
"url": "https://ghp.ci/https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.49/64Gram_1.1.49_x64.zip",
"hash": "38b14164d1e23cffbda12f7e9f6581f23d0acb1ae749c88678ddf7bea9c87c07"
}
},
"pre_install": "if (Test-Path \"$persist_dir\\log.txt\") { Copy-Item \"$persist_dir\\log.txt\" \"$dir\\\" }",
Expand Down
60 changes: 60 additions & 0 deletions bucket/7z-build-nsis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"version": "24.08",
"description": "7-zip build and package script with nsis script decompiling using ms visual studio",
"homepage": "https://github.com/myfreeer/7z-build-nsis",
"license": "LGPL-2.1-or-later",
"notes": "https://github.com/ViCrack/scoop-bucket/blob/master/bucket/7z-build-nsis.json",
"architecture": {
"32bit": {
"url": "https://ghp.ci/https://github.com/myfreeer/7z-build-nsis/releases/download/24.08/7z2408-x86.exe#/dl.7z",
"hash": "07ade333f7f7dae36f96a6699ce5bcb5e029f261386cf00c3cb2ba7b03e02ce3"
},
"64bit": {
"url": "https://ghp.ci/https://github.com/myfreeer/7z-build-nsis/releases/download/24.08/7z2408-x64.exe#/dl.7z",
"hash": "f1113e6fb62f327b7857b4190d22571589916f96a7591002cb9aaaf559efb095"
}
},
"pre_install": [
"$7zr = Join-Path $env:TMP '7zr.exe'",
"Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",
"Invoke-ExternalCommand $7zr @('x', \"$dir\\$fname\", \"-o$dir\", '-y') | Out-Null",
"Remove-Item \"$dir\\Uninstall.exe\", \"$dir\\*-arm64.exe\", $7zr"
],
"post_install": [
"$7zip_root = \"$dir\".Replace('\\', '\\\\')",
"'install-context.reg', 'uninstall-context.reg' | ForEach-Object {",
" $content = Get-Content \"$bucketsdir\\$bucket\\scripts\\7-zip\\$_\"",
" $content = $content.Replace('$7zip_root', $7zip_root)",
" if ($global) {",
" $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE')",
" }",
" Set-Content \"$dir\\$_\" $content -Encoding Ascii",
"}"
],
"bin": [
"7z.exe",
"7zFM.exe",
"7zG.exe"
],
"shortcuts": [
[
"7zFM.exe",
"7-Zip"
]
],
"persist": [
"Codecs",
"Formats"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://ghp.ci/https://github.com/myfreeer/7z-build-nsis/releases/download/$version/7z$cleanVersion-x86.exe#/dl.7z"
},
"64bit": {
"url": "https://ghp.ci/https://github.com/myfreeer/7z-build-nsis/releases/download/$version/7z$cleanVersion-x64.exe#/dl.7z"
}
}
}
}
6 changes: 3 additions & 3 deletions bucket/AppFlowy-Portable.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "0.7.3",
"version": "0.7.4",
"description": "App Flowy. An open-source alternative to Notion. You are in charge of your data and customizations",
"homepage": "https://www.appflowy.io",
"license": "AGPL-3.0-only",
"changelog": "https://github.com/AppFlowy-IO/AppFlowy/releases",
"url": "https://ghp.ci/https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.7.3/AppFlowy-0.7.3-windows-x86_64.zip",
"hash": "5ad65a3aa9e34077429dba74c7325730adf70fae13cdae89b85e1ee4c513f3ca",
"url": "https://ghp.ci/https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.7.4/AppFlowy-0.7.4-windows-x86_64.zip",
"hash": "7338e6a182ccf33a2cddfc5b197508df73aab4283cf0fea9f991d3b00980b9ae",
"extract_dir": "AppFlowy",
"shortcuts": [
[
Expand Down
8 changes: 4 additions & 4 deletions bucket/Blender-Portable.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "4.2.3",
"version": "4.3.0",
"description": "Blender. 3D creation suite",
"homepage": "https://www.blender.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://mirror.clarkson.edu/blender/release/Blender4.2/blender-4.2.3-windows-x64.zip",
"hash": "7f8be9b1dc904e7689b3112659791c29cc9ed9d46ce57c4ea5b31a0621489b3a",
"extract_dir": "blender-4.2.3-windows-x64"
"url": "https://mirror.clarkson.edu/blender/release/Blender4.3/blender-4.3.0-windows-x64.zip",
"hash": "68777b84f1e8970859428b3c4bc8e8675e8322b19e1566e0a90d575d00d257ac",
"extract_dir": "blender-4.3.0-windows-x64"
}
},
"bin": "blender.exe",
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.74.7",
"version": "1.74.8",
"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://ghp.ci/https://github.com/brave/brave-browser/releases/download/v1.74.7/brave-v1.74.7-win32-x64.zip",
"hash": "b18d4ad1ca652f7c4526a5d85c69d5a94246cf5a42ed4989f8a228694c97a649"
"url": "https://ghp.ci/https://github.com/brave/brave-browser/releases/download/v1.74.8/brave-v1.74.8-win32-x64.zip",
"hash": "928d1d2608daef00fbc05c77a66a3825368d3f82258013a67fac2caf92d8164c"
}
},
"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.75.28",
"version": "1.75.33",
"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://ghp.ci/https://github.com/brave/brave-browser/releases/download/v1.75.28/brave-v1.75.28-win32-x64.zip",
"hash": "1d45d24b57a6a3867a75c1cc1009ab387d784e7c469ced9073291cd2cdecb65a"
"url": "https://ghp.ci/https://github.com/brave/brave-browser/releases/download/v1.75.33/brave-v1.75.33-win32-x64.zip",
"hash": "bd54119b577c3d687557002414e5f472e7ab988e0ede84a2b10309c1226badec"
}
},
"bin": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/Fido-PSScript.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"homepage": "https://github.com/pbatard/Fido",
"description": "Fido. A PowerShell script to download Windows retail ISOs",
"version": "1.61",
"version": "1.62",
"license": "GPL-3.0-or-later",
"changelog": "https://github.com/pbatard/Fido/releases",
"url": "https://ghp.ci/https://github.com/pbatard/Fido/releases/download/v1.61/Fido.ps1.lzma",
"hash": "6cc8da9cad2504abbc148ff221708fc3b9a2d71c91dd829cc8bcdda2aac36061",
"url": "https://ghp.ci/https://github.com/pbatard/Fido/releases/download/v1.62/Fido.ps1.lzma",
"hash": "793b651193c5e23dc94b11a10c4b04eb8f3190c7497bcc3926b32c388e5345ed",
"bin": "Fido.ps1",
"checkver": {
"github": "https://github.com/pbatard/Fido"
Expand Down
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": "134.0a1.20241118213357",
"version": "134.0a1.20241119214442",
"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/11/2024-11-18-21-33-57-mozilla-central/firefox-134.0a1.en-US.win64.installer.exe#/dl.7z",
"hash": "sha512:fb478969f08bb60ba9f8297df0949bc49ce3c8b3d3a44cdc06646c8e1cb9a5c73b38bb9840c020794de4e74558381b35609861bed2f9465706a2b67adc1f4307"
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/11/2024-11-19-21-44-42-mozilla-central/firefox-134.0a1.en-US.win64.installer.exe#/dl.7z",
"hash": "sha512:60c2aab2d60ead935be86e589f144b40d3c01fbd739bf5fa442fe0805fab5f9e7080251e0374568600e50f9d6c1d9a421cc8aea6a624e16aa20fdd8b6fc3b6a1"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/11/2024-11-18-21-33-57-mozilla-central/firefox-134.0a1.en-US.win32.installer.exe#/dl.7z",
"hash": "sha512:81107b214bd819d6e363ed41a6c48a626f52d9c2aa84557a7123873251bbb8e79297abbfd7ece7f6ce6d41853c319f0cc37a441b68eb3fd5188860fa4180b3a7"
"url": "https://archive.mozilla.org/pub/firefox/nightly/2024/11/2024-11-19-21-44-42-mozilla-central/firefox-134.0a1.en-US.win32.installer.exe#/dl.7z",
"hash": "sha512:f9c25578827c0dd7baa424564897989a86ab2d9c39b3df57ab5a0a2687c1a8b864bbf06d379fff07f2a59f47816db0e49526a57f1eb23a670c84cc6f9c74ffd3"
}
},
"extract_dir": "core",
Expand Down
6 changes: 3 additions & 3 deletions bucket/GoogleChrome-Install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "130.0.6778.70",
"version": "131.0.6778.86",
"description": "Google Chrome. Fast, secure, and free web browser, built for the modern web.",
"homepage": "https://www.google.com/chrome/",
"license": {
Expand All @@ -10,11 +10,11 @@
"architecture": {
"64bit": {
"url": "https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi#/setup.msi_",
"hash": "3c03f99655ce069958e5ece754564315145a19d9b666146c81cf5ed9e503661c"
"hash": "053c5f399959dcbe210658dd6fdd62cc28559b95d729d4a5c1e6342853e91a34"
},
"32bit": {
"url": "https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi#/setup.msi_",
"hash": "66b27cd6f623cb9a339b85f52043c8583eba554e76ba20c48b24d863ee42847e"
"hash": "a8388c58babb0ce5261cec3074d4a2a4010494ebdb946106c603049c612e2cb9"
}
},
"pre_download": "Assert-Administrator",
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.22.955",
"version": "0.22.968",
"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://ghp.ci/https://github.com/Jackett/Jackett/releases/download/v0.22.955/Jackett.Binaries.Windows.zip",
"hash": "c911003e4d100248dab4860822dbc41ab80c525ac4f1bfb19050ae0f15bc7163",
"url": "https://ghp.ci/https://github.com/Jackett/Jackett/releases/download/v0.22.968/Jackett.Binaries.Windows.zip",
"hash": "cf0a790b56f6710bb96847cf3acd79f5555f69ad7049649b224665553888f1db",
"shortcuts": [
[
"Jackett\\JackettTray.exe",
Expand Down
10 changes: 5 additions & 5 deletions bucket/Jellyfin-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.10.2",
"version": "10.10.3",
"description": "Jellyfin. Software Media System",
"homepage": "https://jellyfin.org",
"license": "GPL-2.0-only",
Expand All @@ -10,12 +10,12 @@
},
"architecture": {
"64bit": {
"url": "https://repo.jellyfin.org/files/server/windows/latest-stable/amd64/jellyfin_10.10.2-amd64.zip",
"hash": "md5:ee7eb9e22c217a2597b31e7c07c98639"
"url": "https://repo.jellyfin.org/files/server/windows/latest-stable/amd64/jellyfin_10.10.3-amd64.zip",
"hash": "md5:5043fa9cb850a9b8a2d7d3a53499c17b"
},
"arm64": {
"url": "https://repo.jellyfin.org/files/server/windows/latest-stable/arm64/jellyfin_10.10.2-arm64.zip",
"hash": "md5:2515cd0c4e183d8439307ea11dac1e86"
"url": "https://repo.jellyfin.org/files/server/windows/latest-stable/arm64/jellyfin_10.10.3-arm64.zip",
"hash": "md5:67b51cea9e734d16490024e49499a6a3"
}
},
"extract_dir": "jellyfin",
Expand Down
8 changes: 4 additions & 4 deletions bucket/JellyfinServer-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.10.2",
"version": "10.10.3",
"description": "Jellyfin Server. Software Media System",
"homepage": "https://jellyfin.org",
"license": "GPL-2.0-only",
Expand All @@ -12,11 +12,11 @@
},
"architecture": {
"64bit": {
"url": "https://repo.jellyfin.org/files/server/windows/latest-stable/amd64/jellyfin_10.10.2-amd64.zip",
"hash": "dcd41ea98828d1069685e5546e9d512d986325c8bccd26087b181c658448cfe9"
"url": "https://repo.jellyfin.org/files/server/windows/latest-stable/amd64/jellyfin_10.10.3-amd64.zip",
"hash": "cef3cdb8ada58535b9f8560f7cc6d53b6eff6408c5a75f12fe5bf953c3dd9e1c"
}
},
"extract_dir": "jellyfin_10.10.2",
"extract_dir": "jellyfin_10.10.3",
"extract_to": "system",
"bin": [
[
Expand Down
6 changes: 3 additions & 3 deletions bucket/KDEConnect-Portable.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "24.08-4448",
"version": "24.12-4513",
"description": "KDE Connect. Enabling communication between all your devices. Made for people like you.",
"homepage": "https://kdeconnect.kde.org",
"license": "GPL-2.0-or-later",
"changelog": "",
"architecture": {
"64bit": {
"url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-24.08/windows/kdeconnect-kde-release_24.08-4448-windows-cl-msvc2022-x86_64.7z",
"hash": "9d87e4c2d4f8a09860c33201191c888c4faa946d0646dfe0a184a0885bdace3b"
"url": "https://cdn.kde.org/ci-builds/network/kdeconnect-kde/release-24.12/windows/kdeconnect-kde-release_24.12-4513-windows-cl-msvc2022-x86_64.7z",
"hash": "d5d62017882a04a28289c3e94a445b61124d02d588ed1dc98faee194717065bd"
}
},
"pre_install": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/LunaTranslator.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "6.3.4",
"version": "6.5.0",
"description": "Galgame翻译工具, 支持剪贴板, OCR, HOOK, 支持30余种翻译工具, 支持TTS",
"homepage": "https://github.com/HIllya51/LunaTranslator",
"license": "GPL-3.0-only",
"url": "https://ghp.ci/https://github.com/HIllya51/LunaTranslator/releases/download/v6.3.4/LunaTranslator.zip",
"hash": "887fd8ddb35d72b92b2da48b1d7b724291524254f562a1cc82881127d09449a1",
"url": "https://ghp.ci/https://github.com/HIllya51/LunaTranslator/releases/download/v6.5.0/LunaTranslator.zip",
"hash": "4b483fe69cf4f72282eda3e05bde98a68c883b8563d3d1824121de0557cf6f73",
"extract_dir": "LunaTranslator",
"shortcuts": [
[
Expand Down
6 changes: 3 additions & 3 deletions bucket/MicrosoftEdgeCanary-Portable.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "133.0.2961.0",
"version": "133.0.2965.0",
"description": "Microsoft Edge Canary. The chromium based Microsoft Edge browser (Canary Channel)",
"homepage": "https://www.microsoftedgeinsider.com/en-us/welcome?channel=canary",
"license": "Freeware",
"architecture": {
"64bit": {
"url": [
"https://dorado-api.deno.dev/edge?arch=64&channel=canary&version=133.0.2961.0&dl#/dl.7z",
"https://dorado-api.deno.dev/edge?arch=64&channel=canary&version=133.0.2965.0&dl#/dl.7z",
"https://github.com/ACooper81/SharedFiles/raw/master/Icons/msedgecanary.ico"
],
"hash": [
"e9769ad713ffcc39a45d586f37a1697569e8ba8693695add759038541d45f234",
"171304f2b31fdd0dd5a82feff1de412edc8713b9f03cfdc99e829c741752654e",
"bc5d81fa6ad61ed114ba51f0736f55235c933f5180888abee0426691fdf6efea"
]
}
Expand Down
10 changes: 5 additions & 5 deletions bucket/MicrosoftOneDrive-Install.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "24.211.1020.0001",
"version": "24.216.1027.0001",
"description": "Microsoft OneDrive. Save your photos and files to OneDrive and access them from any device, anywhere.",
"homepage": "https://www.microsoft.com/en-ww/microsoft-365/onedrive/online-cloud-storage",
"license": "Proprietary",
"changelog": "https://support.microsoft.com/en-us/office/onedrive-release-notes-845dcf18-f921-435e-bf28-4e24b95e5fc0",
"architecture": {
"64bit": {
"url": "https://oneclient.sfx.ms/Win/Installers/24.211.1020.0001/amd64/OneDriveSetup.exe#/setup.exe",
"hash": "c36cd7615ef5bdd5dff4fa9deeb47891579ac2ad309b5146c681b8a486bd9448"
"url": "https://oneclient.sfx.ms/Win/Installers/24.216.1027.0001/amd64/OneDriveSetup.exe#/setup.exe",
"hash": "cdf728486640b0a9b0fd369483267f79754a592e1ade82ae58f0727e58934b12"
},
"arm64": {
"url": "https://oneclient.sfx.ms/Win/Installers/24.211.1020.0001/arm64/OneDriveSetup.exe#/setup.exe",
"hash": "efe9401626efeee552c510f93a4ddcdcbd39a9842541fdd4631ade169938180e"
"url": "https://oneclient.sfx.ms/Win/Installers/24.216.1027.0001/arm64/OneDriveSetup.exe#/setup.exe",
"hash": "176d766771376bc50287d371edb6da7f88ff9c2876c9805d880f2da54163c011"
}
},
"pre_download": "Assert-Administrator",
Expand Down
Loading

0 comments on commit a2e8c4e

Please sign in to comment.