From f1933be165b53b918b7f592a19a2c1899c14c5e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:38:31 +0000 Subject: [PATCH] Update powershell to v7.6.5 --- home/.chezmoidata/powershell.yaml | 2 +- mise.lock | 32 +++++++++++++++---------------- mise.toml | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/home/.chezmoidata/powershell.yaml b/home/.chezmoidata/powershell.yaml index de6740c..3417a4c 100644 --- a/home/.chezmoidata/powershell.yaml +++ b/home/.chezmoidata/powershell.yaml @@ -5,4 +5,4 @@ # --- # renovate: datasource=github-releases depName=PowerShell/PowerShell -powershell_version: '7.6.3' +powershell_version: '7.6.5' diff --git a/mise.lock b/mise.lock index 55c2378..9f1d508 100644 --- a/mise.lock +++ b/mise.lock @@ -177,33 +177,33 @@ url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/515895946" provenance = "github-attestations" [[tools.powershell]] -version = "7.6.4" +version = "7.6.5" backend = "aqua:PowerShell/PowerShell" [tools.powershell."platforms.linux-arm64"] -checksum = "sha256:d4ef2382fa452f2ccbdb48a01adbbce9ed64954872123970c16be6d086d1224b" -url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/powershell-7.6.4-linux-arm64.tar.gz" -url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/483874935" +checksum = "sha256:ed4084f215d8bce2edd23aa7cb1f1e7b0818e41363a635a22065d2701b6141df" +url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.5/powershell-7.6.5-linux-arm64.tar.gz" +url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/514627292" [tools.powershell."platforms.linux-x64"] -checksum = "sha256:4471b5a36bfe86ec7af8525d36bb1cacba0128e7aac22d05cc064bc00e604721" -url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/powershell-7.6.4-linux-x64.tar.gz" -url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/483875081" +checksum = "sha256:b34ab3b19acac1d3d4d0d3cfdb02acf62f457b0b6a962ff008132033f7566844" +url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.5/powershell-7.6.5-linux-x64.tar.gz" +url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/514627464" [tools.powershell."platforms.macos-arm64"] -checksum = "sha256:fff37135307d3a57038adb44eded6c3b4dcd2e254382f4913bc253499ef3469d" -url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/powershell-7.6.4-osx-arm64.tar.gz" -url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/483875170" +checksum = "sha256:8196d4b4e7c21b7f6df9d45687bb4e42dc8335f330b580d9eb15f3ef5042a8c3" +url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.5/powershell-7.6.5-osx-arm64.tar.gz" +url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/514627561" [tools.powershell."platforms.macos-x64"] -checksum = "sha256:b58e4b96dbdca20c058d4462f33509d386c0d768751344611bc04aaf32e4187c" -url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/powershell-7.6.4-osx-x64.tar.gz" -url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/483875280" +checksum = "sha256:3db1d177ab39511c1b6b73b05a1630a5db4e8dce22857ca76f14c5d98f2733fd" +url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.5/powershell-7.6.5-osx-x64.tar.gz" +url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/514627695" [tools.powershell."platforms.windows-x64"] -checksum = "sha256:80832551c52809301e6071c8bac977beb5a2f1ec953eb4db9f94deb953333793" -url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4-win-x64.zip" -url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/483875563" +checksum = "sha256:32eb8f6cdce08f86e987d625a2733e54ac3e289ae7e1621b14c0b5bcec2434ea" +url = "https://github.com/PowerShell/PowerShell/releases/download/v7.6.5/PowerShell-7.6.5-win-x64.zip" +url_api = "https://api.github.com/repos/PowerShell/PowerShell/releases/assets/514628305" [[tools.shellcheck]] version = "0.11.0" diff --git a/mise.toml b/mise.toml index 1c50eed..ec2bb99 100644 --- a/mise.toml +++ b/mise.toml @@ -57,6 +57,6 @@ pnpm = "11.22.0" # powershell-modules.psd1) once pwsh is installed; the script is idempotent, so # it re-runs cheaply on reinstall. Bumping a module version in the manifest # needs a `mise install --force powershell` (or a manual run) to re-provision. -powershell = { version = "7.6.4", postinstall = "pwsh -NoProfile -File scripts/provision-psmodules.ps1" } +powershell = { version = "7.6.5", postinstall = "pwsh -NoProfile -File scripts/provision-psmodules.ps1" } shellcheck = "0.11.0" shfmt = "3.13.1"