diff options
author | fuzzard <fuzzard@kodi.tv> | 2020-07-31 21:41:26 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2020-08-03 14:14:04 +1000 |
commit | 469a9cd956af07d0a2d13fd105073a5a99458858 (patch) | |
tree | 3d3e8ec6c9272a1ea4da21baf6aaf53fb4d5a3f3 /tools/depends | |
parent | a791385edef7f602bc31ea8dde6eb2873c417268 (diff) |
[tools/depends] bump gmp 6.2.0
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/gmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/gmp/Makefile b/tools/depends/target/gmp/Makefile index 1bc119f71e..6023d6987f 100644 --- a/tools/depends/target/gmp/Makefile +++ b/tools/depends/target/gmp/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=gmp -VERSION=6.1.2 +VERSION=6.2.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 |