diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-12-30 16:29:10 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:31:24 +0700 |
commit | 01a946f1cfa37354c33a90ad844ac0282509b9aa (patch) | |
tree | 3c5c8c5b8879a2f635b570c3ab2b3a97d08bcd78 /system/powershell | |
parent | 2eb21035db124f1a4c2573bccb6d947868f09bc7 (diff) |
system/powershell: Updated for version 7.3.1.
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 c6ca9610268bf..defc0d301c38a 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.2.6} +VERSION=${VERSION:-7.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index f91514e6f77c3..9a5142a381fae 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.2.6" +VERSION="7.3.1" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.2.6/powershell-7.2.6-linux-x64.tar.gz" -MD5SUM_x86_64="43bc6777c38ab9437ce56c0b7e7a9f0a" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.3.1/powershell-7.3.1-linux-x64.tar.gz" +MD5SUM_x86_64="9615eaa74bb1a2471b6a38b9c22f6d4b" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |