diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-09-04 01:41:30 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-10 15:19:04 +0700 |
commit | bd665560a68a6cb1eed23c9aa2e7aae684f6e5f9 (patch) | |
tree | b986acc05374112cbe0a7ebc5c07d0b1767aba63 | |
parent | 2735efd78cd2bf3c45ad8b7e53752a735fb1650a (diff) | |
download | slackbuilds-bd665560a68a6cb1eed23c9aa2e7aae684f6e5f9.tar.gz |
system/powershell: Updated for version 7.2.6.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 7693d5ac19..c6ca961026 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.5} +VERSION=${VERSION:-7.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index f674d06463..f91514e6f7 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.2.5" +VERSION="7.2.6" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -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" +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" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |