Skip to content

Commit

Permalink
powershell: Update to version 7.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent 1851f66 commit 0c736e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/powershell.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"homepage": "https://github.com/PowerShell/PowerShell",
"description": "PowerShell Core, the cross-platform task automation and configuration management framework/tool.",
"version": "7.4.5",
"version": "7.4.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.5/PowerShell-7.4.5-win-x64.zip",
"hash": "c735653083d4bc725687c005a4e6d4f0fb11c94b0cf86850467688796ac00342"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.zip",
"hash": "ed49ce5adb2162cc4a835d740486be729ba904627cca71fcb6c2b95be11b993d"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.5/PowerShell-7.4.5-win-x86.zip",
"hash": "1729e62b201f79a98422a087defd8a9e42282cc1791934d1c1e6a9ef24fb704b"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.zip",
"hash": "eebaf9cdb0c2ce63c2a9521d17877b2c5ddf2b8969c11e55e3c566d9af46ddb7"
},
"arm64": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.5/PowerShell-7.4.5-win-arm64.zip",
"hash": "b85ee560e8e5cb83bd34596864fd3aae4f2f472d3b31fce31ed6f351c6f26e96"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.zip",
"hash": "875af8ae039abb583976129b8508c7cc39f0371ae790db096561e44019da0165"
}
},
"bin": "pwsh.exe",
Expand Down

0 comments on commit 0c736e1

Please sign in to comment.