mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"version": "1.14.2",
|
|
"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.2-x64.zip",
|
|
"hash": "9348c4b28762c9e852429105c20babdb94414524eb03a03e20efd66db5fcabbd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2-win32.zip",
|
|
"hash": "d1ea5453db6bfdf6a1886b1f1a5fadbb87d30ee4558cc60356f195e849897f07"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"Get-ChildItem \"$dir\\Slik-Subversion-*.msi\" | Select-Object -First 1 | ForEach-Object {Rename-Item $_ 'dl.msi'}",
|
|
"Expand-MsiArchive \"$dir\\dl.msi\" \"$dir\" -ExtractDir 'SlikSvn' -Removal | Out-Null"
|
|
],
|
|
"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.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|