3.6.2
This commit is contained in:
parent
4823fd400c
commit
1318d9494e
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
pkgbase = powershell-editor-services
|
pkgbase = powershell-editor-services
|
||||||
pkgdesc = A common platform for PowerShell development support in any editor or application!
|
pkgdesc = A common platform for PowerShell development support in any editor or application!
|
||||||
pkgver = 3.6.1
|
pkgver = 3.6.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/PowerShell/PowerShellEditorServices
|
url = https://github.com/PowerShell/PowerShellEditorServices
|
||||||
install = powershell-editor-services.install
|
install = powershell-editor-services.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
depends = powershell
|
depends = powershell
|
||||||
noextract = PowerShellEditorServices-3.6.1.zip
|
noextract = PowerShellEditorServices-3.6.2.zip
|
||||||
source = PowerShellEditorServices-3.6.1.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v3.6.1/PowerShellEditorServices.zip
|
source = PowerShellEditorServices-3.6.2.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v3.6.2/PowerShellEditorServices.zip
|
||||||
source = LICENSE-3.6.1::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v3.6.1/LICENSE
|
source = LICENSE-3.6.2::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v3.6.2/LICENSE
|
||||||
sha256sums = 2c64bcbddab9920f68f022f379d40eebe908076f62686599487f19d7656da0b5
|
sha256sums = c463777619582d81f8f695de61a9ae691502c41631886e6d028c18e8afedea26
|
||||||
sha256sums = 99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658
|
sha256sums = 99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658
|
||||||
|
|
||||||
pkgname = powershell-editor-services
|
pkgname = powershell-editor-services
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Aaron Coach <aur at ezpz dot cz>
|
# Maintainer: Aaron Coach <aur at ezpz dot cz>
|
||||||
|
|
||||||
pkgname=powershell-editor-services
|
pkgname=powershell-editor-services
|
||||||
pkgver=3.6.1
|
pkgver=3.6.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
|
||||||
pkgdesc='A common platform for PowerShell development support in any editor or application!'
|
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")
|
noextract=("PowerShellEditorServices-$pkgver.zip")
|
||||||
|
|
||||||
sha256sums=('2c64bcbddab9920f68f022f379d40eebe908076f62686599487f19d7656da0b5'
|
sha256sums=('c463777619582d81f8f695de61a9ae691502c41631886e6d028c18e8afedea26'
|
||||||
'99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658')
|
'99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue