Skip to content

Commit

Permalink
Update timestamp 2024-10-16T08:53:59Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2024
1 parent f92a5db commit dcfa174
Show file tree
Hide file tree
Showing 22 changed files with 145 additions and 133 deletions.
6 changes: 3 additions & 3 deletions bucket/beef-nightly.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/brave-beta.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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,...",
"url": "https://github.com/brave/brave-browser/blob/master/LICENSE"
},
"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": [
Expand Down
67 changes: 26 additions & 41 deletions bucket/chrome.json
Original file line number Diff line number Diff line change
@@ -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)<stable32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<stable64>.+release2/chrome/(?<64>[\\w-]+)_.+</stable64>"
},
"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"
}
}
}
10 changes: 5 additions & 5 deletions bucket/chromedriver-canary.json
Original file line number Diff line number Diff line change
@@ -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"
}
},
Expand Down
6 changes: 3 additions & 3 deletions bucket/chromium-dev.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 7 additions & 7 deletions bucket/edgedriver-dev.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions bucket/google-chrome.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions bucket/googlechrome-np.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions bucket/modrinth.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions bucket/mumuplayer-cn-np.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0.3407",
"version": "4.1.0.3411",
"description": [
"MuMu模拟器12 大屏超级炫 手游不受限 安卓12 | 标签拖动分屏 | 自定义应用保活 | 自由多开。",
"安装路径在Scoop的app目录,卸载后数据可保留。"
Expand All @@ -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 }",
Expand Down
6 changes: 3 additions & 3 deletions bucket/mumuplayer12-cn-np.json
Original file line number Diff line number Diff line change
@@ -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 }",
Expand Down
10 changes: 5 additions & 5 deletions bucket/nushell-aoks.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 4 additions & 4 deletions bucket/openscad-dev.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 5 additions & 5 deletions bucket/supabase-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bucket/todo-backup-free-aoks.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions bucket/v-weekly.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit dcfa174

Please sign in to comment.