summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-04-07 13:01:29 +1000
committerJake Leahy2023-04-07 13:01:29 +1000
commit6e943a17605d9774ab349aa0d939c0e005659d68 (patch)
tree3672aff232ce848190514bdbb1c0ffdad7ec506a
parente0963430c7a76f891d348880acb83fa0fbf8755b (diff)
downloadaur-6e943a17605d9774ab349aa0d939c0e005659d68.tar.gz
Bump to 0.3.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5dee852edda..efea5c52fc9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst,
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/nvarner/typst-lsp
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = typst-lsp-bin
license = GPL3
depends = qt5-base
provides = typst-lsp
- source_x86_64 = typst-lsp-0.3.1::https://github.com/nvarner/typst-lsp/releases/download/v0.3.1/typst-lsp-linux-x64
- sha256sums_x86_64 = 8927a35f00e34908c1b015a5f6da626e187a56fdb4bd4232ff2809076f420389
- source_armv7h = typst-lsp-0.3.1::https://github.com/nvarner/typst-lsp/releases/download/v0.3.1/typst-lsp-linux-armhf
- sha256sums_armv7h = 8927a35f00e34908c1b015a5f6da626e187a56fdb4bd4232ff2809076f420389
- source_aarch64 = typst-lsp-0.3.1::https://github.com/nvarner/typst-lsp/releases/download/v0.3.1/typst-lsp-linux-arm64
- sha256sums_aarch64 = 8927a35f00e34908c1b015a5f6da626e187a56fdb4bd4232ff2809076f420389
+ source_x86_64 = typst-lsp-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-x64
+ sha256sums_x86_64 = 0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad
+ source_armv7h = typst-lsp-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-armhf
+ sha256sums_armv7h = 0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad
+ source_aarch64 = typst-lsp-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-arm64
+ sha256sums_aarch64 = 0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 00009d24dfef..8fecaeaf8ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev
pkgname=typst-lsp-bin
-pkgver=0.3.1
+pkgver=0.3.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-$pkgver::https://github.com/nvarner/typst-lsp/releases
source_armv7h=("typst-lsp-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-armhf")
source_aarch64=("typst-lsp-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-arm64")
-sha256sums_x86_64=('8927a35f00e34908c1b015a5f6da626e187a56fdb4bd4232ff2809076f420389')
-sha256sums_armv7h=('8927a35f00e34908c1b015a5f6da626e187a56fdb4bd4232ff2809076f420389')
-sha256sums_aarch64=('8927a35f00e34908c1b015a5f6da626e187a56fdb4bd4232ff2809076f420389')
+sha256sums_x86_64=('0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad')
+sha256sums_armv7h=('0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad')
+sha256sums_aarch64=('0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad')
provides=("typst-lsp")
depends=("qt5-base")