summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-24 21:11:43 +0800
committerlilac2022-06-24 21:11:43 +0800
commit989d3160edafcb0d114e99074590e8c8cc84e8cd (patch)
tree5378ae3d0d5dd54ab18f48ca984ed55bccf3012b
parent58420e620a1cdce13cd10ec1dff3a0a0aa000362 (diff)
downloadaur-989d3160edafcb0d114e99074590e8c8cc84e8cd.tar.gz
[lilac] updated to 0.9.617-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ddff5f499f1..df848c2cd359 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.615
+ pkgver = 0.9.617
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.615/quarto-0.9.615-linux-amd64.deb
- sha256sums = 00eaae555201eb46f02b05d5abac30287ed39f64cb702d36095c30938ad8505c
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.617/quarto-0.9.617-linux-amd64.deb
+ sha256sums = 2bc1eee8dcb4bb569165af89092cfdf0aa329cde3dc63ce4497828a1290c47ce
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index af59348e10c3..13814d6f8541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.615
+pkgver=0.9.617
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=('00eaae555201eb46f02b05d5abac30287ed39f64cb702d36095c30938ad8505c')
+sha256sums=('2bc1eee8dcb4bb569165af89092cfdf0aa329cde3dc63ce4497828a1290c47ce')