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 7f3c181c7353..f703e4151acb 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.580
+ pkgver = 0.9.583
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.580/quarto-0.9.580-linux-amd64.deb
- sha256sums = 6b90598a5e34b6969e6605ec492ee565c46ef593d212e3ca44d707ff3789e5ce
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.583/quarto-0.9.583-linux-amd64.deb
+ sha256sums = 00e74e61849042154fe05fb59e2325efbf59e0ac15e1c4191d7603dbb0c388c1
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 97dc98ace6ee..ac4ce2105b3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.580
+pkgver=0.9.583
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=('6b90598a5e34b6969e6605ec492ee565c46ef593d212e3ca44d707ff3789e5ce')
+sha256sums=('00e74e61849042154fe05fb59e2325efbf59e0ac15e1c4191d7603dbb0c388c1')