mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
19 lines
787 B
JSON
19 lines
787 B
JSON
{
|
|
"version": "4.1.0",
|
|
"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.1.0/swigwin-4.1.0.zip",
|
|
"hash": "4c3c59bb86ba628683d6253b011291af769a2bd83b3d996db36a021b15e3b179",
|
|
"extract_dir": "swigwin-4.1.0",
|
|
"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"
|
|
}
|
|
}
|