From ed86fcb5d0c89e358710e25614b5d2bf99d66da9 Mon Sep 17 00:00:00 2001 From: Thomas Sirack Date: Fri, 1 Jan 2021 13:17:38 -0700 Subject: [PATCH] Bochs: bump version (#5553) * bump version to 2.6.11 from 2.6.9 --- .../bochs/{bochs-2.6.9.recipe => bochs-2.6.11.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename app-emulation/bochs/{bochs-2.6.9.recipe => bochs-2.6.11.recipe} (88%) diff --git a/app-emulation/bochs/bochs-2.6.9.recipe b/app-emulation/bochs/bochs-2.6.11.recipe similarity index 88% rename from app-emulation/bochs/bochs-2.6.9.recipe rename to app-emulation/bochs/bochs-2.6.11.recipe index 35d93494e..f43028565 100644 --- a/app-emulation/bochs/bochs-2.6.9.recipe +++ b/app-emulation/bochs/bochs-2.6.11.recipe @@ -1,12 +1,13 @@ SUMMARY="The open-source IA-32 emulator" -DESCRIPTION="Bochs IA-32 Emulator provides a virtual PC that can run operating systems such as Windows, Linux, and BSD" +DESCRIPTION="Bochs IA-32 Emulator provides a virtual PC that can run \ +operating systems such as Windows, Linux, and BSD" HOMEPAGE="http://bochs.sourceforge.net/" -COPYRIGHT="2001-2017 The Bochs Project" +COPYRIGHT="2001-2020 The Bochs Project" LICENSE="GNU LGPL v2.1 Bochs" -REVISION="4" +REVISION="1" SOURCE_URI="https://downloads.sourceforge.net/bochs/bochs-$portVersion.tar.gz" -CHECKSUM_SHA256="ee5b677fd9b1b9f484b5aeb4614f43df21993088c0c0571187f93acb0866e98c" +CHECKSUM_SHA256="63897b41fbbbdfb1c492d3c4dee1edb4224282a07bbdf442a4a68c19bcc18862" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86"