Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-plugins: update to 1.2.20 #53939

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions srcpkgs/lsp-plugins/patches/aarch64-atomic.patch

This file was deleted.

42 changes: 0 additions & 42 deletions srcpkgs/lsp-plugins/patches/musl-locale.patch

This file was deleted.

7 changes: 4 additions & 3 deletions srcpkgs/lsp-plugins/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lsp-plugins'.
# Template file for 'lsp-plugins'
pkgname=lsp-plugins
version=1.2.19
version=1.2.20
revision=1
build_style=gnu-makefile
make_use_env=yes
Expand All @@ -17,7 +17,8 @@ license="GPL-3.0-or-later"
homepage="https://lsp-plug.in/"
changelog="https://raw.githubusercontent.com/sadko4u/lsp-plugins/master/CHANGELOG"
distfiles="https://github.com/sadko4u/lsp-plugins/releases/download/$version/lsp-plugins-src-${version}.tar.gz"
checksum=f0536d790fada3d896670683b71a2916a7bef55a2395f314370015535ec8d959
checksum=ca8860dca6bfb1e7bcaba342c153e5fc5d3a025c91db66a4433e37829fb591c9
make_check=no # no test suite

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" ${makedepends}"
Expand Down
Loading