summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank2023-04-12 19:44:13 -0400
committerFrank2023-04-12 19:44:13 -0400
commite654631642caf1293b61b4c9df18d45e1e7b0fa8 (patch)
tree22f97af871390e79f1de1d08d4319a640c72cac4
parent60753fcd11e550921e1b9d488f459598dac55151 (diff)
downloadaur-e654631642caf1293b61b4c9df18d45e1e7b0fa8.tar.gz
2023-04-12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdce9d0f608..faf9dd3ad611 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_04_06
+ pkgver = 2023_04_12
pkgrel = 1
url = https://github.com/artempyanykh/marksman
arch = x86_64
license = MIT
options = !strip
- source = marksman-bin-2023_04_06::https://github.com/artempyanykh/marksman/releases/download/2023-04-06/marksman-linux
+ source = marksman-bin-2023_04_12::https://github.com/artempyanykh/marksman/releases/download/2023-04-12/marksman-linux
source = https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE
- sha256sums = 3099efccab150ea1691767db03d1642eeec3ce04e7a8db71781205b4190504df
+ sha256sums = 1dc68bc8b45ccfd775a3598fb557797cbaad6a1bb5347da83ce654561550319a
sha256sums = f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04
pkgname = marksman-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffd664a3aa31..d53539a00b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Bearoff fbearoff at gmail dot com
pkgname=marksman-bin
-pkgver=2023_04_06
+pkgver=2023_04_12
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"
"https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE")
-sha256sums=('3099efccab150ea1691767db03d1642eeec3ce04e7a8db71781205b4190504df'
+sha256sums=('1dc68bc8b45ccfd775a3598fb557797cbaad6a1bb5347da83ce654561550319a'
'f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04')
options=('!strip')
package() {