summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-13 12:29:59 +0800
committerlilac2022-06-13 12:29:59 +0800
commit9a0fbb499e75a35092e6360343e6477dae093b92 (patch)
tree6d7cb47f50aa5aea35369380c5ca8c49422593b7
parent26ad3b9b3c5009f9a9348122aa386942f7b3aa9d (diff)
downloadaur-9a0fbb499e75a35092e6360343e6477dae093b92.tar.gz
[lilac] updated to 0.9.577-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed84bd64acc8..136b28000d57 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.575
+ pkgver = 0.9.577
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.575/quarto-0.9.575-linux-amd64.deb
- sha256sums = eeb593c0315be6114a74c8a3b33e814b611a02028f3b20b0dc9bb25f45152d86
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.577/quarto-0.9.577-linux-amd64.deb
+ sha256sums = 192773f80bee748042fe09b02aa359786c68f4335193563c38b02f4e92178b39
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 20d624d68eb0..fd7599800dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.575
+pkgver=0.9.577
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=('eeb593c0315be6114a74c8a3b33e814b611a02028f3b20b0dc9bb25f45152d86')
+sha256sums=('192773f80bee748042fe09b02aa359786c68f4335193563c38b02f4e92178b39')