mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
19 lines
768 B
JSON
19 lines
768 B
JSON
{
|
|
"version": "4.0.2",
|
|
"description": "A software development tool that connects programs written in C and C++ with a variety of high-level programming languages.",
|
|
"homepage": "http://www.swig.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-4.0.2/swigwin-4.0.2.zip",
|
|
"hash": "sha1:663d583efcdb31292f0351ae467bd485e594d7ca",
|
|
"extract_dir": "swigwin-4.0.2",
|
|
"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"
|
|
}
|
|
}
|