summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-06-22 10:23:59 +1000
committerJake Leahy2023-06-22 10:23:59 +1000
commitd5751272757eb30f39964b3120e4a406a255e918 (patch)
treedade23e9304dcf48b58114f95d45769b65ed86a0
parent01c964d01c1de18e8c5aa3bc561bed1fefbe9f3c (diff)
downloadaur-d5751272757eb30f39964b3120e4a406a255e918.tar.gz
Bump 0.7.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70a0342c323d..5439d505321f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.6.2
+ pkgver = 0.7.0
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.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
+ source_x86_64 = typst-lsp-x86_64-0.7.0::https://github.com/nvarner/typst-lsp/releases/download/v0.7.0/typst-lsp-linux-x64
+ sha256sums_x86_64 = fd96b6565a6fecc6943984ecbc6df050ecfc090b52bf9b25e3fcee936cb770ee
+ source_armv7h = typst-lsp-armv7h-0.7.0::https://github.com/nvarner/typst-lsp/releases/download/v0.7.0/typst-lsp-linux-armhf
+ sha256sums_armv7h = 844f2608bcf3737a45ae97c1caef67be41e40b3f32ac13121d9437a94564b61f
+ source_aarch64 = typst-lsp-aarch64-0.7.0::https://github.com/nvarner/typst-lsp/releases/download/v0.7.0/typst-lsp-linux-arm64
+ sha256sums_aarch64 = 767e6e84dde29f89cd5af92c60391bb98649862d5be30c01ebcf3b0b06305f19
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c920f8ef155..9d4e0ec8c23e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.6.2
+pkgver=0.7.0
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=('4122daf98c31823f6ee27478d9e61ff583b645daf70e456a4b4028641c79804d')
-sha256sums_armv7h=('7bab993a727fccedeb3478e7ab749aafbd3849e1268d2aee4a55db4b5513e84d')
-sha256sums_aarch64=('bf3040f1c6a83fec745135e25b51f93c08d6d38f97678cdda2d8fe3617168423')
+sha256sums_x86_64=('fd96b6565a6fecc6943984ecbc6df050ecfc090b52bf9b25e3fcee936cb770ee')
+sha256sums_armv7h=('844f2608bcf3737a45ae97c1caef67be41e40b3f32ac13121d9437a94564b61f')
+sha256sums_aarch64=('767e6e84dde29f89cd5af92c60391bb98649862d5be30c01ebcf3b0b06305f19')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")