diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-06-27 20:46:45 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 10:22:40 +0700 |
commit | f0e61f957c71a61ba975b985d074f742ae6776c8 (patch) | |
tree | d3395438ed2cbe1816b4f283bf6b98064e84ee20 /system/powershell | |
parent | 656b366c42e8b7f3c84611b0881c0e71b8ecb6f7 (diff) |
system/powershell: Updated for version 7.2.5.
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 e5433005984a9..7693d5ac19a3a 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.4} +VERSION=${VERSION:-7.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index b67ef6ff28389..f674d0646378a 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.2.4" +VERSION="7.2.5" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.2.4/powershell-7.2.4-linux-x64.tar.gz" -MD5SUM_x86_64="da5099bc6a2018654686c1f6d5c9df1d" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.2.5/powershell-7.2.5-linux-x64.tar.gz" +MD5SUM_x86_64="2f5bdcd3b7d4804c3ce5aa496c2671a3" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |