summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-22 04:35:56 +0800
committerlilac2022-06-22 04:35:56 +0800
commit6e395c0c883f450a3bb542521f998d0e6b86546d (patch)
tree75afa1eba456176de21c52899c0fb1051358f86f
parent5614219759ca26331be917efc409aa63397046ec (diff)
downloadaur-6e395c0c883f450a3bb542521f998d0e6b86546d.tar.gz
[lilac] updated to 0.9.607-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d7973d6b745..c169fa70831b 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.600
+ pkgver = 0.9.607
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.600/quarto-0.9.600-linux-amd64.deb
- sha256sums = 51c67af9803d0516024684ede8ca0b68d95db256b97f7830a1965fe50282016e
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.607/quarto-0.9.607-linux-amd64.deb
+ sha256sums = b6f426344fb8746b239b647567f1779a7534edd35b7afb460d0b3e1b354c39de
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 553aea68b13a..787d99c63bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.600
+pkgver=0.9.607
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=('51c67af9803d0516024684ede8ca0b68d95db256b97f7830a1965fe50282016e')
+sha256sums=('b6f426344fb8746b239b647567f1779a7534edd35b7afb460d0b3e1b354c39de')