Compare commits

...

9 Commits

Author SHA1 Message Date
github-actions[bot]
fb1792856f vegeta: Update to version 12.13.0 2025-10-31 12:32:15 +00:00
github-actions[bot]
84f63ccd47 nim: Update to version 2.2.6 2025-10-31 12:32:15 +00:00
github-actions[bot]
cc66041c8e lego: Update to version 4.28.0 2025-10-31 12:32:14 +00:00
github-actions[bot]
e01199500b jreleaser: Update to version 1.21.0 2025-10-31 12:32:14 +00:00
github-actions[bot]
f941187fbb c3: Update to version 0.7.7 2025-10-31 12:32:14 +00:00
github-actions[bot]
d5757086f0 scc: Update to version 3.6.0 2025-10-31 08:30:51 +00:00
github-actions[bot]
24c4bf1ec1 luau: Update to version 0.698 2025-10-31 08:30:51 +00:00
github-actions[bot]
c3db2b1e4c fedify: Update to version 1.9.1 2025-10-31 08:30:51 +00:00
Olav Rønnestad Birkeland
c13d925999
imagemagick@7.1.2-8 & imagemagick-lean@7.1.2-8: Use GitHub for checkver and download (#7231)
* Use GitHub for checkver and download

* Do the same for imagemagick-lean

* Order architecture alphabetically

* 7z don't need extract_dir anymore

* Update ImageMagick version to 7.1.2-8
2025-10-31 18:00:56 +11:00
10 changed files with 91 additions and 107 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.7.6", "version": "0.7.7",
"description": "The Ergonomic, Safe and Familiar Evolution of C", "description": "The Ergonomic, Safe and Familiar Evolution of C",
"homepage": "https://c3-lang.org", "homepage": "https://c3-lang.org",
"license": "LGPL-3.0-or-later,MIT", "license": "LGPL-3.0-or-later,MIT",
@ -13,8 +13,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/c3lang/c3c/releases/download/v0.7.6/c3-windows.zip", "url": "https://github.com/c3lang/c3c/releases/download/v0.7.7/c3-windows.zip",
"hash": "cd09a1e7dc95ba5373da6b5340b4cc8ade66db7ede0e443e2f526e8bd0bc50e3" "hash": "80f49be3ad7ff410bc00b889f624075ab6baf3e567e89ef9a5f508e09d4be8bd"
} }
}, },
"extract_dir": "c3-windows-Release", "extract_dir": "c3-windows-Release",

View File

@ -1,12 +1,12 @@
{ {
"version": "1.8.14", "version": "1.9.1",
"description": "CLI toolchain for Fedify and debugging ActivityPub", "description": "CLI toolchain for Fedify and debugging ActivityPub",
"homepage": "https://fedify.dev/cli", "homepage": "https://fedify.dev/cli",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/fedify-dev/fedify/releases/download/1.8.14/fedify-cli-1.8.14-windows-x86_64.zip", "url": "https://github.com/fedify-dev/fedify/releases/download/1.9.1/fedify-cli-1.9.1-windows-x86_64.zip",
"hash": "a083539820625293595a2bf7e7616bf77aa1b0fc660ba057dabc9539ad581bcb" "hash": "737319876758f6db4c83540ba0a517871752710924b3174794ce9304da75eb6d"
} }
}, },
"bin": "fedify.exe", "bin": "fedify.exe",

View File

