diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-01-07 14:27:26 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-01-07 14:27:26 +0000 |
commit | a6b4eb2d9f790c00c141fe7a039525a0ddb74a92 (patch) | |
tree | f59305f35a661834fc5fd5fecd18ab3c27b009af | |
parent | fdbb360d2e710815abc73d15b6904b0cef9df9b7 (diff) | |
download | lorries-a6b4eb2d9f790c00c141fe7a039525a0ddb74a92.tar.gz |
Update GCC to lorry the 4.9.2 tarball
-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" } } |