summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-08 12:58:36 +0800
committerlilac2022-06-08 12:58:36 +0800
commit2f6af2deafd2a68f1a31279bb5fcfb89df9ce556 (patch)
tree58c4c068428babf919882ffbfb332a36f6a19f6d
parent4b30e7e034d8a26a4921e6a0c4375b5bc37d7f9b (diff)
downloadaur-2f6af2deafd2a68f1a31279bb5fcfb89df9ce556.tar.gz
[lilac] updated to 0.9.545-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44869fa85cd7..e80b69467042 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.542
+ pkgver = 0.9.545
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.542/quarto-0.9.542-linux-amd64.deb
- sha256sums = 57b3503dff59e2178d12c8bcfeb0257bf1de505656d9f7add4db24b1ceeb7df6
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.545/quarto-0.9.545-linux-amd64.deb
+ sha256sums = ae3487bb401488d89d34a101b7b9aac78613e8ef4b35f02c0e67f2bea13101bc
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d7d0bb442fd..6beea332f998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.542
+pkgver=0.9.545
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=('57b3503dff59e2178d12c8bcfeb0257bf1de505656d9f7add4db24b1ceeb7df6')
+sha256sums=('ae3487bb401488d89d34a101b7b9aac78613e8ef4b35f02c0e67f2bea13101bc')