Skip to content

Commit 39e9ff0

Browse files
committed
Updated source code url... again ¬¬
1 parent 462f6c4 commit 39e9ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
},
5656
"buho": {
5757
"type": "DirectoryIndex",
58-
"url": "http://wiki.qemu-project.org/download/"
58+
"url": "https://download.qemu.org/"
5959
}
6060
}

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TARGET_USER=aarch64-linux-user,arm-linux-user,i386-linux-user,x86_64-linux-user
88

99
QEMU_VERSION=`node -p "require('./package.json').version"`
1010

11-
QEMU_URL=http://download.qemu.org/qemu-$QEMU_VERSION.tar.bz2
11+
QEMU_URL=https://download.qemu.org/qemu-$QEMU_VERSION.tar.bz2
1212

1313

1414
if [[ -z $JOBS ]]; then

0 commit comments

Comments
 (0)