mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"version": "1.12.0",
|
|
"description": "A software versioning and revision control system.",
|
|
"homepage": "https://sliksvn.com/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.12.0-x64.msi",
|
|
"hash": "66c432172fdd490ef8b5adadb95d37c06ecafc68aa93b2cecfa763eaf63126f1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.12.0-win32.msi",
|
|
"hash": "39889d54356556caf0cce01f20a9b9678024bb10a7a0cdc60cfe277ca415a06f"
|
|
}
|
|
},
|
|
"extract_dir": "SlikSvn",
|
|
"bin": [
|
|
"bin\\svn.exe",
|
|
"bin\\svnadmin.exe",
|
|
"bin\\svnauthz-validate.exe",
|
|
"bin\\svndumpfilter.exe",
|
|
"bin\\svnlook.exe",
|
|
"bin\\svnmucc.exe",
|
|
"bin\\svn-populate-node-origins-index.exe",
|
|
"bin\\svnrdump.exe",
|
|
"bin\\svnserve.exe",
|
|
"bin\\svnsync.exe",
|
|
"bin\\svnversion.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://sliksvn.com/download/",
|
|
"regex": "<a.*>SVN ([\\d.]+), 64 bit</a>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-win32.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|