summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank2022-08-15 10:17:18 -0400
committerFrank2022-08-15 10:17:18 -0400
commit63a4f7bf55a229df19bdf2206fc12d536d75155f (patch)
tree6f45b37a796d724563dc233cbe922ff090fb2f09
parent39fde83e0cb167d7d7531e9f26a4cda81ea6a1f4 (diff)
downloadaur-63a4f7bf55a229df19bdf2206fc12d536d75155f.tar.gz
2022-08-15 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1db665869065..fa1a07433542 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_08_07
+ pkgver = 2022_08_15
pkgrel = 1
url = https://github.com/artempyanykh/marksman
arch = x86_64
license = MIT
options = !strip
- source = https://github.com/artempyanykh/marksman/releases/download/2022-08-07/marksman-linux
+ source = https://github.com/artempyanykh/marksman/releases/download/2022-08-15/marksman-linux
source = https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE
- sha256sums = 3996274cecc3a8fc1d27d35c741d85b6964f49888e2e9e73cfae214ad96ba7d8
+ sha256sums = d79a7d915ced1c9f0bbdc160ca5a27ea1f8f3c283f73b5775c3d8dcbad3153ef
sha256sums = f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04
pkgname = marksman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9314e626f09d..819734349776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Bearoff fbearoff at gmail dot com
pkgname=marksman-bin
-pkgver=2022_08_07
+pkgver=2022_08_15
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=('3996274cecc3a8fc1d27d35c741d85b6964f49888e2e9e73cfae214ad96ba7d8'
+sha256sums=('d79a7d915ced1c9f0bbdc160ca5a27ea1f8f3c283f73b5775c3d8dcbad3153ef'
'f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04')
options=('!strip')
package() {