summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoxackie2024-01-04 22:09:53 +0000
committercoxackie2024-01-04 22:09:53 +0000
commitfdd99b5ea7f0d522776a465fa285d10bf47acea9 (patch)
treeca76d87cd75952532d97a4bf72e5e28c77090943
parent219a18b4fc8284be30699de84a9704ce844986fe (diff)
downloadaur-fdd99b5ea7f0d522776a465fa285d10bf47acea9.tar.gz
v5.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df43c120c513..731fb8a1fc1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlab-bin
pkgdesc = A cross-platform implementation of the Language Server Protocol for LaTeX
- pkgver = 5.12.0
+ pkgver = 5.12.1
pkgrel = 1
url = https://github.com/latex-lsp/texlab
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = texlab-bin
provides = texlab
conflicts = texlab
conflicts = texlab-git
- source = https://github.com/latex-lsp/texlab/releases/download/v5.12.0/texlab-x86_64-linux.tar.gz
+ source = https://github.com/latex-lsp/texlab/releases/download/v5.12.1/texlab-x86_64-linux.tar.gz
source = local://LICENSE
- sha256sums = 79d1c70eaa8b215ffa1591d9b11e17322bee438368ad0ff5a62d3a6a73dd07a6
+ sha256sums = cf76e5d761b96a918771739f7eb133eb3205449107dddf8c8499f077d437644c
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
pkgname = texlab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e8083c08346..5d9f19bcea29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=texlab-bin
_pkgname=texlab
-pkgver=5.12.0
+pkgver=5.12.1
pkgrel=1
arch=('x86_64')
pkgdesc='A cross-platform implementation of the Language Server Protocol for LaTeX'
@@ -11,7 +11,7 @@ url='https://github.com/latex-lsp/texlab'
license=('GPL-3.0')
source=("https://github.com/latex-lsp/texlab/releases/download/v$pkgver/texlab-x86_64-linux.tar.gz"
"local://LICENSE")
-sha256sums=('79d1c70eaa8b215ffa1591d9b11e17322bee438368ad0ff5a62d3a6a73dd07a6'
+sha256sums=('cf76e5d761b96a918771739f7eb133eb3205449107dddf8c8499f077d437644c'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
package() {