summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-07-26 16:08:48 +1000
committerJake Leahy2023-07-26 16:08:48 +1000
commit6f9a8e1ad9ac9f28475b20e98f52c6f71d366c10 (patch)
treea42f22e536eacfc0c70b2d9634f396005bb8cd20
parent30ca43aa6c990d7503c83a0c7320b58e89470793 (diff)
downloadaur-6f9a8e1ad9ac9f28475b20e98f52c6f71d366c10.tar.gz
Bump to 0.7.2-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70db4e472b19..a570eebc0851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.7.1
+ pkgver = 0.7.2
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.7.1::https://github.com/nvarner/typst-lsp/releases/download/v0.7.1/typst-lsp-linux-x64
- sha256sums_x86_64 = a958c51069769380e38d69b555ff38075db9157d33d94ead219a55efc7880a63
- source_armv7h = typst-lsp-armv7h-0.7.1::https://github.com/nvarner/typst-lsp/releases/download/v0.7.1/typst-lsp-linux-armhf
- sha256sums_armv7h = da7e35f45387d3f998d5a583873912973773853002751873c96e89d87846090f
- source_aarch64 = typst-lsp-aarch64-0.7.1::https://github.com/nvarner/typst-lsp/releases/download/v0.7.1/typst-lsp-linux-arm64
- sha256sums_aarch64 = a9c8fe2bdd496001be964812d6f52ae59e9c337511e278ea0596c74a709a3925
+ source_x86_64 = typst-lsp-x86_64-0.7.2::https://github.com/nvarner/typst-lsp/releases/download/v0.7.2/typst-lsp-linux-x64
+ sha256sums_x86_64 = 5780b84e1d7c1d1e1175bfd5b01f4c192e3b0d4ec757fcac74a0cbe1e91eaa41
+ source_armv7h = typst-lsp-armv7h-0.7.2::https://github.com/nvarner/typst-lsp/releases/download/v0.7.2/typst-lsp-linux-armhf
+ sha256sums_armv7h = 5aafeb0117a0f32a364630f5803ceb27da7913726926a1c38b8bf46e29c8ef84
+ source_aarch64 = typst-lsp-aarch64-0.7.2::https://github.com/nvarner/typst-lsp/releases/download/v0.7.2/typst-lsp-linux-arm64
+ sha256sums_aarch64 = 7558c8aaed113afc429dafdeb3fa552cb43f9d794c72f03a92030bdc2d5e27c1
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index db1192220b5d..4feca697e0cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.7.1
+pkgver=0.7.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-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=('a958c51069769380e38d69b555ff38075db9157d33d94ead219a55efc7880a63')
-sha256sums_armv7h=('da7e35f45387d3f998d5a583873912973773853002751873c96e89d87846090f')
-sha256sums_aarch64=('a9c8fe2bdd496001be964812d6f52ae59e9c337511e278ea0596c74a709a3925')
+sha256sums_x86_64=('5780b84e1d7c1d1e1175bfd5b01f4c192e3b0d4ec757fcac74a0cbe1e91eaa41')
+sha256sums_armv7h=('5aafeb0117a0f32a364630f5803ceb27da7913726926a1c38b8bf46e29c8ef84')
+sha256sums_aarch64=('7558c8aaed113afc429dafdeb3fa552cb43f9d794c72f03a92030bdc2d5e27c1')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")