diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2024-08-24 02:42:24 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-24 07:57:22 +0700 |
commit | f2638797cee9704dbf8525c8a64b93f7f9751d2e (patch) | |
tree | 3c6d2c9de542299f9c1569b7d9a953b0c9b06c5a /system | |
parent | 8295bd2a5fb9d19d688a5d6fe26cb37d3dcd8796 (diff) |
system/powershell: Updated for version 7.4.5.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 9d4f3debb5..38c9114831 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.4.4} +VERSION=${VERSION:-7.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index 81cb807bd4..904695266e 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.4.4" +VERSION="7.4.5" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.4.4/powershell-7.4.4-linux-x64.tar.gz" -MD5SUM_x86_64="d4c823fdb9e41e0a46f2d80fa020ea77" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.4.5/powershell-7.4.5-linux-x64.tar.gz" +MD5SUM_x86_64="9dd46f28390cddb0cbc2a7b6013c0a68" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |