summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-09-02 22:33:12 +0800
committerlilac2022-09-02 22:33:12 +0800
commit5cabfce972d70b830cdcf01bd27996310bae68af (patch)
tree2f409825abbbbb3f85ba42e31772b88c453a4426
parent70044045b96ec1ec21a8810fb0f3f1be69717c96 (diff)
downloadaur-5cabfce972d70b830cdcf01bd27996310bae68af.tar.gz
[lilac] updated to 1.1.179-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e96e5529e67..7813bce6d9d5 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.175
+ pkgver = 1.1.179
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.175/quarto-1.1.175-linux-amd64.deb
- sha256sums = 88acc1f378eb02907c9817eff023044bb541bc1af218df76bcf0e9c48103441e
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.179/quarto-1.1.179-linux-amd64.deb
+ sha256sums = 442f2eb20df80d46ae5f3dbae60b99ecdcce77e20a93719c0fe02e3753fc5073
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c8bfaeb6fc3e..571f12f087d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.1.175
+pkgver=1.1.179
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=('88acc1f378eb02907c9817eff023044bb541bc1af218df76bcf0e9c48103441e')
+sha256sums=('442f2eb20df80d46ae5f3dbae60b99ecdcce77e20a93719c0fe02e3753fc5073')