diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-03-07 09:00:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-07 09:00:30 +0700 |
commit | b4b02bfb419b93a22e9ec30b0fd3ecbe28c5a2d7 (patch) | |
tree | 046abb6fafae6d8a335a447378adae119d688e7a | |
parent | a463e6132ba3ba3008b869d76a5fe93ccbf04e22 (diff) | |
download | slackbuilds-b4b02bfb419b93a22e9ec30b0fd3ecbe28c5a2d7.tar.gz |
system/powershell: Updated for version 7.0.0.
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 0794a0c0ed..388deccfeb 100644 --- a/system/powershell/powershell.SlackBuild +++ b/system/powershell/powershell.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=powershell -VERSION=${VERSION:-6.2.4} +VERSION=${VERSION:-7.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index ffaee9030e..b5bcb3ccfd 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="6.2.4" +VERSION="7.0.0" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/powershell-6.2.4-linux-x64.tar.gz" -MD5SUM_x86_64="fabec3658a95cd81ca715b7d1cb35cea" +DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.0.0/powershell-7.0.0-linux-x64.tar.gz" +MD5SUM_x86_64="74eb89209645f20d2acbb92423c6e864" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |