summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-12 13:46:59 +0800
committerlilac2022-06-12 13:46:59 +0800
commit44472bda7eee1d6bb9a944c0ed11b1c1a861b037 (patch)
treecc7261d5de5793fd1806024ac4b862a739ec6c34
parenta5c376468b7f6812ba7e29f458b3067c0e4eece8 (diff)
downloadaur-44472bda7eee1d6bb9a944c0ed11b1c1a861b037.tar.gz
[lilac] updated to 0.9.573-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443c76fd39df..2ee669318278 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.566
+ pkgver = 0.9.573
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.566/quarto-0.9.566-linux-amd64.deb
- sha256sums = 013860d237a7aab91dced089773cca98782dcfab545132abee5bc4741ed7d1d9
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.573/quarto-0.9.573-linux-amd64.deb
+ sha256sums = 8e24f683a986359afd45d6fa703e08b1b7fd7a0a3383bf229ac7ed22f1dfc5c1
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c35d19a547f7..cc371c0b61ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.566
+pkgver=0.9.573
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=('013860d237a7aab91dced089773cca98782dcfab545132abee5bc4741ed7d1d9')
+sha256sums=('8e24f683a986359afd45d6fa703e08b1b7fd7a0a3383bf229ac7ed22f1dfc5c1')