From 43bd86a610ddd85643464d197c219c5c9338a202 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 4 Aug 2024 22:11:49 +0200 Subject: [PATCH] jinx: Upgrade to 0.2.31 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 50700794f..0794a6a3d 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/c1c78f1aff1ec00c1d2aaa84f7249168be66a972/jinx + curl -Lo jinx https://github.com/mintsuki/jinx/raw/99d8151ca5f849e48c38cbe1a232c6a7a1dbc681/jinx chmod +x jinx .PHONY: distro-full