summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2018-06-13 13:03:15 -0400
committerKyle Sferrazza2018-06-13 13:03:15 -0400
commitc741e731328a5bb8a9f4bf008e64208481782483 (patch)
tree58e372f55fddf8b21ab12d62796ea08983928d34 /PKGBUILD
parenteda1670f119ae42539e4aa2a096c2ed7527aa2be (diff)
downloadaur-c741e731328a5bb8a9f4bf008e64208481782483.tar.gz
works with 2.1.300
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 703a633b350d..31368cdbbc54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=powershell
binaryname=pwsh
_pkgver=6.0.2
pkgver=${_pkgver/-/.}
-pkgrel=2
+pkgrel=3
pkgdesc='A cross-platform automation and configuration tool/framework (latest release)'
arch=('x86_64')
url='https://github.com/PowerShell/PowerShell'
@@ -20,8 +20,8 @@ source=($pkgname::git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver
md5sums=('SKIP'
'SKIP'
'SKIP'
- 'a0d7e3fa753f74e9722f71a5ab3da6d9'
- '7fc09756121a31bc336498a18edfe6da')
+ '477e7fe74b41d814da19ec23db3e620f'
+ '835214e5782a09d6be7796d9da3d42f6')
install=powershell.install
prepare() {