From db85e60b347252f9068e6e1f4cd1206566bc6ea7 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 15 Sep 2024 06:59:11 +0200 Subject: [PATCH] jinx: Upgrade to 0.3.5 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 2cb435338..f7f061372 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,7 @@ debug: JINX_CONFIG_FILE=jinx-config-debug $(MAKE) all jinx: - curl -Lo jinx https://github.com/mintsuki/jinx/raw/4f3b5cebff39cab2777ec72aa2915468fd25d752/jinx + curl -Lo jinx https://github.com/mintsuki/jinx/raw/38c85f46947f4d3eaff57a6c98fe8a663d98fc82/jinx chmod +x jinx .PHONY: distro-full