summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2018-01-25 18:23:51 -0500
committerKyle Sferrazza2018-01-25 18:23:51 -0500
commita180a8d2ba6ad75fb9ad6a2abcdbc5b187c8a98c (patch)
tree5841007a1f34b51f248e0c3421ff96eae58691a9
parent317099753434c314f9b66bca7e6896d0b2cfad1c (diff)
downloadaur-a180a8d2ba6ad75fb9ad6a2abcdbc5b187c8a98c.tar.gz
v6.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbb5222738a8..cf452fccf3c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powershell
pkgdesc = A cross-platform automation and configuration tool/framework (latest release)
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
install = powershell.install
@@ -10,7 +10,7 @@ pkgbase = powershell
makedepends = cmake
makedepends = dotnet-sdk>=2.0
depends = icu
- source = powershell::git+https://github.com/PowerShell/PowerShell.git#tag=v6.0.0
+ source = powershell::git+https://github.com/PowerShell/PowerShell.git#tag=v6.0.1
source = pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop
source = googletest::git+https://github.com/google/googletest.git
source = build.sh
diff --git a/PKGBUILD b/PKGBUILD
index 153912bdb346..25a81f153d5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=powershell
binaryname=pwsh
-_pkgver=6.0.0
+_pkgver=6.0.1
pkgver=${_pkgver/-/.}
pkgrel=1
pkgdesc='A cross-platform automation and configuration tool/framework (latest release)'