Compare commits

...

13 Commits

Author SHA1 Message Date
Trim21
4c907a46bd
pixi: Add version 0.46.0 (#6558)
* add pixi

* Update bucket/pixi.json

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Update bucket/pixi.json

* Update pixi.json

* Update pixi.json

* Update pixi.json

* Update pixi.json

* format

* Update pixi.json

* Update pixi.json

* 0.46.0 / autoupdate

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
2025-04-22 15:46:34 +00:00
HUMORCE
40055527b0
wavpack: Update to version 5.8.1 (Close #6694) 2025-04-22 15:39:08 +00:00
HUMORCE
0de0f4e921
acorn: Deprecate manifest (Close #6751) 2025-04-22 15:31:47 +00:00
b4imetu
947bf061af
vapoursynth: remove 32bit and $arch (#6733) 2025-04-22 15:21:15 +00:00
jack-mil
4e1a198ad5
clipboard: Remove unsupported ARM build (#6753)
Fixes failure to update to 0.10.0
2025-04-22 15:18:00 +00:00
jack-mil
31672b2a83
clash: Deprecate (#6752)
repository was been deleted around Nov 2023

download links no longer work
2025-04-22 15:16:27 +00:00
jack-mil
4e3ac1cd20
git-interactive-rebase-tool: Update to version 2.4.1 and add ARM64 builds (#6754) 2025-04-22 15:16:06 +00:00
jack-mil
41b6acbed0
biome: Fix checkver regex to avoid nightly tags (#6755)
switches to using the github api feed for releases
2025-04-22 15:15:50 +00:00
github-actions[bot]
0003b82fd1 perfetto: Update to version 50.1 2025-04-22 12:31:12 +00:00
github-actions[bot]
b1d8957c8f pdfcpu: Update to version 0.10.1 2025-04-22 12:31:12 +00:00
github-actions[bot]
5867409ade nim: Update to version 2.2.4 2025-04-22 12:31:12 +00:00
github-actions[bot]
2f41f0b374 chroma: Update to version 2.17.0 2025-04-22 12:31:11 +00:00
github-actions[bot]
db2e160900 tailspin: Update to version 5.4.2 2025-04-22 08:30:14 +00:00
13 changed files with 85 additions and 64 deletions

View File

@ -15,8 +15,9 @@
},
"bin": "biome.exe",
"checkver": {
"url": "https://github.com/biomejs/biome/tags",
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
"url": "https://api.github.com/repos/biomejs/biome/releases",
"jsonpath": "$..tag_name",
"regex": "cli/[vV]([\\d.]+)\""
},
"autoupdate": {
"architecture": {

View File

@ -1,16 +1,16 @@
{
"version": "2.16.0",
"version": "2.17.0",
"description": "A general purpose syntax highlighter in pure Go",
"homepage": "https://github.com/alecthomas/chroma",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-amd64.tar.gz",
"hash": "561d59f12eaf5047073f4d9544ddc94ce0c2a13c54ed58ea12c6b8cf73a314f4"
"url": "https://github.com/alecthomas/chroma/releases/download/v2.17.0/chroma-2.17.0-windows-amd64.tar.gz",
"hash": "8f6e88633d852cb646666b3e515c607323d3c07aee24defc3e59d2b7ab373088"
},
"32bit": {
"url": "https://github.com/alecthomas/chroma/releases/download/v2.16.0/chroma-2.16.0-windows-386.tar.gz",
"hash": "f27a5cbdc1f5adc001ad6dcd61a4fb41e5a33a8cbd46058a5195a1340fb17173"
"url": "https://github.com/alecthomas/chroma/releases/download/v2.17.0/chroma-2.17.0-windows-386.tar.gz",
"hash": "a9c2c7dea0c5ffab8da96bf81d10247a02fe45195bbdf69f2db32dd39313251e"
}
},
"bin": "chroma.exe",

View File

@ -1,28 +1,23 @@
{
"version": "0.9.0.1",
"version": "0.10.0",
"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",
"architecture": {
"64bit": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-windows-amd64.zip",
"hash": "fd7715f3a79b69d249027e3f7403438b7ff762c5f26aac8aa8226ff245101e5f"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-windows-arm64.zip",
"hash": "e058e19091f4d04a849e8385b87effd9ae55f7659cf15b3d0394b0e6144ffb1b"
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.10.0/clipboard-windows-amd64.zip",
"hash": "498ad9c2fb3f4432df28ff1fb26ea2223a8c5a822e39a1239bbdc31af5494244"
}
},
"extract_dir": "bin",
"bin": "cb.exe",
"checkver": "github",
"checkver": {
"github": "https://github.com/Slackadays/Clipboard"
},
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}

View File

@ -1,13 +1,17 @@
{
"version": "2.3.0",
"version": "2.4.1",
"description": "An improved sequence editor for Git",
"homepage": "https://gitrebasetool.mitmaro.ca",
"license": "GPL-3.0-only",
"notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
"architecture": {
"64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.3.0/interactive-rebase-tool.exe",
"hash": "e3c2603e8d5b564e14bfb243514b2dc4eccf7c593a8ba7290af56e2fc9d8ef3d"
"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": "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",
@ -17,7 +21,10 @@
"autoupdate": {
"architecture": {
"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"
}
}
}

View File

@ -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.",
"homepage": "https://nim-lang.org/",
"license": "MIT",
@ -8,15 +8,15 @@
},
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-2.2.2_x64.zip",
"hash": "8359f3cafe874f235f8875ff12f842ece57b139bb8b6971a48f1344b08702901"
"url": "https://nim-lang.org/download/nim-2.2.4_x64.zip",
"hash": "efcfdfd8b7225e10fe9d619b3288a5b25467c5f39ec526e80501393691274612"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-2.2.2_x32.zip",
"hash": "4c8abf041b09d55b76678100451f3a4abb71ba387e916863931fed6ba1254041"
"url": "https://nim-lang.org/download/nim-2.2.4_x32.zip",
"hash": "cea831b306ca52afc62f8351287967b07aac1586cacc0d21f1a1b6e98cc2e12a"
}
},
"extract_dir": "nim-2.2.2",
"extract_dir": "nim-2.2.4",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""

View File

@ -1,18 +1,18 @@
{
"version": "0.10.0",
"version": "0.10.1",
"description": "A PDF processor written in Go, supporting encryption.",
"homepage": "https://pdfcpu.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.0/pdfcpu_0.10.0_Windows_x86_64.zip",
"hash": "15eda4cae296db1b59e6cea978f38cc914a06b73c9159417bb278b64193ea5a6",
"extract_dir": "pdfcpu_0.10.0_Windows_x86_64"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.1/pdfcpu_0.10.1_Windows_x86_64.zip",
"hash": "0a130716915639829144d4e5c41b1bdb5086c8c4bbf610699aa9b4d8b13e4263",
"extract_dir": "pdfcpu_0.10.1_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.0/pdfcpu_0.10.0_Windows_i386.zip",
"hash": "5a47a1323414ef46c954ff7e89a3cc5ccc92fa57e9262f84b862a1d9dc0df7be",
"extract_dir": "pdfcpu_0.10.0_Windows_i386"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.1/pdfcpu_0.10.1_Windows_i386.zip",
"hash": "68ed7cd6b939ab187eb524c91f4a6073610359357bc2bc7ce56df59fba27f223",
"extract_dir": "pdfcpu_0.10.1_Windows_i386"
}
},
"bin": "pdfcpu.exe",

View File

@ -1,12 +1,12 @@
{
"version": "49.0",
"version": "50.1",
"homepage": "https://perfetto.dev/",
"description": "A production-grade open-source stack for performance instrumentation and trace analysis.",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/google/perfetto/releases/download/v49.0/windows-amd64.zip",
"hash": "bbd9ade28127fa7cd96e9f24bfe2b386e252059f02ef5471b4711587c4361e5d",
"url": "https://github.com/google/perfetto/releases/download/v50.1/windows-amd64.zip",
"hash": "fc8da574993c52a2615c727ca779bce4a0bf0b49bd07743be627c034a0aa3ee3",
"extract_dir": "windows-amd64"
}
},

36
bucket/pixi.json Normal file
View 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"
}
}
}
}
}

