Package Details: clojure-lsp-bin 2:2024.04.22_11.50.26-1

Git Clone URL: https://aur.archlinux.org/clojure-lsp-bin.git (read-only, click to copy)
Package Base: clojure-lsp-bin
Description: Language Server (LSP) for Clojure
Upstream URL: https://github.com/clojure-lsp/clojure-lsp
Licenses: MIT
Conflicts: clojure-lsp
Provides: clojure-lsp
Submitter: yodaembedding
Maintainer: dharrigan
Last Packager: dharrigan
Votes: 11
Popularity: 0.63
First Submitted: 2019-02-17 12:32 (UTC)
Last Updated: 2024-04-22 15:25 (UTC)

Latest Comments

aramus commented on 2020-12-26 15:54 (UTC)

It works without error message and deleting the cache. Thanks for the fast response!

dharrigan commented on 2020-12-26 14:58 (UTC)

Hi,

Thank you for your comment and I apologise for the inconvenience that this has caused you. I have fixed it so that it should not occur again. Do let me know if you continue to have issues.

Thank you.

-=david=-

aramus commented on 2020-12-26 13:20 (UTC)

It's really annoying I always have to delete the cache just to update this package. Can you fix this?

dharrigan commented on 2020-10-23 14:48 (UTC)

Glad you got it to work! :-)

-=david=-

ctjhoa commented on 2020-10-23 13:34 (UTC)

I solved the sha256sum check failure by removing my AUR helper cache (eg. yay).

rm -rf ~/.cache/yay/clojure-lsp-bin/

then validity check is OK.

dharrigan commented on 2020-10-10 18:01 (UTC)

Hi,

Thank you for the feedback, but I do believe the checksum is correct:

wget https://github.com/snoe/clojure-lsp/releases/download/release-20201009T224414/clojure-lsp 
❯ ./clojure-lsp --version
clojure-lsp release-20201009T224414
sha256sum clojure-lsp      
eab6eea0b3cc0b7816f1192f12d577f5390c1af7a0d949f48ade1bccc83ae8ab  clojure-lsp
diff --git PKGBUILD PKGBUILD
index 2c8c9b6..02ceceb 100644
--- PKGBUILD
+++ PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=clojure-lsp-bin
-pkgver=20200925T220747
+pkgver=20201009T224414
 pkgrel=1
 pkgdesc="Language Server (LSP) for Clojure"
 arch=("x86_64")
@@ -14,7 +14,7 @@ conflicts=('clojure-lsp')

 source=("https://github.com/snoe/clojure-lsp/releases/download/release-${pkgver}/clojure-lsp")

-sha256sums=('d838d6d7066f0ce7f1f1a6b8a2712610f4333fbc3661caf0a0b010aa15f0bade')
+sha256sums=('eab6eea0b3cc0b7816f1192f12d577f5390c1af7a0d949f48ade1bccc83ae8ab')

Please note that the previous version, 20200925T220747, does have the checksum d838d6d7066f0ce7f1f1a6b8a2712610f4333fbc3661caf0a0b010aa15f0bade.

-=david=-

terminalnode commented on 2020-10-10 16:07 (UTC)

sha256sums check fails for most recent update. Works when changing it to d838d6d7066f0ce7f1f1a6b8a2712610f4333fbc3661caf0a0b010aa15f0bade.

dkvasnicka commented on 2020-08-29 16:53 (UTC)

For me the installation is also failing because of sha256sums. However the SHA256 sum in the PKGBUILD is correct... Anyone any idea why the installation is still failing?

lerouxrgd commented on 2020-05-18 16:07 (UTC)

It looks like it's not building anymore ?

Building clojure-lsp-bin...
==> Making package: clojure-lsp-bin 20200514T134144-1 (lun. 18 mai 2020 18:05:04)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found clojure-lsp
==> Validating source files with sha256sums...
    clojure-lsp ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build clojure-lsp-bin