summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Reza Talebi2022-04-28 05:05:36 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:52:09 +0200
commit87eb3c3c2dd98043a603dfbde987df055263572f (patch)
treed1efa6bc283c34eda488918d907e6a97ef52a2bd
parentfed33a04ec9f8a12a5d733ddd6299a7f24191810 (diff)
downloadslackbuilds-87eb3c3c2dd98043a603dfbde987df055263572f.tar.gz
system/powershell: Update for version 7.2.3.
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.SlackBuild2
-rw-r--r--system/powershell/powershell.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/system/powershell/powershell.SlackBuild b/system/powershell/powershell.SlackBuild
index 37d03d7001..9f746ec605 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.2}
+VERSION=${VERSION:-7.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/powershell/powershell.info b/system/powershell/powershell.info
index 66e2614aaa..e8806399fe 100644
--- a/system/powershell/powershell.info
+++ b/system/powershell/powershell.info
@@ -1,10 +1,10 @@
PRGNAM="powershell"
-VERSION="7.2.2"
+VERSION="7.2.3"
HOMEPAGE="https://www.microsoft.com/powershell/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-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"
+DOWNLOAD_x86_64="https://github.com/PowerShell/PowerShell/releases/download/v7.2.3/powershell-7.2.3-linux-x64.tar.gz"
+MD5SUM_x86_64="4eb9309b9bc2a2c2eba513ded5339422"
REQUIRES=""
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"