yosys: Add archive URL & outdated note (#3469)

* yosys: Remove checkver/autoupdate, add note

* yosys: Make note clearer

* yosys: Update homepage to new website

* yosys: Update url to archived zip in Binary repo
This commit is contained in:
tech189 2022-04-04 22:47:18 +01:00 committed by GitHub
parent 48f56e64ad
commit 3f46a17e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,14 @@
{ {
"version": "0.9", "version": "0.9",
"description": "Framework for Verilog RTL synthesis", "description": "Framework for Verilog RTL synthesis",
"homepage": "http://www.clifford.at/yosys/about.html", "homepage": "https://yosyshq.net/yosys/",
"license": "ISC", "license": "ISC",
"url": "http://www.clifford.at/yosys/nogit/win32/yosys-win32-mxebin-0.9.zip", "notes": "Separate binaries are no longer released for Yosys, but updated versions are included in OSS CAD Suite (versions/oss-cad-suite-nightly)",
"url": "https://github.com/ScoopInstaller/Binary/raw/master/yosys/yosys-win32-mxebin-0.9.zip",
"hash": "d638d860dff1f351c15ff0caeaa668742649677b874b1a9bdb0b6ce0e54840f5", "hash": "d638d860dff1f351c15ff0caeaa668742649677b874b1a9bdb0b6ce0e54840f5",
"extract_dir": "yosys-win32-mxebin-0.9", "extract_dir": "yosys-win32-mxebin-0.9",
"bin": [ "bin": [
"yosys.exe", "yosys.exe",
"yosys-abc.exe" "yosys-abc.exe"
], ]
"checkver": {
"url": "http://www.clifford.at/yosys/download.html",
"regex": "yosys-win32-mxebin-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "http://www.clifford.at/yosys/nogit/win32/yosys-win32-mxebin-$version.zip",
"extract_dir": "yosys-win32-mxebin-$version"
}
} }