summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-09-17 04:45:40 +0800
committerlilac2022-09-17 04:45:40 +0800
commit5cfcd6ab5021c776004159fcdbdffc1b940eb420 (patch)
tree95483a4ca680aa16407ce150d30137795886c6b4
parent1531ee419a81df1e6ce23a8060749c8135453e88 (diff)
downloadaur-5cfcd6ab5021c776004159fcdbdffc1b940eb420.tar.gz
[lilac] updated to 1.1.251-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b5ee409cc0..15669f122009 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.1.245
+ pkgver = 1.1.251
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.1.245/quarto-1.1.245-linux-amd64.deb
- sha256sums = 2c5ca68b90b05d3586bda5f7f90a3e1af8d78e746a82c04afac479cc9f299133
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.251/quarto-1.1.251-linux-amd64.deb
+ sha256sums = b574dee113cb695102fdf27bd3908d4e338e86f6ffe290d8cb6421aecd0d7851
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ebb52b48f33..dad6fc71706e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.1.245
+pkgver=1.1.251
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=('2c5ca68b90b05d3586bda5f7f90a3e1af8d78e746a82c04afac479cc9f299133')
+sha256sums=('b574dee113cb695102fdf27bd3908d4e338e86f6ffe290d8cb6421aecd0d7851')