summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-06 13:08:14 +0800
committerlilac2022-06-06 13:08:14 +0800
commit37fef90d95ec75662f0f37df071a40538d775542 (patch)
treee1f9ab6a764eb2706c32c4cc19c602a34dc9d67f
parentb751fd730464aa06fe800cafe731b9c7ee6ed134 (diff)
downloadaur-37fef90d95ec75662f0f37df071a40538d775542.tar.gz
[lilac] updated to 0.9.520-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c564635681fa..bf3908c5b80d 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 = 0.9.518
+ pkgver = 0.9.520
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/v0.9.518/quarto-0.9.518-linux-amd64.deb
- sha256sums = aaf19a812b9f629540cf55200d1ed06ddd53d471dc14eba0dcbfaa7a051664fe
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.520/quarto-0.9.520-linux-amd64.deb
+ sha256sums = ce90986b9548e68cc413b06a8a426e3dcb25e827aff132def64a37f6d96e2e3b
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5be282ed24f5..dd691a6ab8a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.518
+pkgver=0.9.520
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=('aaf19a812b9f629540cf55200d1ed06ddd53d471dc14eba0dcbfaa7a051664fe')
+sha256sums=('ce90986b9548e68cc413b06a8a426e3dcb25e827aff132def64a37f6d96e2e3b')