瀏覽代碼

package/qemu: change project and download URL to https

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Seiderer 2 年之前
父節點
當前提交
33bb76627b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package/qemu/Config.in
  2. 1 1
      package/qemu/qemu.mk

+ 1 - 1
package/qemu/Config.in

@@ -43,7 +43,7 @@ menuconfig BR2_PACKAGE_QEMU
 	  Linux. When using KVM, QEMU can virtualize x86, server and
 	  Linux. When using KVM, QEMU can virtualize x86, server and
 	  embedded PowerPC, and S390 guests.
 	  embedded PowerPC, and S390 guests.
 
 
-	  http://qemu.org/
+	  https://www.qemu.org/
 
 
 if BR2_PACKAGE_QEMU
 if BR2_PACKAGE_QEMU
 
 

+ 1 - 1
package/qemu/qemu.mk

@@ -8,7 +8,7 @@
 # needs to be updated.
 # needs to be updated.
 QEMU_VERSION = 7.2.0
 QEMU_VERSION = 7.2.0
 QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
 QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
-QEMU_SITE = http://download.qemu.org
+QEMU_SITE = https://download.qemu.org
 QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
 QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
 QEMU_LICENSE_FILES = COPYING COPYING.LIB
 QEMU_LICENSE_FILES = COPYING COPYING.LIB
 # NOTE: there is no top-level license file for non-(L)GPL licenses;
 # NOTE: there is no top-level license file for non-(L)GPL licenses;