This commit is contained in:
clanger 2023-09-11 11:43:57 +01:00
parent 0c00949110
commit c3fb722c3a
2 changed files with 9 additions and 8 deletions

View file

@ -1,15 +1,15 @@
pkgbase = powershell-editor-services
pkgdesc = A common platform for PowerShell development support in any editor or application!
pkgver = 3.8.1
pkgver = 3.10.0
pkgrel = 1
url = https://github.com/PowerShell/PowerShellEditorServices
install = powershell-editor-services.install
arch = x86_64
depends = powershell
noextract = PowerShellEditorServices-3.8.1.zip
source = PowerShellEditorServices-3.8.1.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v3.8.1/PowerShellEditorServices.zip
source = LICENSE-3.8.1::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v3.8.1/LICENSE
sha256sums = 272a2c728b902287437a0372ca9a0e4aca12286a8024da6f2bbb4fc9459bda7a
noextract = PowerShellEditorServices-3.10.0.zip
source = PowerShellEditorServices-3.10.0.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v3.10.0/PowerShellEditorServices.zip
source = LICENSE-3.10.0::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v3.10.0/LICENSE
sha256sums = 8b995891d6a7c57378acfb25bddd1945e5c95515298c9635137811ae5a12ea53
sha256sums = 99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658
pkgname = powershell-editor-services

View file

@ -1,7 +1,8 @@
# Maintainer: Aaron Coach <aur at ezpz dot cz>
# Maintainer: clanger <virtualdemise at gmail dot com>
# Contributor: Aaron Coach <aur at ezpz dot cz>
pkgname=powershell-editor-services
pkgver=3.8.1
pkgver=3.10.0
pkgrel=1
pkgdesc='A common platform for PowerShell development support in any editor or application!'
@ -17,7 +18,7 @@ source=("PowerShellEditorServices-$pkgver.zip::https://github.com/PowerShell/Pow
noextract=("PowerShellEditorServices-$pkgver.zip")
sha256sums=('272a2c728b902287437a0372ca9a0e4aca12286a8024da6f2bbb4fc9459bda7a'
sha256sums=('8b995891d6a7c57378acfb25bddd1945e5c95515298c9635137811ae5a12ea53'
'99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658')
package() {