summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-11 04:54:37 +0800
committerlilac2022-07-11 04:54:37 +0800
commit25c9af52ba522dbbb3b1ce0fb14ad854b5e4226d (patch)
tree28c0e08101e70e9159dd13300a921474cc2d027c
parent6dcb129a1ac8e4d03199f4a8d627cfbb9aea8d53 (diff)
downloadaur-25c9af52ba522dbbb3b1ce0fb14ad854b5e4226d.tar.gz
[lilac] updated to 1.0.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43eb88d6f20c..36b0db80eaa5 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.7
+ pkgver = 1.0.8
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.7/quarto-1.0.7-linux-amd64.deb
- sha256sums = 0a06a842c481c93555cbf89cba60b2965bc0c929dd112aeae38915980cccf16e
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.8/quarto-1.0.8-linux-amd64.deb
+ sha256sums = 1ad9663af55d8aedb2d8e0dfc2bb045ecaf0b5ad5492f2bdac765d0ac7b64677
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 091c7b89b5a6..fb643a400f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.7
+pkgver=1.0.8
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=('0a06a842c481c93555cbf89cba60b2965bc0c929dd112aeae38915980cccf16e')
+sha256sums=('1ad9663af55d8aedb2d8e0dfc2bb045ecaf0b5ad5492f2bdac765d0ac7b64677')