summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-15 12:30:00 +0800
committerlilac2022-06-15 12:30:00 +0800
commit52754f8dc3f19a9ef08f1a14fb081eafcfef2dd1 (patch)
treeb4e1bad97c04a579871efd7423d66b8debb3ebf6
parent9cb6e3160b88bd40155e60cd4e806d469cca2859 (diff)
downloadaur-52754f8dc3f19a9ef08f1a14fb081eafcfef2dd1.tar.gz
[lilac] updated to 0.9.584-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f703e4151acb..68825fdf0b87 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.583
+ pkgver = 0.9.584
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.583/quarto-0.9.583-linux-amd64.deb
- sha256sums = 00e74e61849042154fe05fb59e2325efbf59e0ac15e1c4191d7603dbb0c388c1
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.584/quarto-0.9.584-linux-amd64.deb
+ sha256sums = afc690b9d2486a4abf4873648f8cd711ee36dfd2f1199ef40decd58c2705573a
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac4ce2105b3c..7ba944c3201d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.583
+pkgver=0.9.584
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=('00e74e61849042154fe05fb59e2325efbf59e0ac15e1c4191d7603dbb0c388c1')
+sha256sums=('afc690b9d2486a4abf4873648f8cd711ee36dfd2f1199ef40decd58c2705573a')