summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-23 04:31:29 +0800
committerlilac2022-07-23 04:31:29 +0800
commitec2230b356c45ca0a0e2bc8721b635263da553b3 (patch)
treecd51f107680ab5f70fa47242aaf067fa4bf2f3d0
parentfcebb9533d0f98c8343cb82472eae21038d36543 (diff)
downloadaur-ec2230b356c45ca0a0e2bc8721b635263da553b3.tar.gz
[lilac] updated to 1.0.36-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056612779b22..4913fb8f25c6 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 = 1.0.35
+ pkgver = 1.0.36
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/v1.0.35/quarto-1.0.35-linux-amd64.deb
- sha256sums = 8c1cd70b5b96956a9985f91fbe6b578e108e6ad41acb3f4b3863ca46b069ee79
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.36/quarto-1.0.36-linux-amd64.deb
+ sha256sums = 8ffc25ba189801b68eff4f8122283553fa4da877e5d877714cedfbb1b880733f
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 21b20e1b4af8..e6515b075395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.35
+pkgver=1.0.36
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=('8c1cd70b5b96956a9985f91fbe6b578e108e6ad41acb3f4b3863ca46b069ee79')
+sha256sums=('8ffc25ba189801b68eff4f8122283553fa4da877e5d877714cedfbb1b880733f')