@ -1,53 +1,42 @@
{ {
"version": "7.1.2-3", "version": "7.1.2-8",
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
"homepage": "https://imagemagick.org/", "homepage": "https://imagemagick.org/",
"license": "ImageMagick", "license": "ImageMagick",
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-3-portable-Q16-HDRI-x64.zip",
"hash": "aff4739061ba3cb074b2b229a63e0b8b85d54e5661ae8785d736b49a782fb1a0",
"extract_dir": "ImageMagick-7.1.2-3-portable-Q16-HDRI-x64"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-3-portable-Q16-HDRI-x86.zip",
"hash": "c36967c635232bf3a616b477173b426840e22f99dbc2dc7373eef05a6449fdaa",
"extract_dir": "ImageMagick-7.1.2-3-portable-Q16-HDRI-x86"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-3-portable-Q16-HDRI-arm64.zip",
"hash": "3d147939e5230745a749514f821b9e70a993b174fd878ac76184a834abb41192",
"extract_dir": "ImageMagick-7.1.2-3-portable-Q16-HDRI-arm64"
}
},
"bin": "magick.exe",
"notes": [ "notes": [
"- This manifest contains the barebones ImageMagick installation.", "- This manifest contains the barebones ImageMagick installation.",
"- For appropriate programming DLLs and environment variables, install 'imagemagick' instead." "- For appropriate programming DLLs and environment variables, install 'imagemagick' instead."
], ],
"architecture": {
"32bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-8/ImageMagick-7.1.2-8-portable-Q16-HDRI-x86.7z",
"hash": "6748ca1c0865255bffbc2ef56ffaa8f2989b92e1da4c3fdda5fe4103e2382f7c"
},
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-8/ImageMagick-7.1.2-8-portable-Q16-HDRI-x64.7z",
"hash": "432aa98bc04cd6e7cecf22a5f9b56e804c9bdef97f4cf983dac02dd6d208e3ee"
},
"arm64": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-8/ImageMagick-7.1.2-8-portable-Q16-HDRI-arm64.7z",
"hash": "06d7830c7203886d2aecff271498f62694463fbb591dd6e3808a73005598b940"
}
},
"bin": "magick.exe",
"checkver": { "checkver": {
"url": "https://imagemagick.org/archive/binaries/digest.rdf", "url": "https://api.github.com/repos/ImageMagick/ImageMagick/releases/latest",
"reverse": true, "jsonpath": "$.tag_name"
"regex": "ImageMagick-([\\d.-]+)-portable-Q16-HDRI-x64\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-portable-Q16-HDRI-x64.zip",
"extract_dir": "ImageMagick-$version-portable-Q16-HDRI-x64"
},
"32bit": { "32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-portable-Q16-HDRI-x86.zip", "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-portable-Q16-HDRI-x86.7z"
"extract_dir": "ImageMagick-$version-portable-Q16-HDRI-x86" },
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-portable-Q16-HDRI-x64.7z"
}, },
"arm64": { "arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-portable-Q16-HDRI-arm64.zip", "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-portable-Q16-HDRI-arm64.7z"
"extract_dir": "ImageMagick-$version-portable-Q16-HDRI-arm64"
} }
},
"hash": {
"mode": "rdf",
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
} }
} }
} }

View File

