summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-04 21:20:10 +0800
committerlilac2022-06-04 21:20:10 +0800
commita1c9c38ae74e298631154cacbabc55403e35100e (patch)
treef990644a04b208f74419ebaa09608842d8cfdbd4
parent0e664878ca3c290149d7933e6f6b8351b46195c1 (diff)
downloadaur-a1c9c38ae74e298631154cacbabc55403e35100e.tar.gz
[lilac] updated to 0.9.514-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ded35805f1..3276054389d2 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.512
+ pkgver = 0.9.514
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.512/quarto-0.9.512-linux-amd64.deb
- sha256sums = efe5e4dcdd11125c25ce8d36ad43ba4a474c62aa862f2690380611335b35d63f
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.514/quarto-0.9.514-linux-amd64.deb
+ sha256sums = 738b2dd7c1f1fe38e3fb66a19dd0cfdbe67aee8e806316340600a31d731cf282
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 034d5f4cee49..2e8bdc6013b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.512
+pkgver=0.9.514
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=('efe5e4dcdd11125c25ce8d36ad43ba4a474c62aa862f2690380611335b35d63f')
+sha256sums=('738b2dd7c1f1fe38e3fb66a19dd0cfdbe67aee8e806316340600a31d731cf282')