summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-27 15:47:51 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-27 15:47:51 +0000
commita685dde6f4eb6def6af4588ea484de2ded22e98c (patch)
tree0f6783326112539dc1c774593277a741432dc4c3
parenta6dfe581e487e9443813703e37c96633817176f9 (diff)
downloadtoolchains-a685dde6f4eb6def6af4588ea484de2ded22e98c.tar.gz
toolchains-a685dde6f4eb6def6af4588ea484de2ded22e98c.tar.bz2
Update clib2 to 2.212
I think the first '2' is a typo!
-rw-r--r--m68k-unknown-amigaos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 7ba2e19..6eba100 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -20,7 +20,7 @@ UPSTREAM_MPC_VERSION := 0.8.2
UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz
UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL)
-UPSTREAM_CLIB2_VERSION := 1_208
+UPSTREAM_CLIB2_VERSION := 2_212
UPSTREAM_CLIB2_TARBALL := V$(UPSTREAM_CLIB2_VERSION).tar.gz
UPSTREAM_CLIB2_URI := https://github.com/adtools/clib2/archive/$(UPSTREAM_CLIB2_TARBALL)