summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-16 05:16:08 +0800
committerlilac2022-06-16 05:16:08 +0800
commit6a9e0f2e48bfd4b2f67c970e4f25edb8a68bb6e1 (patch)
tree9961ae73eac64e5b6f85826a6000175853532414
parent52754f8dc3f19a9ef08f1a14fb081eafcfef2dd1 (diff)
downloadaur-6a9e0f2e48bfd4b2f67c970e4f25edb8a68bb6e1.tar.gz
[lilac] updated to 0.9.587-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68825fdf0b87..294d3172316b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quarto-cli-bin
pkgdesc = An open-source scientific and technical publishing system built on Pandoc (binary from official repo)
- pkgver = 0.9.584
+ pkgver = 0.9.587
pkgrel = 1
url = http://quarto.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = quarto-cli-bin
depends = bash
provides = quarto
options = !strip
- source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.584/quarto-0.9.584-linux-amd64.deb
- sha256sums = afc690b9d2486a4abf4873648f8cd711ee36dfd2f1199ef40decd58c2705573a
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.587/quarto-0.9.587-linux-amd64.deb
+ sha256sums = 642669b6a8e9e5afa76ae3b9e70ec096baf003c0b11375ce9153d20f67612ea5
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ba944c3201d..0cf2cfa82182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.584
+pkgver=0.9.587
pkgrel=1
pkgdesc="An open-source scientific and technical publishing system built on Pandoc (binary from official repo)"
arch=('x86_64')
@@ -20,5 +20,5 @@ package() {
ln -s /opt/quarto/bin/quarto "${pkgdir}/usr/bin"
}
-sha256sums=('afc690b9d2486a4abf4873648f8cd711ee36dfd2f1199ef40decd58c2705573a')
+sha256sums=('642669b6a8e9e5afa76ae3b9e70ec096baf003c0b11375ce9153d20f67612ea5')