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 9e38c5827d63..7ee19fb705e8 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.562
+ pkgver = 0.9.563
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.562/quarto-0.9.562-linux-amd64.deb
- sha256sums = d6096ab2ce70989549c19a90e8637342cb59711834b5f66787e104030958092c
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.563/quarto-0.9.563-linux-amd64.deb
+ sha256sums = 640a24394b14be4c032fa19bfee92553d85f53eb10077fe3508f13272a494204
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca4cac26df1f..7daa9e837037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.562
+pkgver=0.9.563
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=('d6096ab2ce70989549c19a90e8637342cb59711834b5f66787e104030958092c')
+sha256sums=('640a24394b14be4c032fa19bfee92553d85f53eb10077fe3508f13272a494204')