Changeset 0dc2fec in mainline for contrib/qemu/build-from-scratch.sh


Ignore:
Timestamp:
2016-05-22T19:19:43Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b272c67a
Parents:
153c7a29 (diff), af2254ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/qemu/build-from-scratch.sh

    r153c7a29 r0dc2fec  
    2929#
    3030
    31 VERSION=2.5.0
     31VERSION=2.6.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
     
    3636URL=http://wiki.qemu-project.org/download/${TARBALL}
    3737REPO=git://git.qemu.org/qemu.git
    38 MD5="f469f2330bbe76e3e39db10e9ac4f8db"
     38MD5="ca3f70b43f093e33e9e014f144067f13"
    3939
    4040if [ "$1" == "--master" ]; then
Note: See TracChangeset for help on using the changeset viewer.