mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"version": "1.14.1",
|
|
"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.14.1-x64.msi",
|
|
"hash": "db82f788dda35b5374b7383722935067af56f7b4420956ee9a2ece526bca5d3d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.1-win32.msi",
|
|
"hash": "9be8737d1357415ed286a1e68205f7ca932b6ee146dcff97db2eefe86ad90b1d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|