summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-15 12:19:31 +0800
committerlilac2022-07-15 12:19:31 +0800
commit3bc8f7d5daf712945d94f5776c42c29ad804f5a7 (patch)
treebee1be97bcfc82ae4b06ab54db5a95cc01b227a4
parent91c528ad1fa12102dd6d01d77e67ecae58f3c40d (diff)
downloadaur-3bc8f7d5daf712945d94f5776c42c29ad804f5a7.tar.gz
[lilac] updated to 1.0.25-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a38efbe982f..d052c4783596 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.23
+ pkgver = 1.0.25
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.23/quarto-1.0.23-linux-amd64.deb
- sha256sums = 2339c6e0093447f8746ed7857b1263c009864b417bc510d49b66bbc51101247a
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.25/quarto-1.0.25-linux-amd64.deb
+ sha256sums = ed21ecd68735b55b7fd83769f0ca7ea21afcf49992551ae0c162bbb3157a4506
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6a7924618f53..1eb779677264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.23
+pkgver=1.0.25
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=('2339c6e0093447f8746ed7857b1263c009864b417bc510d49b66bbc51101247a')
+sha256sums=('ed21ecd68735b55b7fd83769f0ca7ea21afcf49992551ae0c162bbb3157a4506')