summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-12 04:44:17 +0800
committerlilac2022-07-12 04:44:17 +0800
commit275d00ed3f98b16ea3605f49fbd89c709c3b955c (patch)
treebc010d7df8d702aec55b8d69981be6522187b387
parent25c9af52ba522dbbb3b1ce0fb14ad854b5e4226d (diff)
downloadaur-275d00ed3f98b16ea3605f49fbd89c709c3b955c.tar.gz
[lilac] updated to 1.0.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b0db80eaa5..b5325f095b2f 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.8
+ pkgver = 1.0.11
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.8/quarto-1.0.8-linux-amd64.deb
- sha256sums = 1ad9663af55d8aedb2d8e0dfc2bb045ecaf0b5ad5492f2bdac765d0ac7b64677
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.11/quarto-1.0.11-linux-amd64.deb
+ sha256sums = e5b5ede825a3bb954d5b2705bd104f985d34129be51ee6979e1daf258476f792
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb643a400f26..e673d06650a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.8
+pkgver=1.0.11
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=('1ad9663af55d8aedb2d8e0dfc2bb045ecaf0b5ad5492f2bdac765d0ac7b64677')
+sha256sums=('e5b5ede825a3bb954d5b2705bd104f985d34129be51ee6979e1daf258476f792')