summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank2022-08-01 10:19:36 -0400
committerFrank2022-08-01 10:19:36 -0400
commitec909ac30f76893e5cb286327f3f3c3b20d2332a (patch)
tree452502666b13ee641c30b6bec267053b4075fbc7
parent7a97aacd5c7a05bfbd9bd2ed67ca87e3cca4310e (diff)
downloadaur-ec909ac30f76893e5cb286327f3f3c3b20d2332a.tar.gz
bump to 2022-07-31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5e9f8752c2d..96b8601f8354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = marksman-bin
pkgdesc = Markdown LSP server providing completion, cross-references, diagnostics, and more
- pkgver = 2022_06_23
+ pkgver = 2022_07_31
pkgrel = 1
url = https://github.com/artempyanykh/marksman
arch = x86_64
license = MIT
options = !strip
- source = https://github.com/artempyanykh/marksman/releases/download/2022-06-23/marksman-linux
+ source = https://github.com/artempyanykh/marksman/releases/download/2022-07-31/marksman-linux
source = https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE
- sha256sums = d59a8ce3466a9462eba5dc64264fead83c68c0703104998f2bc718bb1cc4ff30
+ sha256sums = 7fba7a7110e727ed01beae8009d5c366de2b5661552d21d5213994e7f0a15180
sha256sums = f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04
pkgname = marksman-bin
diff --git a/PKGBUILD b/PKGBUILD
index e17ed0ac9726..19a2288de5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Bearoff fbearoff at gmail dot com
pkgname=marksman-bin
-pkgver=2022_06_23
+pkgver=2022_07_31
pkgrel=1
pkgdesc='Markdown LSP server providing completion, cross-references, diagnostics, and more'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
source=("${url}/releases/download/${pkgver//_/-}/${pkgname%-bin}-linux"
"https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE")
-sha256sums=('d59a8ce3466a9462eba5dc64264fead83c68c0703104998f2bc718bb1cc4ff30'
+sha256sums=('7fba7a7110e727ed01beae8009d5c366de2b5661552d21d5213994e7f0a15180'
'f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04')
options=('!strip')
package() {