diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-01-07 15:18:41 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-01-07 15:18:41 +0000 |
commit | 69158bc8381a8dc1cf71dd78de3c4891dc1004b7 (patch) | |
tree | f59305f35a661834fc5fd5fecd18ab3c27b009af | |
parent | fdbb360d2e710815abc73d15b6904b0cef9df9b7 (diff) | |
parent | a6b4eb2d9f790c00c141fe7a039525a0ddb74a92 (diff) | |
download | lorries-69158bc8381a8dc1cf71dd78de3c4891dc1004b7.tar.gz |
Merge remote-tracking branch 'origin/tiagogomes/gcc-4.9.2'
Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r-- | open-source-lorries/gcc-tarball.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/gcc-tarball.lorry b/open-source-lorries/gcc-tarball.lorry index 144ef9c..32d682d 100644 --- a/open-source-lorries/gcc-tarball.lorry +++ b/open-source-lorries/gcc-tarball.lorry @@ -3,6 +3,6 @@ "type": "tarball", "compression": "bzip2", "strip": 1, - "url": "http://ftp.gnu.org/gnu/gcc/gcc-4.7.3/gcc-4.7.3.tar.bz2" + "url": "http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2" } } |