diff options
author | coderkun | 2024-06-09 14:24:11 +0200 |
---|---|---|
committer | coderkun | 2024-06-09 14:24:11 +0200 |
commit | 3899a5ed4a1f3a8aea942d1eabbd1f1edf3a9dc6 (patch) | |
tree | 73ea586bdc00769c3773250d887ee6c26214272b /PKGBUILD | |
parent | a54d54719d2318493a84ca4a1d0ef23ad976f078 (diff) | |
download | aur-3899a5ed4a1f3a8aea942d1eabbd1f1edf3a9dc6.tar.gz |
Update package “sonarlint-ls-bin” to version 3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,16 +2,16 @@ pkgname=sonarlint-ls-bin arch=('x86_64') url=https://github.com/SonarSource/sonarlint-vscode -pkgver=3.5.1.75119 -pkgrel=2 -_vscodeVersion=4.5.1 -_vscodeBuild=76345 +pkgver=3.6.0 +pkgrel=1 +_vscodeVersion=4.6.0 +_vscodeBuild=76435 pkgdesc="SonarLint language server (used by SonarLint VSCode)" license=('LGPLv3') depends=('java-runtime>=17') conflicts=('sonarlint-ls') source=("https://github.com/SonarSource/sonarlint-vscode/releases/download/${_vscodeVersion}%2B${_vscodeBuild}/sonarlint-vscode-${_vscodeVersion}.vsix" 'sonarlint-ls') -sha256sums=('70d5dbf2a9c47671861491f88577e7a481f504dae9901b103d5bd680c65919ec' 'b951d9b6f1e1f9f70430776d958487b385cc8290c0a48335d938b3128e1a80c4') +sha256sums=('7c7a2cd4719d525511572827ee279cc27def1a1815cd4505d1c4c8444c76ccc7' 'b951d9b6f1e1f9f70430776d958487b385cc8290c0a48335d938b3128e1a80c4') package() { mkdir -p "${pkgdir}/usr/bin" |