diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2023-11-26 05:59:51 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-01 08:13:39 +0700 |
commit | 7725601472d66bd4f5b0d8bd82794226086c9330 (patch) | |
tree | a2db0022b65ef3673ac2f5c5a0993e14223f1166 /system/powershell | |
parent | 9f4b631c6bde7d73fcb6fa7aca21c3d00bb88ba8 (diff) |
system/powershell: Updated to version 7.4.0.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/powershell')
-rw-r--r-- | system/powershell/powershell.SlackBuild | 2 | ||||
-rw-r--r-- | system/powershell/powershell.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/powershell/powershell.SlackBuild b/system/powershell/powershell.SlackBuild index 294be00821c09..1990cc1f3badb 100644 --- a/system/powershell/powershell.SlackBuild +++ b/system/powershell/powershell.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=powershell -VERSION=${VERSION:-7.3.6} +VERSION=${VERSION:-7.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index 8c48744af5710..0c2b735748b30 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.3.6" +VERSION="7.4.0" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.3.6/powershell-7.3.6-linux-x64.tar.gz" -MD5SUM_x86_64="ab56f1fbb3cce5fbfee0e8c205ea1e90" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.4.0/powershell-7.4.0-linux-x64.tar.gz" +MD5SUM_x86_64="4f8c8e6d0f637a79ccbb78fffb181914" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |