summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-13 06:12:59 +0800
committerlilac2022-06-13 06:12:59 +0800
commit26ad3b9b3c5009f9a9348122aa386942f7b3aa9d (patch)
treeafd31850f1cacbb94cd504a45c0628f25440191b
parent44472bda7eee1d6bb9a944c0ed11b1c1a861b037 (diff)
downloadaur-26ad3b9b3c5009f9a9348122aa386942f7b3aa9d.tar.gz
[lilac] updated to 0.9.575-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ee669318278..ed84bd64acc8 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.573
+ pkgver = 0.9.575
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.573/quarto-0.9.573-linux-amd64.deb
- sha256sums = 8e24f683a986359afd45d6fa703e08b1b7fd7a0a3383bf229ac7ed22f1dfc5c1
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.575/quarto-0.9.575-linux-amd64.deb
+ sha256sums = eeb593c0315be6114a74c8a3b33e814b611a02028f3b20b0dc9bb25f45152d86
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc371c0b61ca..20d624d68eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.573
+pkgver=0.9.575
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=('8e24f683a986359afd45d6fa703e08b1b7fd7a0a3383bf229ac7ed22f1dfc5c1')
+sha256sums=('eeb593c0315be6114a74c8a3b33e814b611a02028f3b20b0dc9bb25f45152d86')