From 590d5e208c63106732c3281572d15ce7f4a4f981 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 21 Sep 2024 06:49:57 +0200 Subject: [PATCH] jinx: Upgrade to 0.3.6 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f7f061372..4a0d5df2f 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/38c85f46947f4d3eaff57a6c98fe8a663d98fc82/jinx + curl -Lo jinx https://github.com/mintsuki/jinx/raw/35af34f2d105bf27478112706de08bd98c316be7/jinx chmod +x jinx .PHONY: distro-full