[Bug] Various packages stopped updating due to checkver errors
This issue is a sister issue to https://github.com/ScoopInstaller/Extras/issues/16379.
There are some errors during excavator execution. Various packages stopped updating due to checkver errors. See: https://github.com/ScoopInstaller/Main/actions/runs/19605894658/job/56144713136
Contributors are warmly welcome to help fix one or more of these broken manifest. Please note:
- Make sure there are no existing fix PRs.
- Create a separate PR or a separate commit for each manifest, with a title following the naming rules.
- Please do not attempt to close this issue in your PR.
- For manifests that are still available but will no longer receive updates, remove their checkver fields instead of deprecating them.
- For autoupdate filed, if we can still install a specific version via
scoop install app@version(i.e., autoupdate is version-specific), removing it is also not recommended. https://github.com/ScoopInstaller/Extras/pull/16392#issuecomment-3438955656
IMO, if we keep the autoupdate field, users can still install a specific version via
scoop install app@version. Otherwise:PS> scoop install [email protected] WARN Given version (0.238.0) does not match manifest (0.239.0) WARN Attempting to generate manifest for 'fbflipper' (0.238.0) 'fbflipper' does not have autoupdate capabilityP.S. If https://github.com/ScoopInstaller/Scoop/pull/6370 gets merged, this will no longer be necessary and can be removed later.
Package List
Here are all the packages stopped updating due to checkver errors.
The package list was matched by lines containing "ERROR Could not update" in the log.
- [ ] capstone
- [ ] cockroachdb
- [ ] cloak
- [ ] cppcryptfsctl
- [ ] dioxus
- [ ] dotcover-clt
- [ ] docker
- [ ] dvc
- [ ] ffsend
- [ ] espeak-ng
- [ ] git-crypt
- [ ] gource
- [ ] gum
- [ ] jd-cli
- [ ] mailsend-go
- [ ] loft
- [ ] minio
- [ ] mill
- [ ] odbc2parquet
- [ ] nixpacks
- [ ] ossutil
- [ ] ossgadget
- [ ] postgrest
- [ ] psake
- [ ] prs
- [ ] q-dns
- [ ] qrcp
- [ ] sacad
- [ ] rustic
- [ ] qtifw
- [ ] gnutls
- [ ] pomsky
- [ ] silicon
- [ ] serverless
- [ ] srlua
- [ ] tokei
- [ ] rga
- [ ] upm
- [ ] terraformer
- [ ] watchman
- [ ] yara
- [ ] zeebe
I have compiled a list of software names whose pull requests have not yet been resolved, and then wrote the following script to check whether they can be automatically updated.
$apps = @(
'capstone', 'cloak','cppcryptfsctl',
'dioxus', 'dotcover-clt','docker', 'dvc',
'ffsend', 'espeak-ng', 'git-crypt', 'gource',
'gum', 'jd-cli', 'mailsend-go', 'loft', 'minio',
'odbc2parquet', 'nixpacks', 'ossutil', 'ossgadget',
'postgrest', 'psake', 'prs', 'q-dns', 'qrcp', 'sacad', 'rustic', 'qtifw',
'gnutls', 'pomsky', 'silicon', 'serverless', 'srlua', 'tokei', 'rga', 'upm', 'terraformer', 'watchman', 'yara', 'zeebe'
)
$apps | ForEach-Object {
.\checkver.ps1 -App $_ -Dir "D:\Temporary\Software\Microsoft\Windows Sandbox\Repositories\Scoop\Buckets\Main\bucket" -f
Write-Host "`n"
}
You may review the detection results for various software that cannot be automatically updated below; I have retained only the key sections. I hope it will be helpful to contributors who are interested in addressing this problem.
The results are as follows:
β[ο D:\Software\Scoop\Local\apps\scoop\current\bin][ο ξ master β‘]
ββ> $apps | ForEach-Object {
ξ .\checkver.ps1 -App $_ -Dir "D:\Temporary\Software\Microsoft\Windows Sandbox\Repositories\Scoop\Buckets\Main\bucket" -f
ξ Write-Host "`n"
ξ }
capstone: 6.0.0 (scoop version is 4.0.2) autoupdate available
Could not find hash in https://api.github.com/repos/capstone-engine/capstone/releases
Downloading capstone-6.0.0-win32.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/capstone-engine/capstone/releases/download/6.0.0/capstone-6.0.0-win32.zip is not valid
ERROR Could not update capstone, hash for capstone-6.0.0-win32.zip failed!
cloak: 0.3.0 (scoop version is 0.2.0) autoupdate available
Could not find hash in https://api.github.com/repos/evansmurithi/cloak/releases
Downloading cloak-v0.3.0-i686-pc-windows-msvc.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/evansmurithi/cloak/releases/download/v0.3.0/cloak-v0.3.0-i686-pc-windows-msvc.zip is not valid
ERROR Could not update cloak, hash for cloak-v0.3.0-i686-pc-windows-msvc.zip failed!
cppcryptfsctl: 1.4.4.6 (scoop version is 1.4.4.5) autoupdate available
Could not find hash in https://api.github.com/repos/bailey27/cppcryptfs/releases
Downloading cppcryptfsctl32.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.6/cppcryptfsctl32.exe#/cppcryptfsctl.exe is not valid
ERROR Could not update cppcryptfsctl, hash for cppcryptfsctl32.exe failed!
dioxus: 0.7.1 (scoop version is 0.6.3) autoupdate available
Searching hash for dx-x86_64-pc-windows-msvc-v0.7.1.zip in https://github.com/DioxusLabs/dioxus/releases/download/v0.7.1/dx-x86_64-pc-windows-msvc-v0.7.1.sha256
The remote server returned an error: (404) Not Found.
URL https://github.com/DioxusLabs/dioxus/releases/download/v0.7.1/dx-x86_64-pc-windows-msvc-v0.7.1.sha256 is not valid
Could not find hash in https://github.com/DioxusLabs/dioxus/releases/download/v0.7.1/dx-x86_64-pc-windows-msvc-v0.7.1.sha256
Downloading dx-x86_64-pc-windows-msvc-v0.7.1.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/DioxusLabs/dioxus/releases/download/v0.7.1/dx-x86_64-pc-windows-msvc-v0.7.1.zip is not valid
ERROR Could not update dioxus, hash for dx-x86_64-pc-windows-msvc-v0.7.1.zip failed!
dotcover-clt: 2025.3.0.2 (scoop version is 2024.3.7) autoupdate available
Searching hash for JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip in https://download.jetbrains.com/resharper/dotUltimate.2025.3.0.2/JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip.sha256
The remote server returned an error: (404) Not Found.
URL https://download.jetbrains.com/resharper/dotUltimate.2025.3.0.2/JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip.sha256 is not valid
Could not find hash in https://download.jetbrains.com/resharper/dotUltimate.2025.3.0.2/JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip.sha256
Downloading JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://download.jetbrains.com/resharper/dotUltimate.2025.3.0.2/JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip is not valid
ERROR Could not update dotcover-clt, hash for JetBrains.dotCover.CommandLineTools.windows-x86.2025.3.0.2.zip failed!
docker: couldn't match '/releases/tag/(?:v|V)?([\d.]+)' in https://api.github.com/repos/moby/moby/releases/latest
dvc: 3.64.0 (scoop version is 3.60.1) autoupdate available
Downloading dvc-3.64.0.exe to compute hashes!
The remote server returned an error: (403) Forbidden.
URL https://r2.dvc.org/dvc-pkgs/exe/dvc-3.64.0.exe is not valid
ERROR Could not update dvc, hash for dvc-3.64.0.exe failed!
ffsend: 0.2.77 (scoop version is 0.2.76) autoupdate available
Could not find hash in https://api.github.com/repos/timvisee/ffsend/releases
Downloading ffsend-v0.2.77-windows-x64-static.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/timvisee/ffsend/releases/download/v0.2.77/ffsend-v0.2.77-windows-x64-static.exe#/ffsend.exe is not valid
ERROR Could not update ffsend, hash for ffsend-v0.2.77-windows-x64-static.exe failed!
espeak-ng: 1.52.0 (scoop version is 1.51) autoupdate available
Could not find hash in https://api.github.com/repos/espeak-ng/espeak-ng/releases
Downloading espeak-ng-X86.msi to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/espeak-ng/espeak-ng/releases/download/1.52.0/espeak-ng-X86.msi is not valid
ERROR Could not update espeak-ng, hash for espeak-ng-X86.msi failed!
git-crypt: 0.8.0 (scoop version is 0.7.0) autoupdate available
Could not find hash in https://api.github.com/repos/AGWA/git-crypt/releases
Downloading git-crypt-0.8.0-x86_64.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/AGWA/git-crypt/releases/download/0.8.0/git-crypt-0.8.0-x86_64.exe#/git-crypt.exe is not valid
ERROR Could not update git-crypt, hash for git-crypt-0.8.0-x86_64.exe failed!
gource: 0.55 (scoop version is 0.53) autoupdate available
Could not find hash in https://api.github.com/repos/acaudwell/Gource/releases
Downloading gource-0.55.win64.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/acaudwell/Gource/releases/download/gource-0.55/gource-0.55.win64.zip is not valid
ERROR Could not update gource, hash for gource-0.55.win64.zip failed!
gum: 0.14.0 (scoop version is 0.13.0) autoupdate available
Searching hash for gm_Windows_i386.zip in https://github.com/kordamp/gm/releases/download/v0.14.0/checksums.txt
The remote server returned an error: (404) Not Found.
URL https://github.com/kordamp/gm/releases/download/v0.14.0/checksums.txt is not valid
Could not find hash in https://github.com/kordamp/gm/releases/download/v0.14.0/checksums.txt
Downloading gm_Windows_i386.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/kordamp/gm/releases/download/v0.14.0/gm_Windows_i386.zip is not valid
ERROR Could not update gum, hash for gm_Windows_i386.zip failed!
jd-cli: 1.3.0 (scoop version is 1.2.1) autoupdate available
Searching hash for jd-cli-1.3.0.jar in https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/1.3.0/jd-cli-1.3.0.jar.sha1
The remote server returned an error: (404) Not Found.
URL https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/1.3.0/jd-cli-1.3.0.jar.sha1 is not valid
Could not find hash in https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/1.3.0/jd-cli-1.3.0.jar.sha1
Downloading jd-cli-1.3.0.jar to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/1.3.0/jd-cli-1.3.0.jar#/jd-cli.jar is not valid
ERROR Could not update jd-cli, hash for jd-cli-1.3.0.jar failed!
mailsend-go: 1.0.11 (scoop version is 1.0.10) autoupdate available
Searching hash for mailsend-go_1.0.11_windows-32bit.zip in https://github.com/muquit/mailsend-go/releases/download/v1.0.11/mailsend-go_1.0.11_checksums.txt
The remote server returned an error: (404) Not Found.
URL https://github.com/muquit/mailsend-go/releases/download/v1.0.11/mailsend-go_1.0.11_checksums.txt is not valid
Could not find hash in https://github.com/muquit/mailsend-go/releases/download/v1.0.11/mailsend-go_1.0.11_checksums.txt
Downloading mailsend-go_1.0.11_windows-32bit.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/muquit/mailsend-go/releases/download/v1.0.11/mailsend-go_1.0.11_windows-32bit.zip is not valid
ERROR Could not update mailsend-go, hash for mailsend-go_1.0.11_windows-32bit.zip failed!
loft: 4.5.1 (scoop version is 3.4.10) autoupdate available
Searching hash for loft-windows-amd64.exe in https://github.com/loft-sh/loft/releases/download/v4.5.1/checksums.txt
Could not find hash in https://github.com/loft-sh/loft/releases/download/v4.5.1/checksums.txt
Downloading loft-windows-amd64.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/loft-sh/loft/releases/download/v4.5.1/loft-windows-amd64.exe#/loft.exe is not valid
ERROR Could not update loft, hash for loft-windows-amd64.exe failed!
minio: 2025-10-15T17-29-55Z (scoop version is 2025-09-07T16-13-09Z) autoupdate available
Searching hash for minio.RELEASE.2025-10-15T17-29-55Z in https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2025-10-15T17-29-55Z.sha256sum
The remote server returned an error: (404) Not Found.
URL https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2025-10-15T17-29-55Z.sha256sum is not valid
Could not find hash in https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2025-10-15T17-29-55Z.sha256sum
Downloading minio.RELEASE.2025-10-15T17-29-55Z to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2025-10-15T17-29-55Z#/minio.exe is not valid
ERROR Could not update minio, hash for minio.RELEASE.2025-10-15T17-29-55Z failed!
odbc2parquet: 8.1.4 (scoop version is 6.0.0) autoupdate available
Could not find hash in https://api.github.com/repos/pacman82/odbc2parquet/releases
Downloading odbc2parquet-win32.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/pacman82/odbc2parquet/releases/download/v8.1.4/odbc2parquet-win32.zip is not valid
ERROR Could not update odbc2parquet, hash for odbc2parquet-win32.zip failed!
nixpacks: 1.41.0 (scoop version is 1.39.0) autoupdate available
Searching hash for nixpacks-v1.41.0-i686-pc-windows-msvc.zip in https://github.com/railwayapp/nixpacks/releases/download/v1.41.0/nixpacks-v1.41.0-i686-pc-windows-msvc.zip.sha256
The remote server returned an error: (404) Not Found.
URL https://github.com/railwayapp/nixpacks/releases/download/v1.41.0/nixpacks-v1.41.0-i686-pc-windows-msvc.zip.sha256 is not valid
Could not find hash in https://github.com/railwayapp/nixpacks/releases/download/v1.41.0/nixpacks-v1.41.0-i686-pc-windows-msvc.zip.sha256
Downloading nixpacks-v1.41.0-i686-pc-windows-msvc.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/railwayapp/nixpacks/releases/download/v1.41.0/nixpacks-v1.41.0-i686-pc-windows-msvc.zip is not valid
ERROR Could not update nixpacks, hash for nixpacks-v1.41.0-i686-pc-windows-msvc.zip failed!
ossutil: 1.7.19 (scoop version is 1.7.18) autoupdate available
Downloading ossutil32.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://gosspublic.alicdn.com/ossutil/1.7.19/ossutil32.zip is not valid
ERROR Could not update ossutil, hash for ossutil32.zip failed!
ossgadget: 0.2.25 (scoop version is 0.1.422) autoupdate available
Searching hash for OSSGadget_win_0.2.25.zip in https://github.com/microsoft/OSSGadget/releases/download/v0.2.25/HASHES.txt
The remote server returned an error: (404) Not Found.
URL https://github.com/microsoft/OSSGadget/releases/download/v0.2.25/HASHES.txt is not valid
Could not find hash in https://github.com/microsoft/OSSGadget/releases/download/v0.2.25/HASHES.txt
Downloading OSSGadget_win_0.2.25.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/microsoft/OSSGadget/releases/download/v0.2.25/OSSGadget_win_0.2.25.zip is not valid
ERROR Could not update ossgadget, hash for OSSGadget_win_0.2.25.zip failed!
postgrest: 14.1 (scoop version is 12.2.3) autoupdate available
Could not find hash in https://api.github.com/repos/PostgREST/postgrest/releases
Downloading postgrest-v14.1-windows-x64.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/PostgREST/postgrest/releases/download/v14.1/postgrest-v14.1-windows-x64.zip is not valid
ERROR Could not update postgrest, hash for postgrest-v14.1-windows-x64.zip failed!
psake: 4.9.1 (scoop version is 4.9.0) autoupdate available
Downloading 4.9.1 to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://nuget.org/api/v2/package/psake/4.9.1#/dl.7z is not valid
ERROR Could not update psake, hash for 4.9.1 failed!
prs: 0.5.5 (scoop version is 0.5.1) autoupdate available
Could not find hash in https://api.github.com/repos/timvisee/prs/releases
Downloading prs-v0.5.5-windows.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/timvisee/prs/releases/download/v0.5.5/prs-v0.5.5-windows.exe#/prs.exe is not valid
ERROR Could not update prs, hash for prs-v0.5.5-windows.exe failed!
q-dns: 0.19.11 (scoop version is 0.19.10) autoupdate available
Searching hash for q_0.19.11_windows_amd64.tar.gz in https://github.com/natesales/q/releases/download/v0.19.11/checksums.txt
The remote server returned an error: (404) Not Found.
URL https://github.com/natesales/q/releases/download/v0.19.11/checksums.txt is not valid
Could not find hash in https://github.com/natesales/q/releases/download/v0.19.11/checksums.txt
Downloading q_0.19.11_windows_amd64.tar.gz to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/natesales/q/releases/download/v0.19.11/q_0.19.11_windows_amd64.tar.gz is not valid
ERROR Could not update q-dns, hash for q_0.19.11_windows_amd64.tar.gz failed!
qrcp: 0.11.6 (scoop version is 0.11.3) autoupdate available
Searching hash for qrcp_0.11.6_windows_386.tar.gz in https://github.com/claudiodangelis/qrcp/releases/download/0.11.6/checksums.txt
The remote server returned an error: (404) Not Found.
URL https://github.com/claudiodangelis/qrcp/releases/download/0.11.6/checksums.txt is not valid
Could not find hash in https://github.com/claudiodangelis/qrcp/releases/download/0.11.6/checksums.txt
Downloading qrcp_0.11.6_windows_386.tar.gz to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/claudiodangelis/qrcp/releases/download/0.11.6/qrcp_0.11.6_windows_386.tar.gz is not valid
ERROR Could not update qrcp, hash for qrcp_0.11.6_windows_386.tar.gz failed!
sacad: 2.8.1 (scoop version is 2.8.0) autoupdate available
Could not find hash in https://api.github.com/repos/desbma/sacad/releases
Downloading sacad_win32.7z to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/desbma/sacad/releases/download/2.8.1/sacad_win32.7z is not valid
ERROR Could not update sacad, hash for sacad_win32.7z failed!
qtifw: 4.10.0 (scoop version is 4.8.1) autoupdate available
Searching hash for QtInstallerFramework-windows-x64-4.10.0.exe in https://download.qt.io/official_releases/qt-installer-framework/4.10.0/md5sums.txt
The remote server returned an error: (404) Not Found.
URL https://download.qt.io/official_releases/qt-installer-framework/4.10.0/md5sums.txt is not valid
Could not find hash in https://download.qt.io/official_releases/qt-installer-framework/4.10.0/md5sums.txt
Downloading QtInstallerFramework-windows-x64-4.10.0.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://download.qt.io/official_releases/qt-installer-framework/4.10.0/QtInstallerFramework-windows-x64-4.10.0.exe#/dl.7z is not valid
ERROR Could not update qtifw, hash for QtInstallerFramework-windows-x64-4.10.0.exe failed!
gnutls: 3.8.10 (scoop version is 3.8.4) autoupdate available
Downloading gnutls-3.8.10-w32.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.10-w32.zip is not valid
ERROR Could not update gnutls, hash for gnutls-3.8.10-w32.zip failed!
pomsky: 0.12.0 (scoop version is 0.11) autoupdate available
Could not find hash in https://api.github.com/repos/pomsky-lang/pomsky/releases
Downloading pomsky_windows_v0.12.0.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/pomsky-lang/pomsky/releases/download/v0.12.0/pomsky_windows_v0.12.0.exe#/pomsky.exe is not valid
ERROR Could not update pomsky, hash for pomsky_windows_v0.12.0.exe failed!
silicon: 0.5.3 (scoop version is 0.5.2) autoupdate available
Could not find hash in https://api.github.com/repos/Aloxaf/silicon/releases
Downloading silicon-v0.5.3-x86_64-pc-windows-msvc.tar.gz to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/Aloxaf/silicon/releases/download/v0.5.3/silicon-v0.5.3-x86_64-pc-windows-msvc.tar.gz is not valid
ERROR Could not update silicon, hash for silicon-v0.5.3-x86_64-pc-windows-msvc.tar.gz failed!
serverless: 4.25.0 (scoop version is 3.39.0) autoupdate available
Could not find hash in https://api.github.com/repos/serverless/serverless/releases
Downloading serverless-win-x64.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/serverless/serverless/releases/download/v4.25.0/serverless-win-x64.exe#/serverless.exe is not valid
ERROR Could not update serverless, hash for serverless-win-x64.exe failed!
srlua: 5.5.0 (scoop version is 5.4.8) autoupdate available
Downloading srlua-5.5.0_Win32_bin.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.5.0_Win32_bin.zip is not valid
ERROR Could not update srlua, hash for srlua-5.5.0_Win32_bin.zip failed!
tokei: 13.0.0 (scoop version is 12.1.2) autoupdate available
Could not find hash in https://api.github.com/repos/XAMPPRocky/tokei/releases
Downloading tokei-i686-pc-windows-msvc.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/XAMPPRocky/tokei/releases/download/v13.0.0/tokei-i686-pc-windows-msvc.exe#/tokei.exe is not valid
ERROR Could not update tokei, hash for tokei-i686-pc-windows-msvc.exe failed!
rga: 0.10.10 (scoop version is 0.10.9) autoupdate available
Could not find hash in https://api.github.com/repos/phiresky/ripgrep-all/releases
Downloading ripgrep_all-v0.10.10-x86_64-pc-windows-msvc.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/phiresky/ripgrep-all/releases/download/v0.10.10/ripgrep_all-v0.10.10-x86_64-pc-windows-msvc.zip is not valid
ERROR Could not update rga, hash for ripgrep_all-v0.10.10-x86_64-pc-windows-msvc.zip failed!
upm: 2.7.6 (scoop version is 1.0) autoupdate available
Searching hash for upm_2.7.6_windows_386.tar.gz in https://github.com/replit/upm/releases/download/v2.7.6/checksums.txt
The remote server returned an error: (404) Not Found.
URL https://github.com/replit/upm/releases/download/v2.7.6/checksums.txt is not valid
Could not find hash in https://github.com/replit/upm/releases/download/v2.7.6/checksums.txt
Downloading upm_2.7.6_windows_386.tar.gz to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/replit/upm/releases/download/v2.7.6/upm_2.7.6_windows_386.tar.gz is not valid
ERROR Could not update upm, hash for upm_2.7.6_windows_386.tar.gz failed!
terraformer: 0.8.30 (scoop version is 0.8.24) autoupdate available
Could not find hash in https://api.github.com/repos/GoogleCloudPlatform/terraformer/releases
Downloading terraformer.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/GoogleCloudPlatform/terraformer/releases/download/0.8.30/terraformer-all-windows-amd64#/terraformer.exe is not valid
ERROR Could not update terraformer, hash for terraformer.exe failed!
watchman: 2025.11.17.00 (scoop version is 2025.02.24.00) autoupdate available
Could not find hash in https://api.github.com/repos/facebook/watchman/releases
Downloading watchman-v2025.11.17.00-windows.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/facebook/watchman/releases/download/v2025.11.17.00/watchman-v2025.11.17.00-windows.zip is not valid
ERROR Could not update watchman, hash for watchman-v2025.11.17.00-windows.zip failed!
yara: 4.5.5 (scoop version is 4.5.4) autoupdate available
Could not find hash in https://api.github.com/repos/VirusTotal/yara/releases
Downloading yara-master-v4.5.5-win32.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/VirusTotal/yara/releases/download/v4.5.5/yara-master-v4.5.5-win32.zip is not valid
ERROR Could not update yara, hash for yara-master-v4.5.5-win32.zip failed!
zeebe: 8.5 (scoop version is 8.5.0) autoupdate available
Searching hash for camunda-zeebe-8.5.zip in https://github.com/camunda/camunda-platform/releases/download/8.5/camunda-zeebe-8.5.zip.sha1sum
The remote server returned an error: (404) Not Found.
URL https://github.com/camunda/camunda-platform/releases/download/8.5/camunda-zeebe-8.5.zip.sha1sum is not valid
Could not find hash in https://github.com/camunda/camunda-platform/releases/download/8.5/camunda-zeebe-8.5.zip.sha1sum
Downloading camunda-zeebe-8.5.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/camunda/camunda-platform/releases/download/8.5/camunda-zeebe-8.5.zip is not valid
ERROR Could not update zeebe, hash for camunda-zeebe-8.5.zip failed!
Following does not seem to have a problem anymore:
cockroachdbmdbookmill
The results are as follows:
β[ο D:\Software\Scoop\Local\apps\scoop\current\bin][ο ξ master β‘]
ββ> 'cockroachdb', 'mdbook', 'mill' | ForEach-Object {
ξ .\checkver.ps1 -App $_ -Dir "D:\Temporary\Software\Microsoft\Windows Sandbox\Repositories\Scoop\Buckets\Main\bucket" -f
ξ Write-Host "`n"
ξ }
cockroachdb: 25.4.0 (scoop version is 25.4.0)
Forcing autoupdate!
Autoupdating cockroachdb
DEBUG[1763970802] [$updatedProperties] = [url extract_dir hash] -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:491:5
DEBUG[1763970802] $substitutions (hashtable) -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:221:5
DEBUG[1763970802] $substitutions.$basenameNoExt cockroach-v25.4.0.windows-6.2-amd64
DEBUG[1763970802] $substitutions.$url https://binaries.cockroachdb.com/cockroach-v25.4.0.windows-6.2-amd64.zip
DEBUG[1763970802] $substitutions.$patchVersion 0
DEBUG[1763970802] $substitutions.$preReleaseVersion 25.4.0
DEBUG[1763970802] $substitutions.$minorVersion 4
DEBUG[1763970802] $substitutions.$baseurl https://binaries.cockroachdb.com
DEBUG[1763970802] $substitutions.$cleanVersion 2540
DEBUG[1763970802] $substitutions.$buildVersion
DEBUG[1763970802] $substitutions.$majorVersion 25
DEBUG[1763970802] $substitutions.$version 25.4.0
DEBUG[1763970802] $substitutions.$matchHead 25.4.0
DEBUG[1763970802] $substitutions.$urlNoExt https://binaries.cockroachdb.com/cockroach-v25.4.0.windows-6.2-amd64
DEBUG[1763970802] $substitutions.$underscoreVersion 25_4_0
DEBUG[1763970802] $substitutions.$dashVersion 25-4-0
DEBUG[1763970802] $substitutions.$dotVersion 25.4.0
DEBUG[1763970802] $substitutions.$match1 25.4.0
DEBUG[1763970802] $substitutions.$matchTail
DEBUG[1763970802] $substitutions.$basename cockroach-v25.4.0.windows-6.2-amd64.zip
DEBUG[1763970802] $hashfile_url = $null -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:224:5
Downloading cockroach-v25.4.0.windows-6.2-amd64.zip to compute hashes!
Loading cockroach-v25.4.0.windows-6.2-amd64.zip from cache
Computed hash: 025075915393cbad2c496be012bd0317df053849cdfc3a315507d1a4ee167abb
Writing updated cockroachdb manifest
mdbook: 0.5.1 (scoop version is 0.5.1)
Forcing autoupdate!
Autoupdating mdbook
DEBUG[1763970804] [$updatedProperties] = [url hash] -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:491:5
DEBUG[1763970804] $substitutions (hashtable) -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:221:5
DEBUG[1763970804] $substitutions.$basenameNoExt mdbook-v0.5.1-x86_64-pc-windows-msvc
DEBUG[1763970804] $substitutions.$url https://github.com/rust-lang/mdBook/releases/download/v0.5.1/mdbook-v0.5.1-x86_64-pc-windows-msvc.zip
DEBUG[1763970804] $substitutions.$patchVersion 1
DEBUG[1763970804] $substitutions.$preReleaseVersion 0.5.1
DEBUG[1763970804] $substitutions.$minorVersion 5
DEBUG[1763970804] $substitutions.$baseurl https://github.com/rust-lang/mdBook/releases/download/v0.5.1
DEBUG[1763970804] $substitutions.$cleanVersion 051
DEBUG[1763970804] $substitutions.$buildVersion
DEBUG[1763970804] $substitutions.$majorVersion 0
DEBUG[1763970804] $substitutions.$version 0.5.1
DEBUG[1763970804] $substitutions.$matchHead 0.5.1
DEBUG[1763970804] $substitutions.$urlNoExt https://github.com/rust-lang/mdBook/releases/download/v0.5.1/mdbook-v0.5.1-x86_64-pc-windows-msvc
DEBUG[1763970804] $substitutions.$underscoreVersion 0_5_1
DEBUG[1763970804] $substitutions.$dashVersion 0-5-1
DEBUG[1763970804] $substitutions.$dotVersion 0.5.1
DEBUG[1763970804] $substitutions.$match1 0.5.1
DEBUG[1763970804] $substitutions.$matchTail
DEBUG[1763970804] $substitutions.$basename mdbook-v0.5.1-x86_64-pc-windows-msvc.zip
DEBUG[1763970804] $hashfile_url = $null -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:224:5
DEBUG[1763970805] $jsonpath = $..assets[?(@.browser_download_url == 'https://github.com/rust-lang/mdBook/releases/download/v0.5.1/mdbook-v0.5.1-x86_64-pc-windows-msvc.zip')].digest -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:132:5
Found: 81d66447326ba7d595d546b3986f889ce617c6ecde7d713920996eba616a061d using Github Mode
Writing updated mdbook manifest
mill: 1.0.6 (scoop version is 1.0.6)
Forcing autoupdate!
Autoupdating mill
DEBUG[1763970805] [$updatedProperties] = [url hash] -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:491:5
DEBUG[1763970805] $substitutions (hashtable) -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:221:5
DEBUG[1763970805] $substitutions.$basenameNoExt mill-dist-1.0.6-mill
DEBUG[1763970805] $substitutions.$url https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/1.0.6/mill-dist-1.0.6-mill.bat
DEBUG[1763970805] $substitutions.$patchVersion 6
DEBUG[1763970805] $substitutions.$preReleaseVersion 1.0.6
DEBUG[1763970805] $substitutions.$minorVersion 0
DEBUG[1763970805] $substitutions.$baseurl https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/1.0.6
DEBUG[1763970805] $substitutions.$cleanVersion 106
DEBUG[1763970805] $substitutions.$buildVersion
DEBUG[1763970805] $substitutions.$majorVersion 1
DEBUG[1763970805] $substitutions.$version 1.0.6
DEBUG[1763970805] $substitutions.$matchHead 1.0.6
DEBUG[1763970805] $substitutions.$urlNoExt https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/1.0.6/mill-dist-1.0.6-mill
DEBUG[1763970805] $substitutions.$underscoreVersion 1_0_6
DEBUG[1763970805] $substitutions.$dashVersion 1-0-6
DEBUG[1763970805] $substitutions.$dotVersion 1.0.6
DEBUG[1763970805] $substitutions.$match1 1.0.6
DEBUG[1763970805] $substitutions.$matchTail
DEBUG[1763970805] $substitutions.$basename mill-dist-1.0.6-mill.bat
DEBUG[1763970805] $hashfile_url = $null -> D:\Software\Scoop\Local\apps\scoop\current\lib\autoupdate.ps1:224:5
Downloading mill-dist-1.0.6-mill.bat to compute hashes!
Loading mill-dist-1.0.6-mill.bat from cache
Computed hash: 52946f08fb2c81493bb44e01bde42be05d2e5bc121adf5887192359126eed2e3
Writing updated mill manifest
Thanks, I compiled the list with a log from around last Wednesday so itβs slightly outdated. I have now ticked that
Regarding on cockroachdb, it seems they are using like early access things so we might still need to adjust checkver to ensure we are matching the latest public available version
I have now ticked that
I suggest removing it entirely, similar to https://github.com/ScoopInstaller/Extras/issues/16379, and keeping only the manifests that require fixes.
Regarding on cockroachdb, it seems they are using like early access things so we might still need to adjust checkver to ensure we are matching the latest public available version
cockroachdb and mill should be retained. The former for the reasons you described, and the latter because its GitHub project page has updated its description and now indicates that it can build Kotlin as well.
updated
\nβ οΈ SECURITY ALERT - The file(s) linked in this issue contain malware.\n\nDo NOT download: zip error: Nothing to do! (attachments.zip)\nMalware: Rhadamanthys/Stealc Stealer\nVT Detections: 18/70\n\nπ VirusTotal: https://www.virustotal.com/gui/file/23c909ea83cd7428a37189f228f4782693c1726381c886712135defca5924a68\n\nThis warning brought to you by Judge Dredd @ DugganUSA.com\n
There seem to be quite alot of "rate limit" messages.
For example this one contains 30+ messages: https://github.com/ScoopInstaller/Main/actions/runs/20437834564/job/58723402586
air: The remote server returned an error: (403) rate limit exceeded.
URL https://api.github.com/repos/cosmtrek/air/releases/latest is not valid
Doing a .\bin\checkver.ps1 air succeeds, either with "-f" or without on my pc.
I would assume we are running into this described limit:
The primary rate limit for unauthenticated requests is 60 requests per hour. (source)
- Watchman has an upstream CI bug, where no Windows binaries have been built in a while: https://github.com/facebook/watchman/issues/1299
- Terraformer does not have the "all-windows" build artifact anymore. No issues or PR in their repo for that though. Might have been an oversight in their latest build.
- UPM is not building for windows since the original 1.0. They seem to have CI build issues that were never resolved (source)
- RGA is working on their CI build for windows (source)
- GnuTLS has CI issues (source)
I would assume we are running into this described limit:
The primary rate limit for unauthenticated requests is 60 requests per hour. (source)
GITHUB API RATE LIMIT: {"limit":5000,"used":994,"remaining":4006,"reset":1766424573}
The GitHub API requests in checkver.ps1 already use a GitHub token. The rate limiting happens because the concurrency limit is exceeded (100 concurrent requests). This problem is tracked by issue https://github.com/ScoopInstaller/GithubActions/issues/64#issuecomment-3478190695 and https://github.com/ScoopInstaller/Scoop/issues/6559. When working on this issue, please ignore problems caused by GitHub rate limits for the time being.