Skip to content

Conversation

@TomJo2000
Copy link
Member

@TomJo2000 TomJo2000 commented Jan 27, 2026

I haven't been able to work out any reason for why neovim and neovim-nightly incorrectly calculated their checksums wrong the last time they tried to auto-update.

Downloading [email protected] source from 'https://github.com/neovim/neovim/archive/refs/tags/v0.11.6.tar.gz' if necessary...
Downloading https://github.com/neovim/neovim/archive/refs/tags/v0.11.6.tar.gz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  209k    0  209k    0     0   816k      0 --:--:-- --:--:-- --:--:--  816k
100 7969k    0 7969k    0     0  6225k      0 --:--:--  0:00:01 --:--:-- 7585k
100 12.4M    0 12.4M    0     0  6737k      0 --:--:--  0:00:01 --:--:-- 7672k
Wrong checksum for https://github.com/neovim/neovim/archive/refs/tags/v0.11.6.tar.gz
Expected: c63450dfb42bb0115cd5e959f81c77989e1c8fd020d5e3f1e6d897154ce8b771
Actual:   d1c8e3f484ed1e231fd5f48f53b7345b628e52263d5eef489bb8b73ca8d90fca
ERROR: failed to build.

@TomJo2000 TomJo2000 requested a review from Grimler91 as a code owner January 27, 2026 17:42
@TomJo2000
Copy link
Member Author

The neovim auto-updates succeed locally on my machine.
I traced the error message back to this block.

if ! "${TERMUX_SCRIPTDIR}/scripts/run-docker.sh" ./build-package.sh -C -a "${TERMUX_ARCH}" -i "${TERMUX_PKG_NAME}"; then
_termux_should_cleanup "${big_package}" && "${TERMUX_SCRIPTDIR}/scripts/run-docker.sh" ./clean.sh
git checkout -- "${TERMUX_SCRIPTDIR}"
termux_error_exit "failed to build."
fi

Which doesn't help make things clearer.

@TomJo2000 TomJo2000 force-pushed the neovim-auto-updates branch from 9572efb to 46c2926 Compare January 28, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto update failing for neovim Auto update failing for neovim-nightly

1 participant