View File

@ -1,13 +1,13 @@
{
"version": "5.4.1",
"version": "5.4.2",
"description": "A log file highlighter",
"homepage": "https://github.com/bensadeh/tailspin",
"license": "MIT",
"depends": "main/less",
"architecture": {
"64bit": {
"url": "https://github.com/bensadeh/tailspin/releases/download/5.4.1/tailspin-x86_64-pc-windows-msvc.zip",
"hash": "83281ae45d4f392675f5031ceaf4c92e022b4fc1c52d3e77048b96a6b4481725"
"url": "https://github.com/bensadeh/tailspin/releases/download/5.4.2/tailspin-x86_64-pc-windows-msvc.zip",
"hash": "615833faf1266b2e907fdbacf92f98dee9787c28f14cce97671d093b26786a26"
}
},
"bin": "tspin.exe",

View File

@ -1,7 +1,7 @@
{
"version": "71",
"description": "A video processing framework with simplicity in mind",
"homepage": "https://www.vapoursynth.com",
"homepage": "https://www.vapoursynth.com/",
"suggest": {
"vcredist": "extras/vcredist2022"
},
@ -10,23 +10,8 @@
"64bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
"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": [
"AVFS.exe",
"VSPipe.exe",
@ -41,9 +26,6 @@
"architecture": {
"64bit": {
"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"
}
}
}

View File

@ -1,15 +1,15 @@
{
"version": "5.8.0",
"version": "5.8.1",
"description": "Hybrid lossless audio compression",
"homepage": "https://www.wavpack.com",
"license": "BSD-3-Clause",
"architecture": {
"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"
},
"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"
}
},