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