diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2024-01-14 14:01:33 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 10:01:33 -0700 |
| commit | d6556e7e4d892c0eb944eabc95fe07fcde44b526 (patch) | |
| tree | 6e748dc1a5c54feb92b907df795e2e013b333df2 /tools | |
| parent | 93fa8a0e9eab5c519113ee0f23ce1961c278195f (diff) | |
Update pigment64 to fix non-linux downloads (#133)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index 10f6b30..06be2b1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -53,9 +53,9 @@ $(IDO_7_1): | $(IDO_7_1_DIR) $(RM) ido-7.1-recomp-$(DETECTED_OS).tar.gz $(PIGMENT64): | $(PIGMENT64_DIR) - wget $(WGET_FLAGS) https://github.com/decompals/pigment64/releases/download/0.3.0/pigment64_0.3.0_$(PIGMENT64_OS).tar.gz - tar xf pigment64_0.3.0_$(PIGMENT64_OS).tar.gz -C $(PIGMENT64_DIR) - $(RM) pigment64_0.3.0_$(PIGMENT64_OS).tar.gz + wget $(WGET_FLAGS) https://github.com/decompals/pigment64/releases/download/0.4.3/pigment64_0.4.3_$(PIGMENT64_OS).tar.gz + tar xf pigment64_0.4.3_$(PIGMENT64_OS).tar.gz -C $(PIGMENT64_DIR) + $(RM) pigment64_0.4.3_$(PIGMENT64_OS).tar.gz $(IDO_5_3_DIR): mkdir -p $@ |