@ -3,27 +3,6 @@
"description": "Create, edit, compose, and convert 200+ bitmap image formats.", "description": "Create, edit, compose, and convert 200+ bitmap image formats.",
"homepage": "https://imagemagick.org/", "homepage": "https://imagemagick.org/",
"license": "ImageMagick", "license": "ImageMagick",
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-8-Q16-HDRI-x64-dll.exe",
"hash": "a19f1af0193c7b29acd1659bbb8637bd68dccaaa2f850fc612cce16813ec8406"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-8-Q16-HDRI-x86-dll.exe",
"hash": "88317d48e2c1f739f71fbadcf8e0e57fde513a91b8fb6d9026ae4f00dac24f50"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-8-Q16-HDRI-arm64-dll.exe",
"hash": "aa7f0dcf888537a9a46a8efa3501ab55f205683bc6401521b6faea4e7d4acab6"
}
},
"innosetup": true,
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"env_add_path": ".",
"notes": [ "notes": [
"ImageMagick requires Ghostscript to handle PDF files properly.", "ImageMagick requires Ghostscript to handle PDF files properly.",
"You can install it by: scoop install ghostscript", "You can install it by: scoop install ghostscript",
@ -31,26 +10,42 @@
"'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility).", "'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility).",
"Use 'magick convert ...' instead." "Use 'magick convert ...' instead."
], ],
"architecture": {
"32bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-8/ImageMagick-7.1.2-8-Q16-HDRI-x86-dll.exe",
"hash": "88317d48e2c1f739f71fbadcf8e0e57fde513a91b8fb6d9026ae4f00dac24f50"
},
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-8/ImageMagick-7.1.2-8-Q16-HDRI-x64-dll.exe",
"hash": "a19f1af0193c7b29acd1659bbb8637bd68dccaaa2f850fc612cce16813ec8406"
},
"arm64": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-8/ImageMagick-7.1.2-8-Q16-HDRI-arm64-dll.exe",
"hash": "aa7f0dcf888537a9a46a8efa3501ab55f205683bc6401521b6faea4e7d4acab6"
}
},
"innosetup": true,
"env_add_path": ".",
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"checkver": { "checkver": {
"url": "https://imagemagick.org/archive/binaries/digest.rdf", "url": "https://api.github.com/repos/ImageMagick/ImageMagick/releases/latest",
"reverse": true, "jsonpath": "$.tag_name"
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x64-dll.exe"
},
"32bit": { "32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x86-dll.exe" "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-x86-dll.exe"
},
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-x64-dll.exe"
}, },
"arm64": { "arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-arm64-dll.exe" "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-arm64-dll.exe"
} }
},
"hash": {
"mode": "rdf",
"url": "https://imagemagick.org/archive/binaries/digest.rdf"
} }
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "1.20.0", "version": "1.21.0",
"description": "Release projects quickly and easily with JReleaser", "description": "Release projects quickly and easily with JReleaser",
"homepage": "https://jreleaser.org", "homepage": "https://jreleaser.org",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,9 +9,9 @@
"java/openjdk" "java/openjdk"
] ]
}, },
"url": "https://github.com/jreleaser/jreleaser/releases/download/v1.20.0/jreleaser-1.20.0.zip", "url": "https://github.com/jreleaser/jreleaser/releases/download/v1.21.0/jreleaser-1.21.0.zip",
"hash": "e64ca1ab30ddf0f66ba3380f8af3fc6aa8b335181eaf23530a08fe8370e2cd15", "hash": "5d126a7e7f8e8b973832fae83aa3938fbfef4ae17432573be410691c96a4f073",
"extract_dir": "jreleaser-1.20.0", "extract_dir": "jreleaser-1.21.0",
"bin": "bin\\jreleaser.bat", "bin": "bin\\jreleaser.bat",
"checkver": { "checkver": {
"github": "https://github.com/jreleaser/jreleaser/" "github": "https://github.com/jreleaser/jreleaser/"

View File

@ -1,20 +1,20 @@
{ {
"version": "4.27.0", "version": "4.28.0",
"description": "Let's Encrypt/ACME client and library written in Go", "description": "Let's Encrypt/ACME client and library written in Go",
"homepage": "https://github.com/go-acme/lego", "homepage": "https://github.com/go-acme/lego",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.27.0/lego_v4.27.0_windows_amd64.zip", "url": "https://github.com/go-acme/lego/releases/download/v4.28.0/lego_v4.28.0_windows_amd64.zip",
"hash": "b8d3738f916ec276e3a9d5c53d922b3ee4a28d7609f11b0362ade2884ec521ea" "hash": "77bf4088852c724ab9e3db62ef8badb90b92a4cffb0e874ae64742c0eb79b65c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.27.0/lego_v4.27.0_windows_386.zip", "url": "https://github.com/go-acme/lego/releases/download/v4.28.0/lego_v4.28.0_windows_386.zip",
"hash": "dfcfe6f346c55976bab74dda06da0897b5cfe168522ecdab90be48caf86d97db" "hash": "54b4a329ac27924e3977d7f578be122b4eeec03788b716e0c70deb9eb7e03a76"
}, },
"arm64": { "arm64": {
"url": "https://github.com/go-acme/lego/releases/download/v4.27.0/lego_v4.27.0_windows_arm64.zip", "url": "https://github.com/go-acme/lego/releases/download/v4.28.0/lego_v4.28.0_windows_arm64.zip",
"hash": "aaee683b064dbb8f43ef7356110d240a31794fd2c657b46d54205678ff2dee12" "hash": "338ec2cb664cd5ee26ab7c95ff0de9b54d7b6cd17f96a855eeb96fe847b53654"
} }
}, },
"bin": "lego.exe", "bin": "lego.exe",

View File

@ -1,12 +1,12 @@
{ {
"version": "0.697", "version": "0.698",
"description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua", "description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua",
"homepage": "https://luau-lang.org/", "homepage": "https://luau-lang.org/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Roblox/luau/releases/download/0.697/luau-windows.zip", "url": "https://github.com/Roblox/luau/releases/download/0.698/luau-windows.zip",
"hash": "88ef3c2dd41aff090bc85d6b08d53c2a3ba5c04a2681793a1212e0cf5c58bdc8" "hash": "cc4cdf75e67c6d15e8da174cf59f59562218c9469d39f3092117e0db8c641451"
} }
}, },
"bin": [ "bin": [

View File

@ -1,5 +1,5 @@
{ {
"version": "2.2.4", "version": "2.2.6",
"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.4_x64.zip", "url": "https://nim-lang.org/download/nim-2.2.6_x64.zip",
"hash": "efcfdfd8b7225e10fe9d619b3288a5b25467c5f39ec526e80501393691274612" "hash": "557eed9a9193a3bc812245a997d678fd6dc2c2dec6cfa9ba664a16b310115584"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-2.2.4_x32.zip", "url": "https://nim-lang.org/download/nim-2.2.6_x32.zip",
"hash": "cea831b306ca52afc62f8351287967b07aac1586cacc0d21f1a1b6e98cc2e12a" "hash": "00f02af5a62093480ed40a1092fb0f038c10fca907c68c35dc8212af9ba07369"
} }
}, },
"extract_dir": "nim-2.2.4", "extract_dir": "nim-2.2.6",
"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\""

