mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
13 Commits
ed5db50500
...
4c907a46bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c907a46bd | ||
|
|
40055527b0 | ||
|
|
0de0f4e921 | ||
|
|
947bf061af | ||
|
|
4e1a198ad5 | ||
|
|
31672b2a83 | ||
|
|
4e3ac1cd20 | ||
|
|
41b6acbed0 | ||
|
|
0003b82fd1 | ||
|
|
b1d8957c8f | ||
|
|
5867409ade | ||
|
|
2f41f0b374 | ||
|
|
db2e160900 |
@ -15,8 +15,9 @@
|
|||||||
},
|
},
|
||||||
"bin": "biome.exe",
|
"bin": "biome.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/biomejs/biome/tags",
|
"url": "https://api.github.com/repos/biomejs/biome/releases",
|
||||||
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
|
"jsonpath": "$..tag_name",
|
||||||
|
"regex": "cli/[vV]([\\d.]+)\""
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "A general purpose syntax highlighter in pure Go",
|
"description": "A general purpose syntax highlighter in pure Go",
|
||||||
"homepage": "https://github.com/alecthomas/chroma",
|
"homepage": "https://github.com/alecthomas/chroma",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-amd64.tar.gz",
|
"url": "https://github.com/alecthomas/chroma/releases/download/v2.17.0/chroma-2.17.0-windows-amd64.tar.gz",
|
||||||
"hash": "561d59f12eaf5047073f4d9544ddc94ce0c2a13c54ed58ea12c6b8cf73a314f4"
|
"hash": "8f6e88633d852cb646666b3e515c607323d3c07aee24defc3e59d2b7ab373088"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-386.tar.gz",
|
"url": "https://github.com/alecthomas/chroma/releases/download/v2.17.0/chroma-2.17.0-windows-386.tar.gz",
|
||||||
"hash": "f27a5cbdc1f5adc001ad6dcd61a4fb41e5a33a8cbd46058a5195a1340fb17173"
|
"hash": "a9c2c7dea0c5ffab8da96bf81d10247a02fe45195bbdf69f2db32dd39313251e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "chroma.exe",
|
"bin": "chroma.exe",
|
||||||
|
|||||||
@ -1,28 +1,23 @@
|
|||||||
{
|
{
|
||||||
"version": "0.9.0.1",
|
"version": "0.10.0",
|
||||||
"description": "Cut, copy, and paste anything, anywhere in the terminal",
|
"description": "Cut, copy, and paste anything, anywhere in the terminal",
|
||||||
"homepage": "https://github.com/Slackadays/Clipboard",
|
"homepage": "https://getclipboard.app",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-windows-amd64.zip",
|
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.10.0/clipboard-windows-amd64.zip",
|
||||||
"hash": "fd7715f3a79b69d249027e3f7403438b7ff762c5f26aac8aa8226ff245101e5f"
|
"hash": "498ad9c2fb3f4432df28ff1fb26ea2223a8c5a822e39a1239bbdc31af5494244"
|
||||||
},
|
|
||||||
"arm64": {
|
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-windows-arm64.zip",
|
|
||||||
"hash": "e058e19091f4d04a849e8385b87effd9ae55f7659cf15b3d0394b0e6144ffb1b"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "bin",
|
"extract_dir": "bin",
|
||||||
"bin": "cb.exe",
|
"bin": "cb.exe",
|
||||||
"checkver": "github",
|
"checkver": {
|
||||||
|
"github": "https://github.com/Slackadays/Clipboard"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-amd64.zip"
|
"url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-amd64.zip"
|
||||||
},
|
|
||||||
"arm64": {
|
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-arm64.zip"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "2.3.0",
|
"version": "2.4.1",
|
||||||
"description": "An improved sequence editor for Git",
|
"description": "An improved sequence editor for Git",
|
||||||
"homepage": "https://gitrebasetool.mitmaro.ca",
|
"homepage": "https://gitrebasetool.mitmaro.ca",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
|
"notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.3.0/interactive-rebase-tool.exe",
|
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.4.1/git-interactive-rebase-tool-2.4.1-windows-_x86_64.exe#/interactive-rebase-tool.exe",
|
||||||
"hash": "e3c2603e8d5b564e14bfb243514b2dc4eccf7c593a8ba7290af56e2fc9d8ef3d"
|
"hash": "c1ed22c2fe4d6f5d642714ad0c3bdad877805680460f5ada87ecd006d4d73440"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.4.1/git-interactive-rebase-tool-2.4.1-windows-_aarch64.exe#/interactive-rebase-tool.exe",
|
||||||
|
"hash": "06453849463185e461dcc002ccfb52e3c1c5bebd61bf9853db9f9b7995cd534c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "interactive-rebase-tool.exe",
|
"bin": "interactive-rebase-tool.exe",
|
||||||
@ -17,7 +21,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/interactive-rebase-tool.exe"
|
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/git-interactive-rebase-tool-$version-windows-_x86_64.exe#/interactive-rebase-tool.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/git-interactive-rebase-tool-$version-windows-_aarch64.exe#/interactive-rebase-tool.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.2.2",
|
"version": "2.2.4",
|
||||||
"description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
|
"description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
|
||||||
"homepage": "https://nim-lang.org/",
|
"homepage": "https://nim-lang.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -8,15 +8,15 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-2.2.2_x64.zip",
|
"url": "https://nim-lang.org/download/nim-2.2.4_x64.zip",
|
||||||
"hash": "8359f3cafe874f235f8875ff12f842ece57b139bb8b6971a48f1344b08702901"
|
"hash": "efcfdfd8b7225e10fe9d619b3288a5b25467c5f39ec526e80501393691274612"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-2.2.2_x32.zip",
|
"url": "https://nim-lang.org/download/nim-2.2.4_x32.zip",
|
||||||
"hash": "4c8abf041b09d55b76678100451f3a4abb71ba387e916863931fed6ba1254041"
|
"hash": "cea831b306ca52afc62f8351287967b07aac1586cacc0d21f1a1b6e98cc2e12a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nim-2.2.2",
|
"extract_dir": "nim-2.2.4",
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"# Copy Nimble package",
|
"# Copy Nimble package",
|
||||||
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"description": "A PDF processor written in Go, supporting encryption.",
|
"description": "A PDF processor written in Go, supporting encryption.",
|
||||||
"homepage": "https://pdfcpu.io",
|
"homepage": "https://pdfcpu.io",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.0/pdfcpu_0.10.0_Windows_x86_64.zip",
|
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.1/pdfcpu_0.10.1_Windows_x86_64.zip",
|
||||||
"hash": "15eda4cae296db1b59e6cea978f38cc914a06b73c9159417bb278b64193ea5a6",
|
"hash": "0a130716915639829144d4e5c41b1bdb5086c8c4bbf610699aa9b4d8b13e4263",
|
||||||
"extract_dir": "pdfcpu_0.10.0_Windows_x86_64"
|
"extract_dir": "pdfcpu_0.10.1_Windows_x86_64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.0/pdfcpu_0.10.0_Windows_i386.zip",
|
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.1/pdfcpu_0.10.1_Windows_i386.zip",
|
||||||
"hash": "5a47a1323414ef46c954ff7e89a3cc5ccc92fa57e9262f84b862a1d9dc0df7be",
|
"hash": "68ed7cd6b939ab187eb524c91f4a6073610359357bc2bc7ce56df59fba27f223",
|
||||||
"extract_dir": "pdfcpu_0.10.0_Windows_i386"
|
"extract_dir": "pdfcpu_0.10.1_Windows_i386"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "pdfcpu.exe",
|
"bin": "pdfcpu.exe",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "49.0",
|
"version": "50.1",
|
||||||
"homepage": "https://perfetto.dev/",
|
"homepage": "https://perfetto.dev/",
|
||||||
"description": "A production-grade open-source stack for performance instrumentation and trace analysis.",
|
"description": "A production-grade open-source stack for performance instrumentation and trace analysis.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/google/perfetto/releases/download/v49.0/windows-amd64.zip",
|
"url": "https://github.com/google/perfetto/releases/download/v50.1/windows-amd64.zip",
|
||||||
"hash": "bbd9ade28127fa7cd96e9f24bfe2b386e252059f02ef5471b4711587c4361e5d",
|
"hash": "fc8da574993c52a2615c727ca779bce4a0bf0b49bd07743be627c034a0aa3ee3",
|
||||||
"extract_dir": "windows-amd64"
|
"extract_dir": "windows-amd64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
36
bucket/pixi.json
Normal file
36
bucket/pixi.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"version": "0.46.0",
|
||||||
|
"description": "Package management made easy",
|
||||||
|
"homepage": "https://pixi.sh",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.46.0/pixi-x86_64-pc-windows-msvc.zip",
|
||||||
|
"hash": "efaa2869ca3ff6128311213899e2f83c6ea06c71bc4bc1d626382b1cfac166c6"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.46.0/pixi-aarch64-pc-windows-msvc.zip",
|
||||||
|
"hash": "02b3b576797f7c454fbf4bf88d58baa04992f54efb03e057b4289d613505f9ce"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "pixi.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/prefix-dev/pixi"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-x86_64-pc-windows-msvc.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-aarch64-pc-windows-msvc.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "5.4.1",
|
"version": "5.4.2",
|
||||||
"description": "A log file highlighter",
|
"description": "A log file highlighter",
|
||||||
"homepage": "https://github.com/bensadeh/tailspin",
|
"homepage": "https://github.com/bensadeh/tailspin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"depends": "main/less",
|
"depends": "main/less",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/bensadeh/tailspin/releases/download/5.4.1/tailspin-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/bensadeh/tailspin/releases/download/5.4.2/tailspin-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "83281ae45d4f392675f5031ceaf4c92e022b4fc1c52d3e77048b96a6b4481725"
|
"hash": "615833faf1266b2e907fdbacf92f98dee9787c28f14cce97671d093b26786a26"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "tspin.exe",
|
"bin": "tspin.exe",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "71",
|
"version": "71",
|
||||||
"description": "A video processing framework with simplicity in mind",
|
"description": "A video processing framework with simplicity in mind",
|
||||||
"homepage": "https://www.vapoursynth.com",
|
"homepage": "https://www.vapoursynth.com/",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"vcredist": "extras/vcredist2022"
|
"vcredist": "extras/vcredist2022"
|
||||||
},
|
},
|
||||||
@ -10,23 +10,8 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
|
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
|
||||||
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
|
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
|
|
||||||
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
|
||||||
"$arch = $architecture.SubString(0,2)",
|
|
||||||
"if(Test-Path \"$persist_dir\\vapoursynth$arch\") {Copy-Item \"$persist_dir\\*\" \"$dir\\\" -Force -Recurse}"
|
|
||||||
],
|
|
||||||
"uninstaller": {
|
|
||||||
"script": [
|
|
||||||
"$arch = $architecture.SubString(0,2)",
|
|
||||||
"ensure \"$persist_dir\" | Out-Null",
|
|
||||||
"Copy-Item \"$dir\\vapoursynth$arch\" \"$persist_dir\\\" -Force -Recurse"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bin": [
|
"bin": [
|
||||||
"AVFS.exe",
|
"AVFS.exe",
|
||||||
"VSPipe.exe",
|
"VSPipe.exe",
|
||||||
@ -41,9 +26,6 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
|
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "5.8.0",
|
"version": "5.8.1",
|
||||||
"description": "Hybrid lossless audio compression",
|
"description": "Hybrid lossless audio compression",
|
||||||
"homepage": "https://www.wavpack.com",
|
"homepage": "https://www.wavpack.com",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/dbry/WavPack/releases/download/5.8.0/wavpack-5.8.0-x64.zip",
|
"url": "https://github.com/dbry/WavPack/releases/download/5.8.1/wavpack-5.8.0-x64.zip",
|
||||||
"hash": "bbb29d1478dfaab80a6ea868deb575a82414c5d79cbec91cdc1044c358945168"
|
"hash": "bbb29d1478dfaab80a6ea868deb575a82414c5d79cbec91cdc1044c358945168"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/dbry/WavPack/releases/download/5.8.0/wavpack-5.8.0-x86.zip",
|
"url": "https://github.com/dbry/WavPack/releases/download/5.8.1/wavpack-5.8.0-x86.zip",
|
||||||
"hash": "e78588e3f49a7b619bf1bc6cb86efd58094398614c707f82102b76c5c21d8cb6"
|
"hash": "e78588e3f49a7b619bf1bc6cb86efd58094398614c707f82102b76c5c21d8cb6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user