summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-13 05:15:27 +0800
committerlilac2022-07-13 05:15:27 +0800
commitd534c6c76dd82ea736e9f2e85b13fe6c48d95165 (patch)
tree0838ffb3b8a819f8dacb6c431802e9c87e1ba625
parent460cbda575321ff08bf7764281f66015d1d981cd (diff)
downloadaur-d534c6c76dd82ea736e9f2e85b13fe6c48d95165.tar.gz
[lilac] updated to 1.0.14-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28c325d85bc8..e2e926c529f9 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.12
+ pkgver = 1.0.14
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.12/quarto-1.0.12-linux-amd64.deb
- sha256sums = 2d3ab17b533b36be8073a4219806d3e23a01732e1ecebdce8de70b4239277010
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.14/quarto-1.0.14-linux-amd64.deb
+ sha256sums = 7ca3cc1a70cdae4e59770a83ee47fd38059509e0be410f90403a0c32fdfffffd
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 432a8586d45f..ec65cea97e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.12
+pkgver=1.0.14
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=('2d3ab17b533b36be8073a4219806d3e23a01732e1ecebdce8de70b4239277010')
+sha256sums=('7ca3cc1a70cdae4e59770a83ee47fd38059509e0be410f90403a0c32fdfffffd')