From ec025efb6d625df2ec146bd183d602f5725279d6 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Mon, 16 Mar 2026 06:13:23 -0500 Subject: [PATCH] Powershell 7.5.4 => 7.5.5 (#15028) --- manifest/armv7l/p/powershell.filelist | 2 +- manifest/x86_64/p/powershell.filelist | 2 +- packages/powershell.rb | 8 ++++---- tests/package/p/powershell | 3 +++ tools/automatically_updatable_packages/powershell | 0 5 files changed, 9 insertions(+), 6 deletions(-) create mode 100755 tests/package/p/powershell create mode 100644 tools/automatically_updatable_packages/powershell diff --git a/manifest/armv7l/p/powershell.filelist b/manifest/armv7l/p/powershell.filelist index 055e79741d..245ffcd2c1 100644 --- a/manifest/armv7l/p/powershell.filelist +++ b/manifest/armv7l/p/powershell.filelist @@ -1,4 +1,4 @@ -# Total size: 186350882 +# Total size: 186353206 /usr/local/bin/pwsh /usr/local/share/powershell/Humanizer.dll /usr/local/share/powershell/Json.More.dll diff --git a/manifest/x86_64/p/powershell.filelist b/manifest/x86_64/p/powershell.filelist index 1fb2d1d6b9..fba33bbf2b 100644 --- a/manifest/x86_64/p/powershell.filelist +++ b/manifest/x86_64/p/powershell.filelist @@ -1,4 +1,4 @@ -# Total size: 192473406 +# Total size: 192479038 /usr/local/bin/pwsh /usr/local/share/powershell/Humanizer.dll /usr/local/share/powershell/Json.More.dll diff --git a/packages/powershell.rb b/packages/powershell.rb index 39a28f2093..28a8816c59 100644 --- a/packages/powershell.rb +++ b/packages/powershell.rb @@ -3,7 +3,7 @@ require 'package' class Powershell < Package description 'Powershell is a cross-platform, task-based command-line shell and scripting language that helps rapidly automate tasks that manage operating systems and processes' homepage 'https://learn.microsoft.com/en-us/powershell/' - version '7.5.4' + version '7.5.5' license 'MIT' compatibility 'aarch64 armv7l x86_64' min_glibc '2.34' @@ -14,9 +14,9 @@ class Powershell < Package x86_64: "https://github.com/PowerShell/PowerShell/releases/download/v#{version}/powershell-#{version}-linux-x64.tar.gz" }) source_sha256({ - aarch64: '3553be9a484ec9627c7ad70debc62a39ecf96814d76513cc9c77acae9e5b3ecd', - armv7l: '3553be9a484ec9627c7ad70debc62a39ecf96814d76513cc9c77acae9e5b3ecd', - x86_64: '1fd7983fe56ca9e6233f126925edb24bf6b6b33e356b69996d925c4db94e2fef' + aarch64: '26737f8d052b5cdcec551c75f575d2e0b78d4aaa1dadb46c86647860dc7d1df2', + armv7l: '26737f8d052b5cdcec551c75f575d2e0b78d4aaa1dadb46c86647860dc7d1df2', + x86_64: '39a62f466956e3606aee6637ed0d0735c1ed27612a76de973b111530ddff2e77' }) depends_on 'xdg_base' diff --git a/tests/package/p/powershell b/tests/package/p/powershell new file mode 100755 index 0000000000..cc043421c3 --- /dev/null +++ b/tests/package/p/powershell @@ -0,0 +1,3 @@ +#!/bin/bash +pwsh -h | head +pwsh -v diff --git a/tools/automatically_updatable_packages/powershell b/tools/automatically_updatable_packages/powershell new file mode 100644 index 0000000000..e69de29bb2