summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank2022-12-19 08:25:27 -0500
committerFrank2022-12-19 08:25:27 -0500
commitcbb4f5419573a7deb1d5d2cedd112eb84725d637 (patch)
tree06c13e34bd4ffb81accd7f0f15c4918a3991f501
parent7e34b16b0104cb9d830b6362e604b80cdd6a6e0c (diff)
downloadaur-cbb4f5419573a7deb1d5d2cedd112eb84725d637.tar.gz
2022-12-19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 165dbaebffe9..82e99d1486f9 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_11_25
+ pkgver = 2022_12_19
pkgrel = 1
url = https://github.com/artempyanykh/marksman
arch = x86_64
license = MIT
options = !strip
- source = marksman-bin-2022_11_25::https://github.com/artempyanykh/marksman/releases/download/2022-11-25/marksman-linux
+ source = marksman-bin-2022_12_19::https://github.com/artempyanykh/marksman/releases/download/2022-12-19/marksman-linux
source = https://raw.githubusercontent.com/artempyanykh/marksman/main/LICENSE
- sha256sums = 64c5216a3339c9d1e26eff0722d7679dcbf61d4c1703ed05d1220a5ad99eb0fb
+ sha256sums = b559118400f174ad48c6a1aae2bebbbe2171d346c38476bbbeb5ee296465ed37
sha256sums = f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04
pkgname = marksman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1555d193747e..5b5e32682967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Bearoff fbearoff at gmail dot com
pkgname=marksman-bin
-pkgver=2022_11_25
+pkgver=2022_12_19
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=('64c5216a3339c9d1e26eff0722d7679dcbf61d4c1703ed05d1220a5ad99eb0fb'
+sha256sums=('b559118400f174ad48c6a1aae2bebbbe2171d346c38476bbbeb5ee296465ed37'
'f48413df41ebe5a5f77f997f1f8a0cf5236f24c6878a16e0073da81642aabf04')
options=('!strip')
package() {