tools: update hecat to v1.3.1, fix invalid filenames on Windows (#1045)

* tools: update hecat to v1.3.1
- https://github.com/nodiscc/hecat/releases/tag/1.3.1
* fix what-to-cook?.yml filename preventing cloning on windows
- https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/1044
- https://github.com/nodiscc/hecat/pull/143
This commit is contained in:
nodiscc
2024-12-29 17:55:23 +00:00
committed by GitHub
parent f0fb18cd91
commit 2d4358cd35
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.3.0
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.3.1
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install