mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
8 Commits
faf6ab137f
...
25d1e9bb85
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25d1e9bb85 | ||
|
|
0fe291bc3d | ||
|
|
3f40e896bd | ||
|
|
e66d788361 | ||
|
|
2c3ad540af | ||
|
|
19abbf211e | ||
|
|
507b89c078 | ||
|
|
c54c7481c8 |
@ -5,23 +5,21 @@
|
||||
"license": "https://itefix.net/simplified-bsd-license",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://itefix.net/download/free/cwrsync_6.4.5_x64_free.zip",
|
||||
"hash": "b8a2d16e0710fe5ceeaed5520a0b642521aa5c9ffd4b13b6ef49a5fc8e8639e2",
|
||||
"url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v6.4.5/cwrsync_6.4.5_x64_free.zip",
|
||||
"hash": "2fb0c9d1932c51d98c2ea0f09a581bd093b8a83741f3f933a263ada29007a67a",
|
||||
"extract_dir": "cwrsync_6.4.5_x64_free"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\rsync.exe",
|
||||
"checkver": {
|
||||
"url": "https://itefix.net/cwrsync/client/downloads",
|
||||
"regex": "cwrsync_([\\d.]+)_x64_free\\.zip"
|
||||
"url": "https://api.github.com/repos/itefixnet/download/releases",
|
||||
"jsonpath": "$[?(@.tag_name =~ /cwrsync-client-v[\\d.]+/)].tag_name",
|
||||
"regex": "cwrsync-client-v(?<version>[\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://itefix.net/download/free/cwrsync_$version_x64_free.zip",
|
||||
"hash": {
|
||||
"url": "https://verify.itefix.net/$basename.sha256.asc"
|
||||
},
|
||||
"url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v$version/cwrsync_$version_x64_free.zip",
|
||||
"extract_dir": "cwrsync_$version_x64_free"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "12.1.3",
|
||||
"version": "12.1.5",
|
||||
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
|
||||
"homepage": "https://owasp.org/www-project-dependency-check/",
|
||||
"license": "Apache-2.0",
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.3/dependency-check-12.1.3-release.zip",
|
||||
"hash": "c79149ab46ce24b2c69d4734caa1afa4e62f128eec719733bb8f0eb406bdd0d6",
|
||||
"url": "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.5/dependency-check-12.1.5-release.zip",
|
||||
"hash": "fd7bc295258f59470c7581290ced28262e8bfe34caa2f29cf5bf0ae8ec34db27",
|
||||
"extract_dir": "dependency-check",
|
||||
"bin": "bin\\dependency-check.bat",
|
||||
"checkver": {
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.284.0",
|
||||
"version": "0.285.0",
|
||||
"description": "A static type checker for JavaScript code",
|
||||
"homepage": "https://flow.org/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/facebook/flow/releases/download/v0.284.0/flow-win64-v0.284.0.zip",
|
||||
"hash": "e38b629aa98f934aede6fbf028955a531389a1f24664de940f00d605fe11dd62"
|
||||
"url": "https://github.com/facebook/flow/releases/download/v0.285.0/flow-win64-v0.285.0.zip",
|
||||
"hash": "72aba6a351972eb8b4ab277760f94360c9427ced1fda1d83ff9b6ae4d358468e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "flow",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "1.53.3",
|
||||
"version": "1.53.5",
|
||||
"description": "Language Server Implementation for Luau",
|
||||
"homepage": "https://github.com/JohnnyMorganz/luau-lsp",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.53.3/luau-lsp-win64.zip",
|
||||
"hash": "7bb683dff6469579f85ef8313372ef512b3a6b8ffe22908c9ec9254d5b352227"
|
||||
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.53.5/luau-lsp-win64.zip",
|
||||
"hash": "48a26bf493c746ae18464697caf5be12e9af110905a3c459faa266069b327e20"
|
||||
}
|
||||
},
|
||||
"bin": "luau-lsp.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "26.20.1",
|
||||
"version": "26.23.8",
|
||||
"description": "A prompt theme engine for any shell",
|
||||
"homepage": "https://ohmyposh.dev",
|
||||
"license": "MIT",
|
||||
@ -7,32 +7,22 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940",
|
||||
"df94a60b1eda6ea01504476e95927aa621d573bfb6f92e57034067fcb1b8cba7"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-386.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940",
|
||||
"9a3a10842a0b1733c22c2c79cf14182c9410230ddd29f4bb9f30c5030da9f997"
|
||||
"4ebab1e0126b64c7bdfcde3ed946dd20d1f53f8c5fa756a98d3f1139ae99e7f7",
|
||||
"4b73bd2b899ca76e0624bcaeebc89cbc85c13e7baa2d08c565bc99744c817887"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.8/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940",
|
||||
"3b2ee48a78c397efa6acfbe94e56fb89402f2534763c533c1bb61acf024ad276"
|
||||
"4ebab1e0126b64c7bdfcde3ed946dd20d1f53f8c5fa756a98d3f1139ae99e7f7",
|
||||
"1f81d7659a08d4ec6e0ef4c59310b81ae258edbd557f579f777d72dac464ea04"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -52,22 +42,12 @@
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-386.exe#/oh-my-posh.exe"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
]
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt",
|
||||
"regex": "$sha256.*?$basename"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "16.28.1",
|
||||
"version": "16.28.2",
|
||||
"description": "Free database schema discovery and comprehension tool",
|
||||
"homepage": "https://www.schemacrawler.com/",
|
||||
"license": "EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v16.28.1/SchemaCrawler-16.28.1.msi",
|
||||
"hash": "13a99f56730ab3814f8aa268e1c36a614979043f87164b969aeb6659a15fe52a"
|
||||
"url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v16.28.2/SchemaCrawler-16.28.2.msi",
|
||||
"hash": "7581e15c072931744c94a62bc6e7697e11816bfa4d77eb2031f48e576fa66d2c"
|
||||
}
|
||||
},
|
||||
"extract_dir": "SchemaCrawler",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user