diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-01-04 23:25:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-07 10:33:37 +0000 |
commit | 930d96e1b6acba35a6b0e38b25a6ea03253a3316 (patch) | |
tree | d1cf119f763b21d2c0191283bfc44a5614ebd19b /util/crossgcc | |
parent | e7dd3ca40504272ede602fe868275c70f3a61ee8 (diff) | |
download | coreboot-930d96e1b6acba35a6b0e38b25a6ea03253a3316.tar.gz coreboot-930d96e1b6acba35a6b0e38b25a6ea03253a3316.tar.bz2 coreboot-930d96e1b6acba35a6b0e38b25a6ea03253a3316.zip |
crossgcc: Update Python to version 3.7.2
Change-Id: Ie0b3d31ba116314308d4fcc36a19587370fff7cc
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30560
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/sum/Python-3.7.0.tar.xz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/Python-3.7.2.tar.xz.cksum | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 2cb93326c952..d5d68c709887 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -55,7 +55,7 @@ GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.30 GDB_VERSION=8.2.1 IASL_VERSION=20181213 -PYTHON_VERSION=3.7.0 +PYTHON_VERSION=3.7.2 EXPAT_VERSION=2.2.6 # CLANG version number CLANG_VERSION=7.0.1 diff --git a/util/crossgcc/sum/Python-3.7.0.tar.xz.cksum b/util/crossgcc/sum/Python-3.7.0.tar.xz.cksum deleted file mode 100644 index 3056b89c491b..000000000000 --- a/util/crossgcc/sum/Python-3.7.0.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -653cffa5b9f2a28150afe4705600d2e55d89b564 tarballs/Python-3.7.0.tar.xz diff --git a/util/crossgcc/sum/Python-3.7.2.tar.xz.cksum b/util/crossgcc/sum/Python-3.7.2.tar.xz.cksum new file mode 100644 index 000000000000..4519f883b8e9 --- /dev/null +++ b/util/crossgcc/sum/Python-3.7.2.tar.xz.cksum @@ -0,0 +1 @@ +c3dc6928516bcb934cf4740461044c79c7c35494 tarballs/Python-3.7.2.tar.xz
\ No newline at end of file |