summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-14 04:55:52 +0800
committerlilac2022-07-14 04:55:52 +0800
commitc33580164698285749102df659f68c00ee81de86 (patch)
tree15e0ce45c8552f22e72eea7e2a7b33d145711bcc
parent8706d89f409da49d6c7b85e0b63fbf4c72535b0a (diff)
downloadaur-c33580164698285749102df659f68c00ee81de86.tar.gz
[lilac] updated to 1.0.18-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bff152a0f8c..6262ff5cb224 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.16
+ pkgver = 1.0.18
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.16/quarto-1.0.16-linux-amd64.deb
- sha256sums = eecc6547a67290dbd03757ae4ffb3cd5101cb8005e60bdd5b76481f0f8917d27
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.18/quarto-1.0.18-linux-amd64.deb
+ sha256sums = eac6fd0771dc44a7934cd845dee9e6beb417a8f6a6ea92c7152d41e16b2cfe1a
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ae861cd9a34..9f78ddb767ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.16
+pkgver=1.0.18
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=('eecc6547a67290dbd03757ae4ffb3cd5101cb8005e60bdd5b76481f0f8917d27')
+sha256sums=('eac6fd0771dc44a7934cd845dee9e6beb417a8f6a6ea92c7152d41e16b2cfe1a')