2025-04-16 00:42:05 +00:00

19 lines
769 B
JSON

{
"version": "4.3.1",
"description": "A software development tool that connects programs written in C and C++ with a variety of high-level programming languages.",
"homepage": "https://www.swig.org",
"license": "GPL-3.0-or-later",
"url": "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-4.3.1/swigwin-4.3.1.zip",
"hash": "sha1:ef81e469941924e7483fc9143abdceeeaef7c394",
"extract_dir": "swigwin-4.3.1",
"bin": "swig.exe",
"checkver": {
"url": "http://www.swig.org/download.html",
"regex": "swigwin-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-$version/swigwin-$version.zip",
"extract_dir": "swigwin-$version"
}
}