summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-26 06:12:25 +0800
committerlilac2022-07-26 06:12:25 +0800
commitc3f69a3d45b5f40ea3d6f51e177341ffbfb38fbe (patch)
tree7f85dac04ca70499449c88dd025eaccd3f8f7e0b
parentec2230b356c45ca0a0e2bc8721b635263da553b3 (diff)
downloadaur-c3f69a3d45b5f40ea3d6f51e177341ffbfb38fbe.tar.gz
[lilac] updated to 1.0.37-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4913fb8f25c6..52792acc2f62 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.36
+ pkgver = 1.0.37
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.36/quarto-1.0.36-linux-amd64.deb
- sha256sums = 8ffc25ba189801b68eff4f8122283553fa4da877e5d877714cedfbb1b880733f
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.37/quarto-1.0.37-linux-amd64.deb
+ sha256sums = 1ef3db0e375fd6a1aa2964ece249fd7086eef824b54daf32331dea46cd80f7b1
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6515b075395..a499c37ed728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.36
+pkgver=1.0.37
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=('8ffc25ba189801b68eff4f8122283553fa4da877e5d877714cedfbb1b880733f')
+sha256sums=('1ef3db0e375fd6a1aa2964ece249fd7086eef824b54daf32331dea46cd80f7b1')