summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-01 13:24:26 +0800
committerlilac2022-06-01 13:24:26 +0800
commitb089f6d4505173e11d24c1d8e52a8bd65074ea11 (patch)
tree98f9a2dccd9dc9eb0fe4435901587478c01f2b9e
parentb77787c7c68f47a682e368bd5563105a4c9d68a5 (diff)
downloadaur-b089f6d4505173e11d24c1d8e52a8bd65074ea11.tar.gz
[lilac] updated to 0.9.492-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db36100085f2..868a937ed169 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.490
+ pkgver = 0.9.492
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.490/quarto-0.9.490-linux-amd64.deb
- sha256sums = e63ebbfa85db2640a936e50e5d9db4cf1db3fb3ac3eb16eb0f76b90babdfbb20
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.492/quarto-0.9.492-linux-amd64.deb
+ sha256sums = 5f9c0331aa8ea93136411fd77b5a9fcf7d651e00cf475a70485e1dec1eb69a4a
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81f8b3fe1129..646a987c2b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.490
+pkgver=0.9.492
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=('e63ebbfa85db2640a936e50e5d9db4cf1db3fb3ac3eb16eb0f76b90babdfbb20')
+sha256sums=('5f9c0331aa8ea93136411fd77b5a9fcf7d651e00cf475a70485e1dec1eb69a4a')