Compare commits

...

7 Commits

Author SHA1 Message Date
github-actions[bot]
64567e0cd9 z.lua: Update to version 1.8.23 2025-05-17 16:29:21 +00:00
github-actions[bot]
8129004d27 uncrustify: Update to version 0.81.0 2025-05-17 16:29:20 +00:00
github-actions[bot]
06f4c582ed luau-lsp: Update to version 1.47.0 2025-05-17 16:29:20 +00:00
github-actions[bot]
3051226312 flyctl: Update to version 0.3.125 2025-05-17 16:29:20 +00:00
HUMORCE
420e39cfda
perl: Update to version 5.40.2.1 (Close #6816)
- Update checkver and autoupdate
2025-05-17 12:56:48 +00:00
github-actions[bot]
ac3e731841 protolint: Update to version 0.55.3 2025-05-17 12:31:10 +00:00
github-actions[bot]
eca10a48bd nuget: Update to version 6.13.2 2025-05-17 12:31:10 +00:00
7 changed files with 31 additions and 31 deletions

View File

@ -1,16 +1,16 @@
{
"version": "0.3.124",
"version": "0.3.125",
"description": "Command line deployment/management client for fly.io services",
"homepage": "https://github.com/superfly/flyctl",
"license": " Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.124/flyctl_0.3.124_Windows_x86_64.zip",
"hash": "3dbc7b6ba8f6b7bad4aa108a134a80d2663a89691889953c66ca554d38edfe39"
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.125/flyctl_0.3.125_Windows_x86_64.zip",
"hash": "3cc69c0aa72a7566b07c151469f03d44b8c13e865892b5d68e351b5a400db97a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.124/flyctl_0.3.124_Windows_arm64.zip",
"hash": "98de2b8afc5b3171d938315e5fad3f11762b7e43c11311d2239ba13c7e35d61b"
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.125/flyctl_0.3.125_Windows_arm64.zip",
"hash": "17ca16d5e712e8eff67e5c735544d3b1ae5e6024fa1d1e3486a87280bfe59a8d"
}
},
"bin": [

View File

@ -1,12 +1,12 @@
{
"version": "1.46.0",
"version": "1.47.0",
"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.46.0/luau-lsp-win64.zip",
"hash": "3aa5455e6360118e77a5e0433157954771cd9af5486e7a96386d72ed9b07af0f"
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.47.0/luau-lsp-win64.zip",
"hash": "a1a850d407ae2a7b890b19629ffd8d35fce3c02fa6823e0f12b3cebe5bf38a20"
}
},
"bin": "luau-lsp.exe",

View File

@ -1,10 +1,10 @@
{
"version": "6.14.0",
"version": "6.13.2",
"description": "The package manager for .NET.",
"homepage": "https://www.nuget.org/",
"license": "Apache-2.0",
"url": "https://dist.nuget.org/win-x86-commandline/v6.14.0/NuGet.exe",
"hash": "92dbed160ddee0f64b901e907439e021211b428e57c089ecc12fc38dcc4bd9a5",
"url": "https://dist.nuget.org/win-x86-commandline/v6.13.2/NuGet.exe",
"hash": "506085572a662f03bec1a5ffe43f81a240ff99b3765b8dbc0e22c33532775227",
"bin": "NuGet.exe",
"checkver": {
"url": "https://dist.nuget.org/index.json",

View File

@ -1,12 +1,12 @@
{
"version": "5.34.3.1",
"version": "5.40.2.1",
"description": "A programming language suitable for writing simple scripts as well as complex applications.",
"homepage": "https://strawberryperl.com",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"architecture": {
"64bit": {
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/sp5.34.3.1/strawberry-perl-5.34.3.1-64bit-portable.zip",
"hash": "94d312ed536bb5bec8d4d8a069c19cf5f275364b94bb4dd93da1c1aa5ef7652a"
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54021_64bit_UCRT/strawberry-perl-5.40.2.1-64bit-portable.zip",
"hash": "7707700d5ad027773b775134fe48cd9610abf221433fcfb68c8eb0ec9c6fde8c"
}
},
"post_install": [
@ -20,8 +20,8 @@
"perl\\bin"
],
"checkver": {
"url": "https://strawberryperl.com/releases.json",
"regex": "releases/download/(?<tag>.+)/strawberry-perl-([\\d.]+)-64bit-portable\\.zip"
"url": "https://api.github.com/repositories/23202375/releases/latest",
"regex": "releases/download/(?<tag>\\w+)/strawberry-perl-([\\d.]+)-64bit-portable\\.zip\""
},
"autoupdate": {
"architecture": {
@ -29,7 +29,7 @@
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/$matchTag/strawberry-perl-$version-64bit-portable.zip",
"hash": {
"url": "https://strawberryperl.com/releases.json",
"jsonpath": "$..[0].edition.portable.sha256"
"jsonpath": "$[?(@.version == '$version')].edition.portable.sha256"
}
}
}

View File

@ -1,16 +1,16 @@
{
"version": "0.55.2",
"version": "0.55.3",
"description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions",
"homepage": "https://github.com/yoheimuta/protolint",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.2/protolint_0.55.2_windows_amd64.tar.gz",
"hash": "7a7a1d4a33c06328380e57a687156bea3833f8c72a2c2b586557e927210acd4e"
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.3/protolint_0.55.3_windows_amd64.tar.gz",
"hash": "b931c1bc61d58f3c1139bd936d64a0be4772e7df023c94c87a457e82104ed42c"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.2/protolint_0.55.2_windows_arm64.tar.gz",
"hash": "7ae84be26018fb62c0e7c895ffa2eb5eb980870fd2a0a708deae7209059f5827"
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.3/protolint_0.55.3_windows_arm64.tar.gz",
"hash": "86b74bd7621ff2e10b1a1d633c0edaa03a711952e12aac4407f472f18167e572"
}
},
"bin": [

View File

@ -1,16 +1,16 @@
{
"version": "0.80.1",
"version": "0.81.0",
"description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"homepage": "https://uncrustify.sourceforge.net",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.1/uncrustify-0.80.1_f-win64.zip",
"hash": "sha1:2eb774eb87cd2ee0238d98d0b71471e9a5477ed0"
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.81.0/uncrustify-0.81.0_f-win64.zip",
"hash": "sha1:5c675c20cb478246be017077c7001300a906db1b"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.1/uncrustify-0.80.1_f-win32.zip",
"hash": "sha1:4f3ea2c5231b11d84014fa19328102c7e1d99837"
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.81.0/uncrustify-0.81.0_f-win32.zip",
"hash": "sha1:541508ffe5fce641a1143396182f0436051689b3"
}
},
"bin": "bin\\uncrustify.exe",

View File

@ -1,13 +1,13 @@
{
"version": "1.8.22",
"version": "1.8.23",
"description": "cd command replacement",
"homepage": "https://github.com/skywind3000/z.lua",
"license": "MIT",
"notes": "Configure accordingly to 'https://github.com/skywind3000/z.lua#install'",
"depends": "lua",
"url": "https://github.com/skywind3000/z.lua/archive/1.8.22.zip",
"hash": "779fb0c54ba9b25b5124acfad15a6af807bf746c66effe58838c02537b5f8ff8",
"extract_dir": "z.lua-1.8.22",
"url": "https://github.com/skywind3000/z.lua/archive/1.8.23.zip",
"hash": "f4328806e6e87fb05cf1266cd8c03f169124b68fa792e46529f565db130368a6",
"extract_dir": "z.lua-1.8.23",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/skywind3000/z.lua/archive/$version.zip",