summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-02 13:16:14 +0800
committerlilac2022-06-02 13:16:14 +0800
commit1700f3af03bb68d14e656315573977122893cc8a (patch)
tree500b3beb795c941061f9bebf8b67a28964748c50
parent408cee8d434b3f4e56c6c508f43aa2d779f0b4a3 (diff)
downloadaur-1700f3af03bb68d14e656315573977122893cc8a.tar.gz
[lilac] updated to 0.9.501-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c0875d2b41..7f486567dd4a 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.497
+ pkgver = 0.9.501
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.497/quarto-0.9.497-linux-amd64.deb
- sha256sums = 77e6bce2de2f1c013c10edc0ba60af346f77f197df06b89d109836420cd3e73d
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.501/quarto-0.9.501-linux-amd64.deb
+ sha256sums = 03686d343aa9c29c3be7f8c5d61683d6d22854ef212910533c2e2b20d82525f3
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 05b433127d6d..a367cf37fba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.497
+pkgver=0.9.501
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=('77e6bce2de2f1c013c10edc0ba60af346f77f197df06b89d109836420cd3e73d')
+sha256sums=('03686d343aa9c29c3be7f8c5d61683d6d22854ef212910533c2e2b20d82525f3')