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 78afda74645b..4f2e173dca42 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.594
+ pkgver = 0.9.596
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.594/quarto-0.9.594-linux-amd64.deb
- sha256sums = a6b9e9125ceb898947b072a9528a6b0661d3e0fed97bf76a9a5d4803b233be38
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.596/quarto-0.9.596-linux-amd64.deb
+ sha256sums = ba14b183070dacdbff874f41670c008c1e6f3ddd66d925582552e08d2c649934
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffc7c9fd8f7f..b23ea9691417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.594
+pkgver=0.9.596
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=('a6b9e9125ceb898947b072a9528a6b0661d3e0fed97bf76a9a5d4803b233be38')
+sha256sums=('ba14b183070dacdbff874f41670c008c1e6f3ddd66d925582552e08d2c649934')