summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-06-17 01:12:29 +1000
committerJake Leahy2023-06-17 01:12:29 +1000
commit01c964d01c1de18e8c5aa3bc561bed1fefbe9f3c (patch)
tree4dd61dd57e43d2a3a12fc745a50b3b80b2e51b3f
parente3f6f3eba2eef584ac1b68436b16699b024f4028 (diff)
downloadaur-01c964d01c1de18e8c5aa3bc561bed1fefbe9f3c.tar.gz
Bump 0.6.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d48c6b49f1..70a0342c323d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.5.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/nvarner/typst-lsp
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = typst-lsp-bin
depends = glibc
depends = gcc-libs
provides = typst-lsp
- source_x86_64 = typst-lsp-x86_64-0.5.1::https://github.com/nvarner/typst-lsp/releases/download/v0.5.1/typst-lsp-linux-x64
- sha256sums_x86_64 = e8163b70517eebdfe79d0dae1ea6ad65ff3c6e382e93dc9764df19d49668de4b
- source_armv7h = typst-lsp-armv7h-0.5.1::https://github.com/nvarner/typst-lsp/releases/download/v0.5.1/typst-lsp-linux-armhf
- sha256sums_armv7h = 1e94274e180b9b0b52a17a91cef5499690872c091140d3bf6f1e2f92e672aced
- source_aarch64 = typst-lsp-aarch64-0.5.1::https://github.com/nvarner/typst-lsp/releases/download/v0.5.1/typst-lsp-linux-arm64
- sha256sums_aarch64 = 03b00bb2899f9245414054a2a12624c827e64926f9ff29cf72ea62e02b218d1b
+ source_x86_64 = typst-lsp-x86_64-0.6.2::https://github.com/nvarner/typst-lsp/releases/download/v0.6.2/typst-lsp-linux-x64
+ sha256sums_x86_64 = 4122daf98c31823f6ee27478d9e61ff583b645daf70e456a4b4028641c79804d
+ source_armv7h = typst-lsp-armv7h-0.6.2::https://github.com/nvarner/typst-lsp/releases/download/v0.6.2/typst-lsp-linux-armhf
+ sha256sums_armv7h = 7bab993a727fccedeb3478e7ab749aafbd3849e1268d2aee4a55db4b5513e84d
+ source_aarch64 = typst-lsp-aarch64-0.6.2::https://github.com/nvarner/typst-lsp/releases/download/v0.6.2/typst-lsp-linux-arm64
+ sha256sums_aarch64 = bf3040f1c6a83fec745135e25b51f93c08d6d38f97678cdda2d8fe3617168423
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5dd3eeb9f961..6c920f8ef155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.5.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="A brand-new language server for Typst"
arch=("x86_64" "armv7h" "aarch64")
@@ -12,9 +12,9 @@ source_x86_64=("typst-lsp-x86_64-$pkgver::https://github.com/nvarner/typst-lsp/r
source_armv7h=("typst-lsp-armv7h-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-armhf")
source_aarch64=("typst-lsp-aarch64-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-arm64")
-sha256sums_x86_64=('e8163b70517eebdfe79d0dae1ea6ad65ff3c6e382e93dc9764df19d49668de4b')
-sha256sums_armv7h=('1e94274e180b9b0b52a17a91cef5499690872c091140d3bf6f1e2f92e672aced')
-sha256sums_aarch64=('03b00bb2899f9245414054a2a12624c827e64926f9ff29cf72ea62e02b218d1b')
+sha256sums_x86_64=('4122daf98c31823f6ee27478d9e61ff583b645daf70e456a4b4028641c79804d')
+sha256sums_armv7h=('7bab993a727fccedeb3478e7ab749aafbd3849e1268d2aee4a55db4b5513e84d')
+sha256sums_aarch64=('bf3040f1c6a83fec745135e25b51f93c08d6d38f97678cdda2d8fe3617168423')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")