From dcfa17423fd57330437fb917cbf989dc7716a3b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 16 Oct 2024 09:00:18 +0000 Subject: [PATCH] Update timestamp 2024-10-16T08:53:59Z --- bucket/beef-nightly.json | 6 +-- bucket/brave-beta.json | 6 +-- bucket/chrome.json | 67 ++++++++++++------------------- bucket/chromedriver-canary.json | 10 ++--- bucket/chromium-dev.json | 6 +-- bucket/edgedriver-dev.json | 14 +++---- bucket/google-chrome.json | 10 ++--- bucket/googlechrome-np.json | 10 ++--- bucket/modrinth.json | 12 +++--- bucket/mumuplayer-cn-np.json | 6 +-- bucket/mumuplayer12-cn-np.json | 6 +-- bucket/nushell-aoks.json | 10 ++--- bucket/openscad-dev.json | 8 ++-- bucket/supabase-beta.json | 10 ++--- bucket/todo-backup-free-aoks.json | 2 +- bucket/v-weekly.json | 6 +-- bucket/vlc-nightly-ucrt-llvm.json | 6 +-- bucket/xash3d.json | 4 +- bucket/zen-browser.json | 41 +++++++++++++++---- bucket/zotero7-beta.json | 10 ++--- bucket/zotero7.json | 10 ++--- stats.json | 18 ++++----- 22 files changed, 145 insertions(+), 133 deletions(-) diff --git a/bucket/beef-nightly.json b/bucket/beef-nightly.json index f464dc6915c..52222d1d997 100644 --- a/bucket/beef-nightly.json +++ b/bucket/beef-nightly.json @@ -1,12 +1,12 @@ { "homepage": "https://www.beeflang.org/", "description": "Beef programming language compiler. (nightly version)", - "version": "0.43.5.10142024", + "version": "0.43.5.10152024", "license": "MIT", "architecture": { "64bit": { - "url": "http://nightly.beeflang.org/BeefSetup_0_43_5__10_14_2024.exe#/dl.7z", - "hash": "2f93e65686cb8d5e55a15a6ac74ece6a489d9adcb147ec62491eab89bbc35d29" + "url": "http://nightly.beeflang.org/BeefSetup_0_43_5__10_15_2024.exe#/dl.7z", + "hash": "9aec764699df196203532d68ea0f549b8acd1d8fa237ad6278024580c2844f0b" } }, "bin": [ diff --git a/bucket/brave-beta.json b/bucket/brave-beta.json index 3e0204d4c45..94ab484cdfb 100644 --- a/bucket/brave-beta.json +++ b/bucket/brave-beta.json @@ -1,6 +1,6 @@ { "homepage": "https://brave.com", - "version": "1.72.80", + "version": "1.72.81", "description": "Secure, Fast & Private Web Browser with Adblocker (beta release)", "license": { "identifier": "Freeware,BSD-3-Clause,GPL-3.0-only,...", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/brave/brave-browser/releases/download/v1.72.80/brave-v1.72.80-win32-x64.zip", - "hash": "70ffa2b080e98ce9c6bd453165ee7bf9bfee56231f4c905811ab01c2824cd147" + "url": "https://github.com/brave/brave-browser/releases/download/v1.72.81/brave-v1.72.81-win32-x64.zip", + "hash": "c21eae65d2a41c084e858b8fc97462f20fda46881b60502d4ceeb098e32eef2a" } }, "bin": [ diff --git a/bucket/chrome.json b/bucket/chrome.json index 75afb44254a..5bf3125d614 100644 --- a/bucket/chrome.json +++ b/bucket/chrome.json @@ -1,68 +1,53 @@ { "version": "130.0.6723.59", - "description": "Fast, secure, and free web browser, built for the modern web.", - "homepage": "https://www.google.com/chrome/", - "license": { - "identifier": "Freeware", - "url": "https://www.google.com/chrome/privacy/eula_text.html" - }, - "architecture": { - "64bit": { - "url": "https://dl.google.com/release2/chrome/pokjxtoygfsw4jqgjlhz6qzqhm_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", - "hash": "31de3681fc61de5f8279268142fa364de00c7f13b3f30883788b9c16f7543d4f" - }, - "32bit": { - "url": "https://dl.google.com/release2/chrome/kdjx3n2lzl3l5ntev4iezohyu4_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", - "hash": "fa37dcee4beef7a16fd88e598cdd6cf970727b1f12859a8dfed2d4d87b36291c" - } - }, + "description": "浏览器 Chrome", + "homepage": "https://google.com/chrome", + "url": "https://dl.google.com/release2/chrome/pokjxtoygfsw4jqgjlhz6qzqhm_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", + "hash": "31de3681fc61de5f8279268142fa364de00c7f13b3f30883788b9c16f7543d4f", "installer": { "script": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal" }, "bin": [ [ "chrome.exe", - "chrome", - "--user-data-dir=\"$dir\\User Data\"" + "chrome" ] ], "shortcuts": [ [ "chrome.exe", - "Google Chrome", - "--user-data-dir=\"$dir\\User Data\"" + "Google Chrome" + ], + [ + "chrome.exe", + "Google Chrome Proxy", + "--proxy-server=\"socks5://127.0.0.1:1080\"" ] ], - "post_install": [ - "if (!(Test-Path \"$dir\\User Data\\*\") -and (Test-Path \"$env:LocalAppData\\Google\\Chrome\\User Data\")) {", - " info '[Portable Mode]: Copying user data...'", - " Copy-Item \"$env:LocalAppData\\Google\\Chrome\\User Data\\*\" \"$dir\\User Data\" -Recurse", - "}" - ], "env_set": { "CHROME_EXECUTABLE": "$dir\\chrome.exe" }, "persist": "User Data", + "post_install": [ + "$chrome = \"$env:LocalAppData\\Google\\Chrome\"", + "New-Item -ItemType Directory -Force -Path \"$chrome\"", + "if ((Test-Path \"$dir\\User Data\") -and !(Test-Path \"$chrome\\User Data\")) {", + " New-Item -ItemType SymbolicLink -Target \"$dir\\User Data\" -Path \"$chrome\\User Data\"", + "}" + ], + "notes": "AutoProxy: https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt", + "uninstaller": { + "script": "[Environment]::SetEnvironmentVariable('CHROME_EXECUTABLE', '', 'User')" + }, "checkver": { "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", "regex": "(?sm)(?[\\d.]+).+release2/chrome/(?<32>[\\w-]+)_.+.+release2/chrome/(?<64>[\\w-]+)_.+" }, "autoupdate": { - "architecture": { - "64bit": { - "url": "https://dl.google.com/release2/chrome/$match64_$version/$version_chrome_installer.exe#/dl.7z", - "hash": { - "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", - "xpath": "/chromechecker/stable64[version='$version']/sha256" - } - }, - "32bit": { - "url": "https://dl.google.com/release2/chrome/$match32_$version/$version_chrome_installer.exe#/dl.7z", - "hash": { - "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", - "xpath": "/chromechecker/stable32[version='$version']/sha256" - } - } + "url": "https://dl.google.com/release2/chrome/$match64_$version/$version_chrome_installer.exe#/dl.7z", + "hash": { + "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", + "xpath": "/chromechecker/stable64[version='$version']/sha256" } } } diff --git a/bucket/chromedriver-canary.json b/bucket/chromedriver-canary.json index 160afc9d4cb..e0dc572b1ed 100644 --- a/bucket/chromedriver-canary.json +++ b/bucket/chromedriver-canary.json @@ -1,17 +1,17 @@ { - "version": "131.0.6778.2", + "version": "132.0.6779.0", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/131.0.6778.2/win64/chromedriver-win64.zip", - "hash": "0afb520b98aa4ffdfe272fda056fc2a029ebc2223a892414b8f7161419eb74af", + "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/132.0.6779.0/win64/chromedriver-win64.zip", + "hash": "b2d6ace1c88693595b487c61642cb3995dd774f161e267ca849c8da88ee09528", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/131.0.6778.2/win32/chromedriver-win32.zip", - "hash": "ba9b8019766e7fd1a8eb5a26ebcb33c9e7ea7a72f526d177a713e91a747db55f", + "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/132.0.6779.0/win32/chromedriver-win32.zip", + "hash": "91f5dfc20f1713e31d55a46d52cd352f13d2b3cf5d1ed1edf422c738d2482907", "extract_dir": "chromedriver-win32" } }, diff --git a/bucket/chromium-dev.json b/bucket/chromium-dev.json index b12c6ab8963..f0c52cbf775 100644 --- a/bucket/chromium-dev.json +++ b/bucket/chromium-dev.json @@ -1,12 +1,12 @@ { - "version": "132.0.6779.0-r1369149", + "version": "132.0.6780.0-r1369169", "description": "An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", "homepage": "https://www.chromium.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1369149/chrome-win.zip", - "hash": "f4ee3c599e9335d5f85e1b1070b670b4ed37c310e4df19271f1910b7e5aa7c59" + "url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1369169/chrome-win.zip", + "hash": "ca0fd4b6799ef0a717fb613148d41a127ff875fe578119a88739b1595fd010db" } }, "extract_dir": "chrome-win", diff --git a/bucket/edgedriver-dev.json b/bucket/edgedriver-dev.json index 2d7bd524433..ecc6bbf35fb 100644 --- a/bucket/edgedriver-dev.json +++ b/bucket/edgedriver-dev.json @@ -1,5 +1,5 @@ { - "version": "131.0.2875.0", + "version": "131.0.2889.0", "description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).", "homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver", "license": { @@ -9,16 +9,16 @@ "notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.", "architecture": { "64bit": { - "url": "https://msedgedriver.azureedge.net/131.0.2875.0/edgedriver_win64.zip", - "hash": "7ef73933f7d57c8a5081fb6f5a51e353acaf6e406efd54bac906f1f5817503c0" + "url": "https://msedgedriver.azureedge.net/131.0.2889.0/edgedriver_win64.zip", + "hash": "227ec63f01ff3733f95a1b703b68005d952f0812b0cdd26acc9795733f10115b" }, "32bit": { - "url": "https://msedgedriver.azureedge.net/131.0.2875.0/edgedriver_win32.zip", - "hash": "bf7be27b8047d064ba68df85c758e99ed543f8f94687d1465d7ea73caecad39b" + "url": "https://msedgedriver.azureedge.net/131.0.2889.0/edgedriver_win32.zip", + "hash": "357563b246558ee2acbd7ece18ebdcbacfe9f4e2570f620ef3ce90fde6eab03e" }, "arm64": { - "url": "https://msedgedriver.azureedge.net/131.0.2875.0/edgedriver_arm64.zip", - "hash": "ba13d7c9914a889f0e695cbf01c174b3fbf9a69a20a1345b22010b3115d7843c" + "url": "https://msedgedriver.azureedge.net/131.0.2889.0/edgedriver_arm64.zip", + "hash": "107504d9b29bafe97625c8aac854ec1bec08d034933f0c7c0ed510d6b9bf3e69" } }, "bin": "msedgedriver.exe", diff --git a/bucket/google-chrome.json b/bucket/google-chrome.json index 5879880ba7e..75afb44254a 100644 --- a/bucket/google-chrome.json +++ b/bucket/google-chrome.json @@ -1,5 +1,5 @@ { - "version": "129.0.6668.101", + "version": "130.0.6723.59", "description": "Fast, secure, and free web browser, built for the modern web.", "homepage": "https://www.google.com/chrome/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.google.com/release2/chrome/dsznwl2ptzdzpmiqkqfgokn5am_129.0.6668.101/129.0.6668.101_chrome_installer.exe#/dl.7z", - "hash": "6fcd05ea77001c4202751d6bc71daa9ab173df9f6a99197e18eab77eaeeabf46" + "url": "https://dl.google.com/release2/chrome/pokjxtoygfsw4jqgjlhz6qzqhm_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", + "hash": "31de3681fc61de5f8279268142fa364de00c7f13b3f30883788b9c16f7543d4f" }, "32bit": { - "url": "https://dl.google.com/release2/chrome/advvx6fiq33aayurtgmmpcbvabcq_129.0.6668.101/129.0.6668.101_chrome_installer.exe#/dl.7z", - "hash": "91814c4c96f6bdc3646b70e953379f728580d751205fd150dc288ae1b2c19aa9" + "url": "https://dl.google.com/release2/chrome/kdjx3n2lzl3l5ntev4iezohyu4_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", + "hash": "fa37dcee4beef7a16fd88e598cdd6cf970727b1f12859a8dfed2d4d87b36291c" } }, "installer": { diff --git a/bucket/googlechrome-np.json b/bucket/googlechrome-np.json index ecb35cad299..44b02074a5b 100644 --- a/bucket/googlechrome-np.json +++ b/bucket/googlechrome-np.json @@ -1,5 +1,5 @@ { - "version": "129.0.6668.101", + "version": "130.0.6723.59", "description": "Fast, secure, and free web browser, built for the modern web.", "homepage": "https://www.google.com/chrome/", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.google.com/release2/chrome/dsznwl2ptzdzpmiqkqfgokn5am_129.0.6668.101/129.0.6668.101_chrome_installer.exe#/dl.7z", - "hash": "6fcd05ea77001c4202751d6bc71daa9ab173df9f6a99197e18eab77eaeeabf46" + "url": "https://dl.google.com/release2/chrome/pokjxtoygfsw4jqgjlhz6qzqhm_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", + "hash": "31de3681fc61de5f8279268142fa364de00c7f13b3f30883788b9c16f7543d4f" }, "32bit": { - "url": "https://dl.google.com/release2/chrome/advvx6fiq33aayurtgmmpcbvabcq_129.0.6668.101/129.0.6668.101_chrome_installer.exe#/dl.7z", - "hash": "91814c4c96f6bdc3646b70e953379f728580d751205fd150dc288ae1b2c19aa9" + "url": "https://dl.google.com/release2/chrome/kdjx3n2lzl3l5ntev4iezohyu4_130.0.6723.59/130.0.6723.59_chrome_installer.exe#/dl.7z", + "hash": "fa37dcee4beef7a16fd88e598cdd6cf970727b1f12859a8dfed2d4d87b36291c" } }, "installer": { diff --git a/bucket/modrinth.json b/bucket/modrinth.json index 5847748117e..12df5f7cfc1 100644 --- a/bucket/modrinth.json +++ b/bucket/modrinth.json @@ -11,18 +11,18 @@ "env_set": { "THESEUS_CONFIG_DIR": "$dir\\data" }, - "shortcuts": [ - [ - "Modrinth App.exe", - "Modrinth App" - ] - ], "persist": [ [ "data", "." ] ], + "shortcuts": [ + [ + "Modrinth App.exe", + "Modrinth App" + ] + ], "checkver": "href=\"[^\"]+/versions/([\\d.]+)/windows/Modrinth%20App", "autoupdate": { "url": "https://launcher-files.modrinth.com/versions/$version/windows/Modrinth%20App_$version_x64-setup.exe#/dl.7z" diff --git a/bucket/mumuplayer-cn-np.json b/bucket/mumuplayer-cn-np.json index f01bebfa4e7..4e72b247515 100644 --- a/bucket/mumuplayer-cn-np.json +++ b/bucket/mumuplayer-cn-np.json @@ -1,5 +1,5 @@ { - "version": "4.1.0.3407", + "version": "4.1.0.3411", "description": [ "MuMu模拟器12 大屏超级炫 手游不受限 安卓12 | 标签拖动分屏 | 自定义应用保活 | 自由多开。", "安装路径在Scoop的app目录,卸载后数据可保留。" @@ -9,8 +9,8 @@ "identifier": "Freeware", "url": "https://mumu.163.com/sdk/privacy/index.html" }, - "url": "http://a11.gdl.netease.com/MuMuNG-setup-V4.1.0.3407-1012165022.exe#/setup.exe", - "hash": "md5:c201b31902f689249c7ea021fcc883fb", + "url": "http://a11.gdl.netease.com/MuMuNG-setup-V4.1.0.3411-1014123456.exe#/setup.exe", + "hash": "md5:e9e7fe7ccc827029ec79b8a79bb001b1", "installer": { "script": [ "if (!(is_admin)) { \"$app requires admin rights to $cmd\"; break }", diff --git a/bucket/mumuplayer12-cn-np.json b/bucket/mumuplayer12-cn-np.json index 5ed9b43bae5..36b69d29ba9 100644 --- a/bucket/mumuplayer12-cn-np.json +++ b/bucket/mumuplayer12-cn-np.json @@ -1,13 +1,13 @@ { - "version": "4.1.0.3415", + "version": "4.1.0.3407", "description": "MuMu模拟器12 大屏超级炫 手游不受限 安卓12 | 标签拖动分屏 | 自定义应用保活 | 自由多开", "homepage": "https://mumu.163.com", "license": { "identifier": "Freeware", "url": "https://mumu.163.com/sdk/privacy/index.html" }, - "url": "http://a11.gdl.netease.com/MuMuNG-setup-V4.1.0.3415-1015175749.exe#/setup.exe", - "hash": "md5:0e4121f8f237587ff7e6484f7a71156d", + "url": "http://a11.gdl.netease.com/MuMuNG-setup-V4.1.0.3407-1012165022.exe#/setup.exe", + "hash": "md5:c201b31902f689249c7ea021fcc883fb", "installer": { "script": [ "if (!(is_admin)) { \"$app requires admin rights to $cmd\"; break }", diff --git a/bucket/nushell-aoks.json b/bucket/nushell-aoks.json index 79c8f8114b1..860713448d4 100644 --- a/bucket/nushell-aoks.json +++ b/bucket/nushell-aoks.json @@ -1,16 +1,16 @@ { "homepage": "https://www.nushell.sh/", "description": "A new type of shell", - "version": "0.98.0", + "version": "0.99.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-x86_64-pc-windows-msvc.zip", - "hash": "fed5996abef6d4415dfb93217379f4d9bdfb2ce913e3b9503ad69377b14dd887" + "url": "https://github.com/nushell/nushell/releases/download/0.99.0/nu-0.99.0-x86_64-pc-windows-msvc.zip", + "hash": "d6be0bfbd11244d945cca43c7cc59797edb75f54f276927114b9330e13c68d25" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-aarch64-pc-windows-msvc.zip", - "hash": "e3dcb9c3b7e15208e83037da1fcc4ac656b92b96098c9f63e87c497d83da8781" + "url": "https://github.com/nushell/nushell/releases/download/0.99.0/nu-0.99.0-aarch64-pc-windows-msvc.zip", + "hash": "93ef242de664893dd04083117c6accd7a1169928e04ab6d75d3beb0a78835fa6" } }, "shortcuts": [ diff --git a/bucket/openscad-dev.json b/bucket/openscad-dev.json index b729091ec62..4fe05afdb26 100644 --- a/bucket/openscad-dev.json +++ b/bucket/openscad-dev.json @@ -1,13 +1,13 @@ { - "version": "2024.10.14", + "version": "2024.10.15", "description": "The Programmers Solid 3D CAD Modeller", "homepage": "https://www.openscad.org/", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://files.openscad.org/snapshots/OpenSCAD-2024.10.14-x86-64.zip", - "hash": "sha512:f0ea94da1a93c82a3a0371bd795c872877f1d7d68c41430b63230123945d9058bc4e370343f474ac99648d88a48376851f45df8c8ac0ffcc0f5f5ca8e58cee91", - "extract_dir": "OpenSCAD-2024.10.14-x86-64" + "url": "https://files.openscad.org/snapshots/OpenSCAD-2024.10.15-x86-64.zip", + "hash": "sha512:e786a7a630f250cb2fbd46655543f942a29411371cd94754cc162b1ca064d3b48b8a892b0dc870d2e74f38c5c09df6c1ae940896deb996c26731f321bcc763e3", + "extract_dir": "OpenSCAD-2024.10.15-x86-64" } }, "shortcuts": [ diff --git a/bucket/supabase-beta.json b/bucket/supabase-beta.json index 205d5ed3dd6..4a83bcfbf73 100644 --- a/bucket/supabase-beta.json +++ b/bucket/supabase-beta.json @@ -1,19 +1,19 @@ { - "version": "1.206.4", + "version": "1.207.0", "architecture": { "64bit": { - "url": "https://github.com/supabase/cli/releases/download/v1.206.4/supabase_windows_amd64.tar.gz", + "url": "https://github.com/supabase/cli/releases/download/v1.207.0/supabase_windows_amd64.tar.gz", "bin": [ "supabase.exe" ], - "hash": "9bd283f72dbcda988c50de074071b465536a9113b80499beaef672467a810da2" + "hash": "be45c787e71e48d9098f4ed7d1f3ba9034516ad4fcbc83533230fcee7ca2c416" }, "arm64": { - "url": "https://github.com/supabase/cli/releases/download/v1.206.4/supabase_windows_arm64.tar.gz", + "url": "https://github.com/supabase/cli/releases/download/v1.207.0/supabase_windows_arm64.tar.gz", "bin": [ "supabase.exe" ], - "hash": "a22ff8b7a84799d91a63a93c8cabcb225da44d19de0eefab14ca0bfef536adf0" + "hash": "648cb9f9a7b3254e3e58407f2cfca613a93e2500812cb01a90c2c3c791f8974c" } }, "homepage": "https://supabase.com", diff --git a/bucket/todo-backup-free-aoks.json b/bucket/todo-backup-free-aoks.json index 531c6f435ae..ae17c00ba26 100644 --- a/bucket/todo-backup-free-aoks.json +++ b/bucket/todo-backup-free-aoks.json @@ -1,5 +1,5 @@ { - "version": "20240903", + "version": "20241016", "description": "Best free backup software for Windows. Always keep your PC protected with the highest level of data security!", "homepage": "https://www.easeus.de/backup-software/todo-backup-free.html", "license": "Freeware", diff --git a/bucket/v-weekly.json b/bucket/v-weekly.json index 1b1fdc514c4..083f6223f3a 100644 --- a/bucket/v-weekly.json +++ b/bucket/v-weekly.json @@ -1,13 +1,13 @@ { - "version": "2024.41", + "version": "2024.42", "description": "The V programming language (weekly release channel)", "homepage": "https://vlang.io", "license": "MIT", "notes": "Windows SDK is required, you can either install it using Visual Studio Installer, or download from: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/", "architecture": { "64bit": { - "url": "https://github.com/vlang/v/releases/download/weekly.2024.41/v_windows.zip", - "hash": "730f55b6cf319eea4807ed4ccda27effdf6da99db5b49a817370f180f8d8b681" + "url": "https://github.com/vlang/v/releases/download/weekly.2024.42/v_windows.zip", + "hash": "584266b28c8e7ecb414efb018b957274e403e7e3d572ab56b85e56fdad77e3d2" } }, "extract_dir": "v", diff --git a/bucket/vlc-nightly-ucrt-llvm.json b/bucket/vlc-nightly-ucrt-llvm.json index 0bde6492122..3d5e4362589 100644 --- a/bucket/vlc-nightly-ucrt-llvm.json +++ b/bucket/vlc-nightly-ucrt-llvm.json @@ -1,12 +1,12 @@ { - "version": "20241015", + "version": "20241016", "description": "A free and open source multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.", "homepage": "https://www.videolan.org/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://artifacts.videolan.org/vlc/nightly-win64-ucrt-llvm/20241015-0603/vlc-4.0.0-dev-win64-9d8130ab.7z", - "hash": "sha512:607217318015e84e0613918e5e35b5b000e2bdc4543d9f66d9f48f534030f7614ad642f9498b923368ad3ee397813e300d4bef8f8b095018f5082b74ba48de9f" + "url": "https://artifacts.videolan.org/vlc/nightly-win64-ucrt-llvm/20241016-0443/vlc-4.0.0-dev-win64-e4c67e4c.7z", + "hash": "sha512:b08e0b1298e70966fd06ad9b7d0081df5ac5e91cffa2a2fe5ba12b342964d0dc063949fc2de33106003f23701fc1b0d7a3f42cd0ab939697c9720e9dd148ae1e" } }, "extract_dir": "vlc-4.0.0-dev", diff --git a/bucket/xash3d.json b/bucket/xash3d.json index b71e2d1665c..fe4b0154ab3 100644 --- a/bucket/xash3d.json +++ b/bucket/xash3d.json @@ -1,12 +1,12 @@ { - "version": "829d7d0", + "version": "e39a62b", "description": "Xash3D is a custom Gold Source engine rewritten from scratch. Xash3D FWGS is a fork of Xash3D Engine, which compatible with Gold Source engine.", "homepage": "https://github.com/FWGS/xash3d-fwgs/", "license": "GPL-2.0-only", "architecture": { "64bit": { "url": "https://github.com/FWGS/xash3d-fwgs/releases/download/continuous/xash3d-fwgs-win32-i386.7z", - "hash": "9ee715b8b5ca3aa5788d7e432151b80a7ceec31eed04af8894cb23b249a7c571" + "hash": "ffb9e12c1f3bb8e76f1b2b7e66fa273f13328d06d1a548ddf8ba6ad193798490" } }, "persist": "valve", diff --git a/bucket/zen-browser.json b/bucket/zen-browser.json index 8889e8898a2..798e5dea351 100644 --- a/bucket/zen-browser.json +++ b/bucket/zen-browser.json @@ -1,22 +1,49 @@ { "version": "1.0.1-a.10", "description": "🌀 Experience tranquillity while browsing the web without people tracking you! Based on Firefox", - "homepage": "https://www.zen-browser.app/", + "homepage": "https://zen-browser.app/", "license": "MPL-2.0", - "url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.10/zen.win-specific.zip", - "hash": "9d137e3d5c4b54391a329ce3f34a49043165272f46fa295512aafd7c49099ce0", - "extract_dir": "zen", + "architecture": { + "64bit": { + "url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.10/zen.win-specific.zip", + "hash": "9d137e3d5c4b54391a329ce3f34a49043165272f46fa295512aafd7c49099ce0", + } + }, + "extract_dir": "zen.win-specific/zen", + "bin": "zen.exe", + "post_install": [ + "zen -CreateProfile \"Scoop $persist_dir\\profile\"", + "$Addition = \"$persist_dir\\addition\"", + "if (Test-Path $Addition) {", + " info 'Copying additional items...'", + " Copy-Item -Path $Addition\\* -Destination $dir -Force -Recurse -ErrorAction SilentlyContinue", + "}" + ], "shortcuts": [ [ "zen.exe", "Zen Browser" + ], + [ + "zen.exe", + "Zen Profile Manager", + "-P" + ], + [ + "private_browsing.exe", + "Zen Browser Private Browsing" ] ], "checkver": { - "url": "https://www.zen-browser.app/release-notes", - "regex": "/release-notes/([ab\\d.-]+)" + "url": "https://github.com/zen-browser/desktop", + "regex": "tag/([\\w.-]+)" }, "autoupdate": { - "url": "https://github.com/zen-browser/desktop/releases/download/$version/zen.win-specific.zip" + "architecture": { + "64bit": { + "url": "https://github.com/zen-browser/desktop/releases/download/$version/zen.win-specific.zip", + "extract_dir": "zen.win-specific/zen" + } + } } } diff --git a/bucket/zotero7-beta.json b/bucket/zotero7-beta.json index c8c89102088..33d16020b56 100644 --- a/bucket/zotero7-beta.json +++ b/bucket/zotero7-beta.json @@ -1,16 +1,16 @@ { - "version": "7.0.8-beta.4", + "version": "7.0.8-beta.5", "description": "Open-source reference management software to manage bibliographic data and related research materials.", "homepage": "https://www.zotero.org/", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://download.zotero.org/client/beta/7.0.8-beta.4%2Ba6c9af3c2/Zotero-7.0.8-beta.4%2Ba6c9af3c2_x64_setup.exe#/dl.7z", - "hash": "59bd8ec7df2738d3da738be58b0337d2671cc39ffdae2bc511d5bc148c2dddbb" + "url": "https://download.zotero.org/client/beta/7.0.8-beta.5%2B36f4cb48c/Zotero-7.0.8-beta.5%2B36f4cb48c_x64_setup.exe#/dl.7z", + "hash": "73e94a0e3574f4ff5cbb2c47564ad6f414727c14833145e054b636ec50e9f4b4" }, "32bit": { - "url": "https://download.zotero.org/client/beta/7.0.8-beta.4%2Ba6c9af3c2/Zotero-7.0.8-beta.4%2Ba6c9af3c2_win32_setup.exe#/dl.7z", - "hash": "b344a19e3c648f808a77cc064c3ec5aec5ef3a9694dac5016351de8ec130b867" + "url": "https://download.zotero.org/client/beta/7.0.8-beta.5%2B36f4cb48c/Zotero-7.0.8-beta.5%2B36f4cb48c_win32_setup.exe#/dl.7z", + "hash": "24cbd61ba5730d130fa324fa2c79ccb2e99caa551f240717a4eb11b64ac5d5bf" } }, "extract_dir": "core", diff --git a/bucket/zotero7.json b/bucket/zotero7.json index c8c89102088..33d16020b56 100644 --- a/bucket/zotero7.json +++ b/bucket/zotero7.json @@ -1,16 +1,16 @@ { - "version": "7.0.8-beta.4", + "version": "7.0.8-beta.5", "description": "Open-source reference management software to manage bibliographic data and related research materials.", "homepage": "https://www.zotero.org/", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://download.zotero.org/client/beta/7.0.8-beta.4%2Ba6c9af3c2/Zotero-7.0.8-beta.4%2Ba6c9af3c2_x64_setup.exe#/dl.7z", - "hash": "59bd8ec7df2738d3da738be58b0337d2671cc39ffdae2bc511d5bc148c2dddbb" + "url": "https://download.zotero.org/client/beta/7.0.8-beta.5%2B36f4cb48c/Zotero-7.0.8-beta.5%2B36f4cb48c_x64_setup.exe#/dl.7z", + "hash": "73e94a0e3574f4ff5cbb2c47564ad6f414727c14833145e054b636ec50e9f4b4" }, "32bit": { - "url": "https://download.zotero.org/client/beta/7.0.8-beta.4%2Ba6c9af3c2/Zotero-7.0.8-beta.4%2Ba6c9af3c2_win32_setup.exe#/dl.7z", - "hash": "b344a19e3c648f808a77cc064c3ec5aec5ef3a9694dac5016351de8ec130b867" + "url": "https://download.zotero.org/client/beta/7.0.8-beta.5%2B36f4cb48c/Zotero-7.0.8-beta.5%2B36f4cb48c_win32_setup.exe#/dl.7z", + "hash": "24cbd61ba5730d130fa324fa2c79ccb2e99caa551f240717a4eb11b64ac5d5bf" } }, "extract_dir": "core", diff --git a/stats.json b/stats.json index accfe57bd42..8a0ad8d5ccc 100644 --- a/stats.json +++ b/stats.json @@ -1,15 +1,15 @@ { - "prevDate": "2024-10-16T07:53:30Z", - "badManifests": 20, - "badBuckets": 170, - "appsNew": 0, "buckets": 1832, + "apps": 49229, + "totalDownloads": 14267460, + "appsNew": 0, + "date": "2024-10-16T08:53:59Z", + "appsUpdated": 21, + "badManifests": 20, "appsDeleted": 0, - "totalBuckets": 2002, "downloads": 393, - "appsUpdated": 25, - "date": "2024-10-16T08:36:48Z", - "apps": 49229, + "prevDate": "2024-10-16T08:36:48Z", + "totalBuckets": 2002, "manifests": 163068, - "totalDownloads": 14267067 + "badBuckets": 170 }