diff options
-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 38c9114831..249832dc64 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.5} +VERSION=${VERSION:-7.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index 904695266e..d6f5645355 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.4.5" +VERSION="7.4.6" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -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" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-linux-x64.tar.gz" +MD5SUM_x86_64="b7840808d5ac80a7a62ad2533791bf4f" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |