bochs: Update to 2.6.11 (fix au.url) (#777)

This commit is contained in:
Ross Smith II 2020-02-02 18:13:04 -08:00 committed by GitHub
parent ac2843d760
commit 594271ffed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1,26 @@
{ {
"homepage": "http://bochs.sourceforge.net/", "homepage": "http://bochs.sourceforge.net/",
"description": "Open source IA-32 (x86) PC emulator written in C++", "description": "Open source IA-32 (x86) PC emulator written in C++",
"version": "2.6.10", "version": "2.6.11",
"license": "LGPL-2.1-only", "license": "LGPL-2.1-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.10/bochs-2.6.10-win64.zip", "url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win64-2.6.11.exe#/dl.7z",
"hash": "sha1:23f49ca8e0bb2d5ff94e68e4fdaa9e04e1752deb", "hash": "sha1:4c3aa9d2bc67b7968633e888918f2593a535c2b1"
"bin": [
"bochs-win64.exe",
"bochsdbg-win64.exe"
]
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.10/bochs-p4-smp-2.6.10-win32.zip", "url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win32-2.6.11.exe#/dl.7z",
"hash": "sha1:b9b259c9f90e65c015aa3cbbd4c1a6471b801ab2", "hash": "sha1:493809db0ce1afd624a8e47c38edb5ee38b9fcbc"
"bin": [
"bochs-p4-smp.exe",
"bochsdbg-p4-smp.exe"
]
} }
}, },
"bin": [
"bochs.exe",
"bochsdbg.exe",
"bxhub.exe",
"bximage.exe",
"niclist.exe",
"sb16ctrl.exe"
],
"checkver": { "checkver": {
"url": "http://bochs.sourceforge.net/getcurrent.html", "url": "http://bochs.sourceforge.net/getcurrent.html",
"re": "<b>Latest release:<\\/b> Bochs ([\\d.]+)" "re": "<b>Latest release:<\\/b> Bochs ([\\d.]+)"
@ -28,10 +28,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/bochs-$version-win64.zip" "url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win64-$version.exe#/dl.7z"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/bochs-p4-smp-$version-win32.zip" "url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win32-$version.exe#/dl.7z"
} }
} }
} }