diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-03-30 02:29:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:14 +0700 |
commit | 1f05929a196461940367ff29e171c11bf432edbf (patch) | |
tree | 4592a5cb52172728a2e44681b9bf5e70335d2031 | |
parent | 54fe6ac86aef2019918999a7c97e52eb1755cff2 (diff) | |
download | slackbuilds-1f05929a196461940367ff29e171c11bf432edbf.tar.gz |
system/powershell: Updated for version 7.2.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/powershell/powershell.SlackBuild | 4 | ||||
-rw-r--r-- | system/powershell/powershell.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/powershell/powershell.SlackBuild b/system/powershell/powershell.SlackBuild index 3a34e0882c..37d03d7001 100644 --- a/system/powershell/powershell.SlackBuild +++ b/system/powershell/powershell.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for powershell. # -# Copyright 2019 Reza Talebi, Shahin Shahr, Iran. +# Copyright 2022 Reza Talebi, Shahin Shahr, Iran. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=powershell -VERSION=${VERSION:-7.2.0} +VERSION=${VERSION:-7.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index 0f7ab8f291..66e2614aaa 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.2.0" +VERSION="7.2.2" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.2.0/powershell-7.2.0-linux-x64.tar.gz" -MD5SUM_x86_64="12c4698a98d2c2596ea07141a627c837" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.2.2/powershell-7.2.2-linux-x64.tar.gz" +MD5SUM_x86_64="0898fc243abd90257cd15ebb7d9a28e4" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |