mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
21 Commits
363f02eced
...
20cf8bc9e6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20cf8bc9e6 | ||
|
|
b4bad46bc5 | ||
|
|
cb244c104d | ||
|
|
bb660b1a3c | ||
|
|
4ad93b4d67 | ||
|
|
0a256e281d | ||
|
|
ea736295c2 | ||
|
|
e17f6f6ca2 | ||
|
|
a1a7d7faaf | ||
|
|
02edbf2839 | ||
|
|
a5cf652339 | ||
|
|
4e6e121c3b | ||
|
|
d14d2ed198 | ||
|
|
35e5311a8f | ||
|
|
b684d6d4b5 | ||
|
|
700949dd4f | ||
|
|
39315f032f | ||
|
|
038be8a162 | ||
|
|
05adcadd28 | ||
|
|
c0b2036aac | ||
|
|
e7b02a266b |
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "1.58.0",
|
||||
"version": "1.59.0",
|
||||
"description": "A tool for working with Protocol Buffers APIs, offering a range of features not found in the standard protoc compiler.",
|
||||
"homepage": "https://buf.build/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/bufbuild/buf/releases/download/v1.58.0/buf-Windows-x86_64.exe#/buf.exe",
|
||||
"hash": "ebadcf743e9be8fa235af8dfa316c535d097f42b9e5acf5d83b70eb14df6d5a1"
|
||||
"url": "https://github.com/bufbuild/buf/releases/download/v1.59.0/buf-Windows-x86_64.exe#/buf.exe",
|
||||
"hash": "a65fc214c24c2402a16de91f030565a8ddc2f201c7fae55a623e1d3fa8c61de6"
|
||||
}
|
||||
},
|
||||
"bin": "buf.exe",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "1.18.4",
|
||||
"version": "1.19.1",
|
||||
"description": "A dynamic and functional programming language designed for building scalable and maintainable applications.",
|
||||
"homepage": "https://elixir-lang.org/",
|
||||
"license": "Apache-2.0",
|
||||
"suggest": {
|
||||
"Erlang compiler": "erlang"
|
||||
},
|
||||
"url": "https://builds.hex.pm/builds/elixir/v1.18.4.zip",
|
||||
"hash": "f634623f7c2b89d426aac2a85daab89d3b10c65a3f0dac656385c1c81d608e58",
|
||||
"url": "https://builds.hex.pm/builds/elixir/v1.19.1.zip",
|
||||
"hash": "587a497b4eb7cf5cea3247b9237e36c30d75a359459e2fbb9614c6777373a686",
|
||||
"env_add_path": "bin",
|
||||
"checkver": {
|
||||
"github": "https://github.com/elixir-lang/elixir"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "28.1",
|
||||
"version": "28.1.1",
|
||||
"description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.",
|
||||
"homepage": "https://www.erlang.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -8,12 +8,12 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-28.1/otp_win64_28.1.exe#/dl.7z",
|
||||
"hash": "12f3b1df04cc4a2347d05a0b1335dacef3e9a3b5492d1b07d5c26b237429cbc0"
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-28.1.1/otp_win64_28.1.1.exe#/dl.7z",
|
||||
"hash": "fa3141a976cce4458e7c836bf47c1bdc72208189f18d16dc3baecac2262dcaaf"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-28.1/otp_win32_28.1.exe#/dl.7z",
|
||||
"hash": "cd67d28f07a9163bc1f72c5aa7d6c0fa6dda9c2ed81b6e1795511b993005e9f3"
|
||||
"url": "https://github.com/erlang/otp/releases/download/OTP-28.1.1/otp_win32_28.1.1.exe#/dl.7z",
|
||||
"hash": "e08aad696a52b7b8b8d66d75449a5b77e5d4cf1aa1ccd0dd2fa2e0c18c2d1ada"
|
||||
}
|
||||
},
|
||||
"installer": {
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.3.195",
|
||||
"version": "0.3.198",
|
||||
"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.195/flyctl_0.3.195_Windows_x86_64.zip",
|
||||
"hash": "14ed49556552131d91bf23a9ebe3c96f47b02b35ebf79153c2c072faf6922d0d"
|
||||
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.198/flyctl_0.3.198_Windows_x86_64.zip",
|
||||
"hash": "ca80758635d2d766b801eae6e531c3ff14a32754c592587b0562368e85083cf6"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.195/flyctl_0.3.195_Windows_arm64.zip",
|
||||
"hash": "57337a3896d4b175ad094043b4909950d014a09ae6374142699f7bee0a3302c6"
|
||||
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.198/flyctl_0.3.198_Windows_arm64.zip",
|
||||
"hash": "ef307aa082315390b0c2fa5c2ffa1501b9dca1427f1138127232ef930af23f74"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.11.11",
|
||||
"version": "3.11.12",
|
||||
"description": "Dependency analysis tool. Supports license & vulnerability scanning. Language-agnostic; integrates with 20+ build systems.",
|
||||
"homepage": "https://github.com/fossas/fossa-cli",
|
||||
"license": "MPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fossas/fossa-cli/releases/download/v3.11.11/fossa_3.11.11_windows_amd64.zip",
|
||||
"hash": "c268889d3e427081cc467c8df9da625a8d39c468274519a0f807561d33c17070"
|
||||
"url": "https://github.com/fossas/fossa-cli/releases/download/v3.11.12/fossa_3.11.12_windows_amd64.zip",
|
||||
"hash": "124a7877e1e5a1ad7b0bb59b984fb9738879ce758624c9fa251467fe56e6dae7"
|
||||
}
|
||||
},
|
||||
"bin": "fossa.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.1.42",
|
||||
"version": "3.1.44",
|
||||
"description": "GitKraken CLI",
|
||||
"homepage": "https://www.gitkraken.com/cli",
|
||||
"license": {
|
||||
@ -8,16 +8,16 @@
|
||||
},
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.42/gk_3.1.42_windows_386.zip",
|
||||
"hash": "4c262f59c032a6a1bdf7c1d069e175db65e54e4a93770ac63bc9684409a1c857"
|
||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.44/gk_3.1.44_windows_386.zip",
|
||||
"hash": "8829b8a34a164b50659a727d0de2f80fd0818ded0e0ad5bac35254bc75b858f9"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.42/gk_3.1.42_windows_amd64.zip",
|
||||
"hash": "d9ef417b378a650a245cae24834e9900739aa1f95940ca9cb5dc57f8def242df"
|
||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.44/gk_3.1.44_windows_amd64.zip",
|
||||
"hash": "ee2fd211f7571cd42afdbab59f39fa043bd0c5a427d7c4fd37f01c1f42b3286b"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.42/gk_3.1.42_windows_arm64.zip",
|
||||
"hash": "9f8bb41de354e3069d37cf1c8e33bba793ed6935bb13c5645a85407060bdc3b4"
|
||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.44/gk_3.1.44_windows_arm64.zip",
|
||||
"hash": "c430be46fc3ebc0b18f929545374be76c30bbad94f0b37734d13b9b332a8dc62"
|
||||
}
|
||||
},
|
||||
"bin": "gk.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "1.27.2",
|
||||
"version": "1.27.3",
|
||||
"description": "Configuration command line utility for service operators to debug and diagnose their Istio mesh.",
|
||||
"homepage": "https://istio.io/latest/docs/reference/commands/istioctl/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/istio/istio/releases/download/1.27.2/istioctl-1.27.2-win.zip",
|
||||
"hash": "9badb7423073c6f54d966361abd54adc51a58f3bcf6b3bacca3275b3ae8e5d6e"
|
||||
"url": "https://github.com/istio/istio/releases/download/1.27.3/istioctl-1.27.3-win.zip",
|
||||
"hash": "7ce1f6ba8bc712b340c4b706374075d1f451ff10708b10823cafd685858cef2e"
|
||||
}
|
||||
},
|
||||
"bin": "istioctl.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.0",
|
||||
"description": "An open-source RESTful search API written in Rust",
|
||||
"homepage": "https://github.com/meilisearch/meilisearch",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/meilisearch/meilisearch/releases/download/v1.23.0/meilisearch-windows-amd64.exe#/meilisearch.exe",
|
||||
"hash": "62fa88ad8626562a49147a7095db9390835511a1bd15bf4555a1b01eead9c2a9"
|
||||
"url": "https://github.com/meilisearch/meilisearch/releases/download/v1.24.0/meilisearch-windows-amd64.exe#/meilisearch.exe",
|
||||
"hash": "10b7cc66fc8eaa7424d28b11c2ce14f0c7fd0ce7e99f843d4df97b917dcd9da3"
|
||||
}
|
||||
},
|
||||
"bin": "meilisearch.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2025.10.11",
|
||||
"version": "2025.10.12",
|
||||
"description": "Polyglot tool version manager and task runner",
|
||||
"homepage": "https://mise.jdx.dev/",
|
||||
"license": "MIT",
|
||||
@ -13,12 +13,12 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.11/mise-v2025.10.11-windows-x64.zip",
|
||||
"hash": "6d906143b34a34f0c42ffe2486fc97478d50e9f277fb99595215b87563c4dc20"
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.12/mise-v2025.10.12-windows-x64.zip",
|
||||
"hash": "87097f432addbdb758124543a6bae90052a64dcf833b2c40bf554772d735e39f"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.11/mise-v2025.10.11-windows-arm64.zip",
|
||||
"hash": "4b3e11f5b0a52662a9483f6920f2c3095cd3618ab9ac727ecb3982be53af1036"
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.12/mise-v2025.10.12-windows-arm64.zip",
|
||||
"hash": "4e836babf6e835c907a535995717b05112bbbc6fc647773d8c66515ef8e045da"
|
||||
}
|
||||
},
|
||||
"extract_dir": "mise",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.30.0",
|
||||
"version": "3.31.0",
|
||||
"description": "ngrok is your app's front door. ngrok is a globally distributed reverse proxy that secures, protects and accelerates your applications and network services, no matter where you run them. ngrok supports delivering HTTP, TLS or TCP-based applications.",
|
||||
"homepage": "https://ngrok.com/",
|
||||
"license": {
|
||||
@ -9,12 +9,12 @@
|
||||
"notes": "ngrok v2 is no longer supported.",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://bin.equinox.io/a/hibzBK6Kw8/ngrok-v3-3.30.0-windows-amd64.zip",
|
||||
"hash": "dfcbdadb8cbdb26e2789164796035b67a6142f9f764c76634c8af9b3c49d8fe0"
|
||||
"url": "https://bin.equinox.io/a/7gkWFTACG8r/ngrok-v3-3.31.0-windows-amd64.zip",
|
||||
"hash": "5c8e9377df292ccec2ee4e3b5ac8859a3cd44b5c304e35f482aa6728ff7cdff0"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://bin.equinox.io/a/fQJAKJj7xMG/ngrok-v3-3.30.0-windows-386.zip",
|
||||
"hash": "e91269d187b83ce9e1a04a461f5ebeecaba88c73deee6c2be03a4c988c88c354"
|
||||
"url": "https://bin.equinox.io/a/2x43m3Fh6VQ/ngrok-v3-3.31.0-windows-386.zip",
|
||||
"hash": "2042dda4fd580f58e1ca727eba221ec64df1700605ec8cfe9d547df65bd94f59"
|
||||
}
|
||||
},
|
||||
"bin": "ngrok.exe",
|
||||
|
||||
@ -1,23 +1,23 @@
|
||||
{
|
||||
"version": "22.20.0",
|
||||
"version": "22.21.0",
|
||||
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)",
|
||||
"homepage": "https://nodejs.org",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nodejs.org/dist/v22.20.0/node-v22.20.0-win-x64.7z",
|
||||
"hash": "a49bc0e03dea2c57941f9d473223c0f23943f225b97fde1037800a9f146f7c19",
|
||||
"extract_dir": "node-v22.20.0-win-x64"
|
||||
"url": "https://nodejs.org/dist/v22.21.0/node-v22.21.0-win-x64.7z",
|
||||
"hash": "31a82a950fd2524651f0409307afe3276ae68a13a131e8b72945a3931109c8c3",
|
||||
"extract_dir": "node-v22.21.0-win-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nodejs.org/dist/v22.20.0/node-v22.20.0-win-x86.7z",
|
||||
"hash": "c0987f04eb9df214ecdd4ec606170350901b4b47e223e7549332f327355c75e5",
|
||||
"extract_dir": "node-v22.20.0-win-x86"
|
||||
"url": "https://nodejs.org/dist/v22.21.0/node-v22.21.0-win-x86.7z",
|
||||
"hash": "d2767e24741f915477002d6325dda40f7554ce9e5176c8d2e824dc127d273725",
|
||||
"extract_dir": "node-v22.21.0-win-x86"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://nodejs.org/dist/v22.20.0/node-v22.20.0-win-arm64.7z",
|
||||
"hash": "01ccc1b2781e5c399b88299062baa1c88d41bf33e79dfb4657c8e333de7d2290",
|
||||
"extract_dir": "node-v22.20.0-win-arm64"
|
||||
"url": "https://nodejs.org/dist/v22.21.0/node-v22.21.0-win-arm64.7z",
|
||||
"hash": "3fce2daac6b36f6343d79ef72590b46ada5b22df3538e45e46c521c531f3f205",
|
||||
"extract_dir": "node-v22.21.0-win-arm64"
|
||||
}
|
||||
},
|
||||
"post_install": [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "7.5.3",
|
||||
"version": "7.5.4",
|
||||
"description": "Cross-platform automation and configuration tool/framework, known as Powershell Core, that works well with existing tools and is optimized for dealing with structured data.",
|
||||
"homepage": "https://github.com/PowerShell/PowerShell",
|
||||
"license": "MIT",
|
||||
@ -12,16 +12,16 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell-7.5.3-win-x64.zip",
|
||||
"hash": "31588931dfcb752d1943f5e633a55337e2f12af0803d670db6d90c5937222818"
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.zip",
|
||||
"hash": "b40d192ae95ba6ccc4cc362ff4e1b18ca6fb5055bebbcd3920684e12701fa8f6"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell-7.5.3-win-x86.zip",
|
||||
"hash": "5598f997889a45945a338279dc28580f96a14a70b92676476cdea4f81e3b580e"
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x86.zip",
|
||||
"hash": "8283470773105dc8481ae28673c688b95dbd11c2cc7887b933a6caeed3b76407"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell-7.5.3-win-arm64.zip",
|
||||
"hash": "0c2750d82bbf8487f5aa27c8e4533ed9efcd41fdc8e2dbcdd55903acd2a76eea"
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-arm64.zip",
|
||||
"hash": "0c0b2bf04e853917508280531cd49bba8b3049837e3c805ebc042e2741ca52b3"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "8.0.0",
|
||||
"version": "8.1.0",
|
||||
"description": "A command line CSV data-wrangling toolkit",
|
||||
"homepage": "https://qsv.dathere.com",
|
||||
"license": "Unlicense|MIT",
|
||||
"notes": "Only the full featured \"qsv\" build is included",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/dathere/qsv/releases/download/8.0.0/qsv-8.0.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "74a16e1841e0a2ffbb28684d8d0f672da6db0711af7c6dacbe0107f7ba7e3358"
|
||||
"url": "https://github.com/dathere/qsv/releases/download/8.1.0/qsv-8.1.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "737f8421973ea0e709527a9082e1fcfcf421f92313c212b453717d7affe3d961"
|
||||
}
|
||||
},
|
||||
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",
|
||||
|
||||
@ -1,23 +1,23 @@
|
||||
{
|
||||
"version": "1.71.1",
|
||||
"version": "1.71.2",
|
||||
"description": "Sync files and directories to and from multiple cloud / FTP / HTTP hosters.",
|
||||
"homepage": "https://rclone.org",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rclone/rclone/releases/download/v1.71.1/rclone-v1.71.1-windows-amd64.zip",
|
||||
"hash": "a36b5e4ce336beac1349644f43374628add9fe1ae5ab7a3ed3cec5b8550ce041",
|
||||
"extract_dir": "rclone-v1.71.1-windows-amd64"
|
||||
"url": "https://github.com/rclone/rclone/releases/download/v1.71.2/rclone-v1.71.2-windows-amd64.zip",
|
||||
"hash": "4fe815f944b2c47c8a051020e8913728acc9bcf64df8bb85634399d9a1234cdd",
|
||||
"extract_dir": "rclone-v1.71.2-windows-amd64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/rclone/rclone/releases/download/v1.71.1/rclone-v1.71.1-windows-386.zip",
|
||||
"hash": "d3e32747413170bfb59664af9c24b36c2e2d646f87ad038b67f4bdb6b99edea3",
|
||||
"extract_dir": "rclone-v1.71.1-windows-386"
|
||||
"url": "https://github.com/rclone/rclone/releases/download/v1.71.2/rclone-v1.71.2-windows-386.zip",
|
||||
"hash": "db9e2709b45090e53f5dd6cd35b7520fe25c3cb93a33cdbcd1d3a5e6f4aafff6",
|
||||
"extract_dir": "rclone-v1.71.2-windows-386"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/rclone/rclone/releases/download/v1.71.1/rclone-v1.71.1-windows-arm64.zip",
|
||||
"hash": "b7a754589144f1be6a60eefa08901d6d7c4f325aaea6a82ee1c98f57d939e165",
|
||||
"extract_dir": "rclone-v1.71.1-windows-arm64"
|
||||
"url": "https://github.com/rclone/rclone/releases/download/v1.71.2/rclone-v1.71.2-windows-arm64.zip",
|
||||
"hash": "343e8a6a4c959c7f5bc1cf2f7c3cc953c9741113fa479006f15303c3bf929db8",
|
||||
"extract_dir": "rclone-v1.71.2-windows-arm64"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"description": "Shared compilation cache used as a compiler wrapper to avoid compilation when possible, storing a cache in a remote storage.",
|
||||
"homepage": "https://github.com/mozilla/sccache",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mozilla/sccache/releases/download/v0.11.0/sccache-v0.11.0-x86_64-pc-windows-msvc.tar.gz",
|
||||
"hash": "87fed97b4a18be6805d4a9907ce29b86ab569f06a4f2922c983948cdc17db967",
|
||||
"extract_dir": "sccache-v0.11.0-x86_64-pc-windows-msvc"
|
||||
"url": "https://github.com/mozilla/sccache/releases/download/v0.12.0/sccache-v0.12.0-x86_64-pc-windows-msvc.tar.gz",
|
||||
"hash": "f430e63e3f47dd76d488fc6d14a97b4bb58e4fabb18aab69c43198a68e750b91",
|
||||
"extract_dir": "sccache-v0.12.0-x86_64-pc-windows-msvc"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/mozilla/sccache/releases/download/v0.11.0/sccache-v0.11.0-aarch64-pc-windows-msvc.tar.gz",
|
||||
"hash": "b3f6552a5ceefe4073e7a0cfc4f0b8dd514f5ae75988240637950c1d0450a747",
|
||||
"extract_dir": "sccache-v0.11.0-aarch64-pc-windows-msvc"
|
||||
"url": "https://github.com/mozilla/sccache/releases/download/v0.12.0/sccache-v0.12.0-aarch64-pc-windows-msvc.tar.gz",
|
||||
"hash": "5d99dfc3552907596de7e912432e49fd627eef0fb63b27b777c21db135bb1795",
|
||||
"extract_dir": "sccache-v0.12.0-aarch64-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "sccache.exe",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "2025.2.02447",
|
||||
"version": "2025.2.02451",
|
||||
"description": "Seq command-line client",
|
||||
"homepage": "https://github.com/datalust/seqcli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/datalust/seqcli/releases/download/v2025.2.02447/seqcli-2025.2.02447-win-x64.zip",
|
||||
"hash": "81f324f1e70bf828712048c8ea8cd9c4edcc6fd2f1e44bd571bf84d8efa1b95f",
|
||||
"extract_dir": "seqcli-2025.2.02447-win-x64"
|
||||
"url": "https://github.com/datalust/seqcli/releases/download/v2025.2.02451/seqcli-2025.2.02451-win-x64.zip",
|
||||
"hash": "ebe73246104704e2205a590c98f16345f3c9831da9e17c18ec0afd5cf7f055e4",
|
||||
"extract_dir": "seqcli-2025.2.02451-win-x64"
|
||||
}
|
||||
},
|
||||
"bin": "seqcli.exe",
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"version": "4.3.1",
|
||||
"version": "4.4.0",
|
||||
"description": "A software development tool that connects programs written in C and C++ with a variety of high-level programming languages.",
|
||||
"homepage": "https://www.swig.org",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"url": "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-4.3.1/swigwin-4.3.1.zip",
|
||||
"hash": "sha1:ef81e469941924e7483fc9143abdceeeaef7c394",
|
||||
"extract_dir": "swigwin-4.3.1",
|
||||
"url": "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-4.4.0/swigwin-4.4.0.zip",
|
||||
"hash": "sha1:1a077ba467dac61ea6ea8547e583f6944d6c6225",
|
||||
"extract_dir": "swigwin-4.4.0",
|
||||
"bin": "swig.exe",
|
||||
"checkver": {
|
||||
"url": "http://www.swig.org/download.html",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "4.1.14",
|
||||
"version": "4.1.15",
|
||||
"description": "TailwindCSS framework CLI for rapid UI development",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v4.1.14/tailwindcss-windows-x64.exe#/tailwindcss.exe",
|
||||
"hash": "ae892cdb0817fbe6b692fc67bb1339a728f21116020e620bc4b94d87d6ba1fee"
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v4.1.15/tailwindcss-windows-x64.exe#/tailwindcss.exe",
|
||||
"hash": "4361f21d1c1dd3683b033a5e64b02b737f0ce3007964aefe88e438b57aaea5b1"
|
||||
}
|
||||
},
|
||||
"bin": "tailwindcss.exe",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.91.1",
|
||||
"version": "0.91.2",
|
||||
"description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
|
||||
"homepage": "https://github.com/gruntwork-io/terragrunt",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
||||
"hash": "f4639359c003f891c6980578f5e1dab1730376975808b297e1e12f2432948f0b"
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
||||
"hash": "efbfcc2b0635e42c0363794f1bd8dc44321ac5aa649fc0b7e17bd274572a1103"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.1/terragrunt_windows_386.exe#/terragrunt.exe",
|
||||
"hash": "ec780fb87eeadecd0d422e959f612dd27c65d5a67ee8c3485589cad45ce87db2"
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.2/terragrunt_windows_386.exe#/terragrunt.exe",
|
||||
"hash": "9b6e816fb51fb8c7e72bd57f1718e91c7fb32bac8a0ef00aade4380c86b9eb3c"
|
||||
}
|
||||
},
|
||||
"bin": "terragrunt.exe",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "37.0.2",
|
||||
"version": "38.0.1",
|
||||
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
|
||||
"homepage": "https://wasmtime.dev",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v37.0.2/wasmtime-v37.0.2-x86_64-windows.zip",
|
||||
"hash": "9aaa2406c990e773cef8d90f409982fac28d3d330ad40a5fab1233b8c5d88795",
|
||||
"extract_dir": "wasmtime-v37.0.2-x86_64-windows"
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v38.0.1/wasmtime-v38.0.1-x86_64-windows.zip",
|
||||
"hash": "956bab437db2be644ec60d5f251a132834de5cbb45ae350de2c4ec179f9638cf",
|
||||
"extract_dir": "wasmtime-v38.0.1-x86_64-windows"
|
||||
}
|
||||
},
|
||||
"bin": "wasmtime.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user