summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-08-20 09:26:17 +1000
committerJake Leahy2023-08-20 09:26:17 +1000
commit982b2f603b577159d0aea99ffde2e2f466b1367c (patch)
tree259769799a9ad0bd35a91bdb7c8fa9cf883aa323
parent7abe869786c707b618c8bc36fb68657ce5993e40 (diff)
downloadaur-982b2f603b577159d0aea99ffde2e2f466b1367c.tar.gz
Bump to 0.9.4-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c9bce019bb..fc4b03dc08ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.9.3
+ pkgver = 0.9.4
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.3::https://github.com/nvarner/typst-lsp/releases/download/v0.9.3/typst-lsp-x86_64-unknown-linux-gnu
- sha256sums_x86_64 = 09cd2af9d3b6381dbf0ded532899db24597dd7bde8f5e0d98270adc5c9838fd5
- source_armv7h = typst-lsp-armv7h-0.9.3::https://github.com/nvarner/typst-lsp/releases/download/v0.9.3/typst-lsp-arm-unknown-linux-gnueabihf
- sha256sums_armv7h = 4be43d791ca6cac3d5a3b4b343f9f6f75fc8f1f83e54b7a1a90f50ab81294b14
- source_aarch64 = typst-lsp-aarch64-0.9.3::https://github.com/nvarner/typst-lsp/releases/download/v0.9.3/typst-lsp-aarch64-unknown-linux-gnu
- sha256sums_aarch64 = 9abd9ac6f2032252f5cc9bc8fd5c4ff2146a1834b8eaf3fb6aad2d87ea0f305e
+ 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
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb5976b8fe54..f92ce12135f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.9.3
+pkgver=0.9.4
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=('09cd2af9d3b6381dbf0ded532899db24597dd7bde8f5e0d98270adc5c9838fd5')
-sha256sums_armv7h=('4be43d791ca6cac3d5a3b4b343f9f6f75fc8f1f83e54b7a1a90f50ab81294b14')
-sha256sums_aarch64=('9abd9ac6f2032252f5cc9bc8fd5c4ff2146a1834b8eaf3fb6aad2d87ea0f305e')
+sha256sums_x86_64=('40cafae2bcf49bd043f26a87f56fcace82f4194aad185891a301fc4ba0ffb68b')
+sha256sums_armv7h=('b6f7790730095679f7c32df56a57e02fbe44884847b4860cc70e5cf5f99019c5')
+sha256sums_aarch64=('5d238e0d4f75e348a7fca3ba593047e1d3e531218c56f0131d108ea72066fecd')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")