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 e2e926c529f9..8bff152a0f8c 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 = 1.0.14
+ pkgver = 1.0.16
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/v1.0.14/quarto-1.0.14-linux-amd64.deb
- sha256sums = 7ca3cc1a70cdae4e59770a83ee47fd38059509e0be410f90403a0c32fdfffffd
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.16/quarto-1.0.16-linux-amd64.deb
+ sha256sums = eecc6547a67290dbd03757ae4ffb3cd5101cb8005e60bdd5b76481f0f8917d27
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ec65cea97e3d..9ae861cd9a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.14
+pkgver=1.0.16
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=('7ca3cc1a70cdae4e59770a83ee47fd38059509e0be410f90403a0c32fdfffffd')
+sha256sums=('eecc6547a67290dbd03757ae4ffb3cd5101cb8005e60bdd5b76481f0f8917d27')