View File

@ -1,20 +1,20 @@
{ {
"version": "3.5.0", "version": "3.6.0",
"description": "Sloc, Cloc and Code (scc) is a very fast accurate code counter with complexity calculations and COCOMO estimates.", "description": "Sloc, Cloc and Code (scc) is a very fast accurate code counter with complexity calculations and COCOMO estimates.",
"homepage": "https://github.com/boyter/scc", "homepage": "https://github.com/boyter/scc",
"license": "MIT|Unlicense", "license": "MIT|Unlicense",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/boyter/scc/releases/download/v3.5.0/scc_Windows_x86_64.zip", "url": "https://github.com/boyter/scc/releases/download/v3.6.0/scc_Windows_x86_64.zip",
"hash": "9ce15936440f1680bd133905c9f6c99a5d258bcea6f73fc372c3f8b4b888200f" "hash": "236ece1b4e396fa6377a51488d1a3d0e63ee5bdbff2f2f91ca80869836c8a45c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/boyter/scc/releases/download/v3.5.0/scc_Windows_i386.zip", "url": "https://github.com/boyter/scc/releases/download/v3.6.0/scc_Windows_i386.zip",
"hash": "398c9bf170d7869bad6932219f109006d3aea1fdb8688b2399be6e9441cee9a0" "hash": "02fc0a57b0d7a723fb18777a03ae193e2e83241db8b40f1e39facb302ac41215"
}, },
"arm64": { "arm64": {
"url": "https://github.com/boyter/scc/releases/download/v3.5.0/scc_Windows_arm64.zip", "url": "https://github.com/boyter/scc/releases/download/v3.6.0/scc_Windows_arm64.zip",
"hash": "b61b135ccc5282321c41db2170121b94215b9d42951160ddad406b278b5ca318" "hash": "ae2033a14fa171780936a9a50d627bad489469831ceeeafda93f6e3a3e433f9d"
} }
}, },
"bin": "scc.exe", "bin": "scc.exe",

View File

@ -1,20 +1,20 @@
{ {
"version": "12.12.0", "version": "12.13.0",
"description": "Versatile HTTP load testing tool", "description": "Versatile HTTP load testing tool",
"homepage": "https://github.com/tsenart/vegeta", "homepage": "https://github.com/tsenart/vegeta",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/tsenart/vegeta/releases/download/v12.12.0/vegeta_12.12.0_windows_386.zip", "url": "https://github.com/tsenart/vegeta/releases/download/v12.13.0/vegeta_12.13.0_windows_386.zip",
"hash": "25589ec09e15def046c710867d20f51c0b73eb940f75da4580c549c2052b7aaf" "hash": "f0592d6938dd868474c0c31b61e8d0858e6676329c08a2459264028d15d34681"
}, },
"64bit": { "64bit": {
"url": "https://github.com/tsenart/vegeta/releases/download/v12.12.0/vegeta_12.12.0_windows_amd64.zip", "url": "https://github.com/tsenart/vegeta/releases/download/v12.13.0/vegeta_12.13.0_windows_amd64.zip",
"hash": "42bc5ba2842b2f5c4ceb380a547039af0f50a008e48f88dfce4ace4bdfec6760" "hash": "421362edb7c8e1b97db9faf43806d2a8850067afc97c2f1bf9bc5cdcdfc9c0b6"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tsenart/vegeta/releases/download/v12.12.0/vegeta_12.12.0_windows_arm64.zip", "url": "https://github.com/tsenart/vegeta/releases/download/v12.13.0/vegeta_12.13.0_windows_arm64.zip",
"hash": "a8c657a7a61432e31e17f456ba956ce475063bc74812947a36828a945cf588bf" "hash": "d8852495569b006b5db920f437865756573a494123aa8ec5d7af166cf2ce1263"
} }
}, },
"bin": "vegeta.exe", "bin": "vegeta.exe",