Skip to content

Commit bad8975

Browse files
authored
tools: Makefile: update hecat to 1.5.1 (#1834)
- https://github.com/nodiscc/hecat/releases/tag/1.5.1 - partial fix for #1828, metadata for 2025-08 still wrong on multiple projects, make update_metadata should be run manually with >= 4 months history
1 parent 5a6a09a commit bad8975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
python3 -m venv .venv
99
source .venv/bin/activate && \
1010
pip3 install wheel && \
11-
pip3 install --force git+https://github.com/nodiscc/[email protected].0
11+
pip3 install --force git+https://github.com/nodiscc/[email protected].1
1212

1313
.PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted
1414
import: clean install

0 commit comments

Comments
 (0)