summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-02 05:16:29 +0800
committerlilac2022-06-02 05:16:29 +0800
commit408cee8d434b3f4e56c6c508f43aa2d779f0b4a3 (patch)
tree1ec0d97b411fee98b25c14f8fc69b527c262b471
parentb089f6d4505173e11d24c1d8e52a8bd65074ea11 (diff)
downloadaur-408cee8d434b3f4e56c6c508f43aa2d779f0b4a3.tar.gz
[lilac] updated to 0.9.497-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 868a937ed169..65c0875d2b41 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.492
+ pkgver = 0.9.497
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.492/quarto-0.9.492-linux-amd64.deb
- sha256sums = 5f9c0331aa8ea93136411fd77b5a9fcf7d651e00cf475a70485e1dec1eb69a4a
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.497/quarto-0.9.497-linux-amd64.deb
+ sha256sums = 77e6bce2de2f1c013c10edc0ba60af346f77f197df06b89d109836420cd3e73d
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 646a987c2b92..05b433127d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.492
+pkgver=0.9.497
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=('5f9c0331aa8ea93136411fd77b5a9fcf7d651e00cf475a70485e1dec1eb69a4a')
+sha256sums=('77e6bce2de2f1c013c10edc0ba60af346f77f197df06b89d109836420cd3e73d')