mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
sliksvn: Update to version 1.14.2b and add arm64 architecture (#4765)
This commit is contained in:
parent
42cc6cc51f
commit
5f312b420c
@ -1,16 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.14.2",
|
"version": "1.14.2b",
|
||||||
"description": "A software versioning and revision control system.",
|
"description": "A software versioning and revision control system.",
|
||||||
"homepage": "https://sliksvn.com/",
|
"homepage": "https://sliksvn.com/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2-x64.zip",
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2b-x64.zip",
|
||||||
"hash": "9348c4b28762c9e852429105c20babdb94414524eb03a03e20efd66db5fcabbd"
|
"hash": "1c5b992b0d2b065bdbbea9939980cd5111519f1588de4a853d5e3115d7c1ea9d"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2-win32.zip",
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2b-win32.zip",
|
||||||
"hash": "d1ea5453db6bfdf6a1886b1f1a5fadbb87d30ee4558cc60356f195e849897f07"
|
"hash": "2774b536a769aa4be5330c68b126b27acbac0b2e08d4b86b0635eb958894ec9a"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://sliksvn.com/pub/Slik-Subversion-1.14.2b-ARM64.zip",
|
||||||
|
"hash": "cceb88655824577ff8b956fb0752f5de0d2f07e9a12bba55255227bd89fe5e1f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
@ -32,7 +36,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://sliksvn.com/download/",
|
"url": "https://sliksvn.com/download/",
|
||||||
"regex": "<a.*>SVN ([\\d.]+), 64 bit</a>"
|
"regex": "<a.*>SVN ([\\w.]+), 64 bit</a>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -41,6 +45,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-win32.zip"
|
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-win32.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://sliksvn.com/pub/Slik-Subversion-$version-ARM64.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user