From 2d4358cd35135396f4522752a5631d59251c3f02 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 29 Dec 2024 17:55:23 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- software/{what-to-cook?.yml => what-to-cook.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename software/{what-to-cook?.yml => what-to-cook.yml} (100%) diff --git a/Makefile b/Makefile index d339e2a934..5915587bc0 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/software/what-to-cook?.yml b/software/what-to-cook.yml similarity index 100% rename from software/what-to-cook?.yml rename to software/what-to-cook.yml