Compare commits

..

No commits in common. "f1bb7fab8f101be1a63d0daf90279019039ac7cb" and "0f70a2f362b8b2ce8b2583d74ddb7086c122767e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
app_name="gitea"
tmp_dir="/tmp/${app_name}_tmp"
version="1.23.6"
version="1.23.5"
release="v${version}"
deb_arch="amd64"

View File

@ -2,7 +2,7 @@
app_name="neovim"
tmp_dir="/tmp/${app_name}_tmp"
version="0.11.0"
version="0.10.4"
release="v${version}"
deb_url="https://github.com/neovim/neovim/releases/download/${release}/nvim-linux-x86_64.tar.gz"