summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-08-30 17:11:24 +1000
committerJake Leahy2023-08-30 17:11:24 +1000
commit27a9e09180f4a812086413b0624ac9c74b90f3a5 (patch)
tree419685051747eed055aae6d70e5aa56dc9a1705b
parent982b2f603b577159d0aea99ffde2e2f466b1367c (diff)
downloadaur-27a9e09180f4a812086413b0624ac9c74b90f3a5.tar.gz
Bump to 0.9.5-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc4b03dc08ab..c0fa8926711c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.9.4
+ pkgver = 0.9.5
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.9.4::https://github.com/nvarner/typst-lsp/releases/download/v0.9.4/typst-lsp-x86_64-unknown-linux-gnu
- sha256sums_x86_64 = 40cafae2bcf49bd043f26a87f56fcace82f4194aad185891a301fc4ba0ffb68b
- source_armv7h = typst-lsp-armv7h-0.9.4::https://github.com/nvarner/typst-lsp/releases/download/v0.9.4/typst-lsp-arm-unknown-linux-gnueabihf
- sha256sums_armv7h = b6f7790730095679f7c32df56a57e02fbe44884847b4860cc70e5cf5f99019c5
- source_aarch64 = typst-lsp-aarch64-0.9.4::https://github.com/nvarner/typst-lsp/releases/download/v0.9.4/typst-lsp-aarch64-unknown-linux-gnu
- sha256sums_aarch64 = 5d238e0d4f75e348a7fca3ba593047e1d3e531218c56f0131d108ea72066fecd
+ source_x86_64 = typst-lsp-x86_64-0.9.5::https://github.com/nvarner/typst-lsp/releases/download/v0.9.5/typst-lsp-x86_64-unknown-linux-gnu
+ sha256sums_x86_64 = f5f9fc9d7ee8e9fa1e7f7d29d3a9fc567ad8f75fa4b3311487796817e883e158
+ source_armv7h = typst-lsp-armv7h-0.9.5::https://github.com/nvarner/typst-lsp/releases/download/v0.9.5/typst-lsp-arm-unknown-linux-gnueabihf
+ sha256sums_armv7h = a04fd664ad263a1be6ae458447ed3c1e977d83e2a89e6853171d33bdb2c59de3
+ source_aarch64 = typst-lsp-aarch64-0.9.5::https://github.com/nvarner/typst-lsp/releases/download/v0.9.5/typst-lsp-aarch64-unknown-linux-gnu
+ sha256sums_aarch64 = 3136da67e4c882408f47e20001f5ef7a4b2f1404907251efea95e97bbf82efdb
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index f92ce12135f8..c1a616c013e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.9.4
+pkgver=0.9.5
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-arm-unknown-linux-gnueabihf")
source_aarch64=("typst-lsp-aarch64-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-aarch64-unknown-linux-gnu")
-sha256sums_x86_64=('40cafae2bcf49bd043f26a87f56fcace82f4194aad185891a301fc4ba0ffb68b')
-sha256sums_armv7h=('b6f7790730095679f7c32df56a57e02fbe44884847b4860cc70e5cf5f99019c5')
-sha256sums_aarch64=('5d238e0d4f75e348a7fca3ba593047e1d3e531218c56f0131d108ea72066fecd')
+sha256sums_x86_64=('f5f9fc9d7ee8e9fa1e7f7d29d3a9fc567ad8f75fa4b3311487796817e883e158')
+sha256sums_armv7h=('a04fd664ad263a1be6ae458447ed3c1e977d83e2a89e6853171d33bdb2c59de3')
+sha256sums_aarch64=('3136da67e4c882408f47e20001f5ef7a4b2f1404907251efea95e97bbf82efdb')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")