diff --git a/.SRCINFO b/.SRCINFO index 2c9fa0c..9f0972b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = powershell-editor-services pkgdesc = A common platform for PowerShell development support in any editor or application! - pkgver = 3.6.2 + pkgver = 3.6.3 pkgrel = 1 url = https://github.com/PowerShell/PowerShellEditorServices install = powershell-editor-services.install arch = x86_64 depends = powershell - noextract = PowerShellEditorServices-3.6.2.zip - source = PowerShellEditorServices-3.6.2.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v3.6.2/PowerShellEditorServices.zip - source = LICENSE-3.6.2::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v3.6.2/LICENSE - sha256sums = c463777619582d81f8f695de61a9ae691502c41631886e6d028c18e8afedea26 + noextract = PowerShellEditorServices-3.6.3.zip + source = PowerShellEditorServices-3.6.3.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v3.6.3/PowerShellEditorServices.zip + source = LICENSE-3.6.3::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v3.6.3/LICENSE + sha256sums = 2105454179326840f4bf129116ae0bb26c3e102f7b4e40ab53d0a5fa270d056f sha256sums = 99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658 pkgname = powershell-editor-services diff --git a/PKGBUILD b/PKGBUILD index e40941f..6555da9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Coach pkgname=powershell-editor-services -pkgver=3.6.2 +pkgver=3.6.3 pkgrel=1 pkgdesc='A common platform for PowerShell development support in any editor or application!' @@ -17,7 +17,7 @@ source=("PowerShellEditorServices-$pkgver.zip::https://github.com/PowerShell/Pow noextract=("PowerShellEditorServices-$pkgver.zip") -sha256sums=('c463777619582d81f8f695de61a9ae691502c41631886e6d028c18e8afedea26' +sha256sums=('2105454179326840f4bf129116ae0bb26c3e102f7b4e40ab53d0a5fa270d056f' '99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658') package() {