mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
|
"version": "1.14.2b",
|
|
"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.2b-x64.zip",
|
|
"hash": "1c5b992b0d2b065bdbbea9939980cd5111519f1588de4a853d5e3115d7c1ea9d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2b-win32.zip",
|
|
"hash": "2774b536a769aa4be5330c68b126b27acbac0b2e08d4b86b0635eb958894ec9a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2b-ARM64.zip",
|
|
"hash": "cceb88655824577ff8b956fb0752f5de0d2f07e9a12bba55255227bd89fe5e1f"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"Get-Item \"$dir\\Slik-Subversion-*.msi\" | Expand-MsiArchive -Destination \"$dir\" -ExtractDir 'PFiles' -Removal | Out-Null"
|
|
],
|
|
"bin": [
|
|
"bin\\svn.exe",
|
|
"bin\\svnadmin.exe",
|
|
"bin\\svnauthz.exe",
|
|
"bin\\svnauthz-validate.exe",
|
|
"bin\\svnbench.exe",
|
|
"bin\\svndumpfilter.exe",
|
|
"bin\\svnfsfs.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 ([\\w.]+), 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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-ARM64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|