summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed84bd64acc8..136b28000d57 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.575
+ pkgver = 0.9.577
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.575/quarto-0.9.575-linux-amd64.deb
- sha256sums = eeb593c0315be6114a74c8a3b33e814b611a02028f3b20b0dc9bb25f45152d86
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.577/quarto-0.9.577-linux-amd64.deb
+ sha256sums = 192773f80bee748042fe09b02aa359786c68f4335193563c38b02f4e92178b39
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 20d624d68eb0..fd7599800dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.575
+pkgver=0.9.577
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=('eeb593c0315be6114a74c8a3b33e814b611a02028f3b20b0dc9bb25f45152d86')
+sha256sums=('192773f80bee748042fe09b02aa359786c68f4335193563c38b02f4e92178b39')