Skip to content

Commit 3715326

Browse files
feat(Makefile): bump Jinx
Signed-off-by: Anhad Singh <[email protected]>
1 parent 1f13576 commit 3715326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ else
77
endif
88

99
jinx:
10+
mkdir -p target
1011
if [ ! -f "target/jinx" ]; then \
11-
curl -Lo target/jinx https://github.com/mintsuki/jinx/raw/30e7d5487bff67a66dfba332113157a08a324820/jinx; \
12+
curl -Lo target/jinx https://github.com/mintsuki/jinx/raw/353c468765dd9404bacba8e5626d0830528e4300/jinx; \
1213
chmod +x target/jinx; \
1314
fi
1415

0 commit comments

Comments
 (0)