summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank2023-11-30 08:38:00 -0500
committerFrank2023-11-30 08:38:00 -0500
commit2b34f26d492a16400cbe78b617b09fcdc67f6247 (patch)
treed7268318cd85a2c714adf1c1929836119a1106ea
parent0f1bc4d7a51021f653efb07919ef2078559dd6d8 (diff)
downloadaur-2b34f26d492a16400cbe78b617b09fcdc67f6247.tar.gz
2023-11-29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 583ab2c3cdb3..7b7c6693880d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = marksman-bin
pkgdesc = Markdown LSP server providing completion, cross-references, diagnostics, and more
- pkgver = 2023_11_20
+ pkgver = 2023_11_29
pkgrel = 1
url = https://github.com/artempyanykh/marksman
arch = x86_64
license = MIT
options = !strip
- source = marksman-bin-2023_11_20::https://github.com/artempyanykh/marksman/releases/download/2023-11-20/marksman-linux-x64
+ source = marksman-bin-2023_11_29::https://github.com/artempyanykh/marksman/releases/download/2023-11-29/marksman-linux-x64
source = https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE
- sha256sums = 04c53610193aedf627031975f1768aa09757c5143048fea2322e0d2cd3a82d36
+ sha256sums = 9ef848efa86c073830906693609f37b70b93bbbdf797985209679e556fad7b7f
sha256sums = f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04
pkgname = marksman-bin
diff --git a/PKGBUILD b/PKGBUILD
index c65cae85d1bf..f59d72d0b764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Bearoff fbearoff at gmail dot com
pkgname=marksman-bin
-pkgver=2023_11_20
+pkgver=2023_11_29
pkgrel=1
pkgdesc='Markdown LSP server providing completion, cross-references, diagnostics, and more'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
source=("${pkgname}-${pkgver}::${url}/releases/download/${pkgver//_/-}/${pkgname%-bin}-linux-x64"
"https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE")
-sha256sums=('04c53610193aedf627031975f1768aa09757c5143048fea2322e0d2cd3a82d36'
+sha256sums=('9ef848efa86c073830906693609f37b70b93bbbdf797985209679e556fad7b7f'
'f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04')
options=('!strip')
package() {