diff options
author | rezat4795 <reza.talebi.73@outlook.com> | 2021-11-16 16:41:28 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-18 10:47:27 +0700 |
commit | 3e2b055eb8f269d0399a0e410d2093256ea573f4 (patch) | |
tree | 8d871b13dc5dfcbc52788c3d88925037786376fb /system | |
parent | c47e91e89f98b41678e8b7d3231beca44aead9d7 (diff) | |
download | slackbuilds-3e2b055eb8f269d0399a0e410d2093256ea573f4.tar.gz |
system/powershell: Updated for version 7.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 cc07908177..3a34e0882c 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.1.3} +VERSION=${VERSION:-7.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info index 9e7c9aaa3f..0f7ab8f291 100644 --- a/system/powershell/powershell.info +++ b/system/powershell/powershell.info @@ -1,10 +1,10 @@ PRGNAM="powershell" -VERSION="7.1.3" +VERSION="7.2.0" HOMEPAGE="https://www.microsoft.com/powershell/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/powershell-7.1.3-linux-x64.tar.gz" -MD5SUM_x86_64="bdeb7d2a5cf51b97b02d4c16a055c8eb" +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" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |