summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-09-23 12:53:44 +1000
committerJake Leahy2023-09-23 12:53:44 +1000
commit3b456c1d2d716b9e1a3819334560fe6e2203b61f (patch)
tree0c3a06e57cd274096c9b2edf7ce1e60af61d3613
parent967a1857a04310ee45f6bbbdd952607c9363b743 (diff)
downloadaur-3b456c1d2d716b9e1a3819334560fe6e2203b61f.tar.gz
Bump to 0.10.1-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89b56dac1675..6e2e028442ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.10.0
+ pkgver = 0.10.1
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.10.0::https://github.com/nvarner/typst-lsp/releases/download/v0.10.0/typst-lsp-x86_64-unknown-linux-gnu
- sha256sums_x86_64 = 99db2afe96b4f60de818e075e08013932da0228bc2c80128269ae4b0d4c7bb55
- source_armv7h = typst-lsp-armv7h-0.10.0::https://github.com/nvarner/typst-lsp/releases/download/v0.10.0/typst-lsp-arm-unknown-linux-gnueabihf
- sha256sums_armv7h = c4b6835799823da387425ffaa10b50e09ec3cdd6fb33b735728021128c5c5457
- source_aarch64 = typst-lsp-aarch64-0.10.0::https://github.com/nvarner/typst-lsp/releases/download/v0.10.0/typst-lsp-aarch64-unknown-linux-gnu
- sha256sums_aarch64 = ab2bf94349879d31cc7b71dc7782313efaff51c17438abd79c67fb1d6557c803
+ source_x86_64 = typst-lsp-x86_64-0.10.1::https://github.com/nvarner/typst-lsp/releases/download/v0.10.1/typst-lsp-x86_64-unknown-linux-gnu
+ sha256sums_x86_64 = 6d78712e75aaa360295f8b9303072f014862f81255d2325ab961a462c8228fb0
+ source_armv7h = typst-lsp-armv7h-0.10.1::https://github.com/nvarner/typst-lsp/releases/download/v0.10.1/typst-lsp-arm-unknown-linux-gnueabihf
+ sha256sums_armv7h = 9bd06b8f24dfd55d8a58854da3fd44656d5846a6052475c7dab7a5d1d002795c
+ source_aarch64 = typst-lsp-aarch64-0.10.1::https://github.com/nvarner/typst-lsp/releases/download/v0.10.1/typst-lsp-aarch64-unknown-linux-gnu
+ sha256sums_aarch64 = b255e05bbfbd374bc391241bdf5c5574edeb117b1c42a1855737b5a9a6484634
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index e652feac6ed2..17218c5457de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.10.0
+pkgver=0.10.1
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=('99db2afe96b4f60de818e075e08013932da0228bc2c80128269ae4b0d4c7bb55')
-sha256sums_armv7h=('c4b6835799823da387425ffaa10b50e09ec3cdd6fb33b735728021128c5c5457')
-sha256sums_aarch64=('ab2bf94349879d31cc7b71dc7782313efaff51c17438abd79c67fb1d6557c803')
+sha256sums_x86_64=('6d78712e75aaa360295f8b9303072f014862f81255d2325ab961a462c8228fb0')
+sha256sums_armv7h=('9bd06b8f24dfd55d8a58854da3fd44656d5846a6052475c7dab7a5d1d002795c')
+sha256sums_aarch64=('b255e05bbfbd374bc391241bdf5c5574edeb117b1c42a1855737b5a9a6484634')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")