summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-16 05:03:23 +0800
committerlilac2022-07-16 05:03:23 +0800
commit6491293c708f520cd9a8aab549e8f873240e1b5b (patch)
tree529b217b4bdb4b8dc5b226c66a89355f328f46ca
parentfb3ec91d3f84228f56304ba024a32fe65778bc43 (diff)
downloadaur-6491293c708f520cd9a8aab549e8f873240e1b5b.tar.gz
[lilac] updated to 1.0.28-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60f9640d29f9..a3b5fc5ca978 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.27
+ pkgver = 1.0.28
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.27/quarto-1.0.27-linux-amd64.deb
- sha256sums = 9b5fe5397af61d6e80fc81e88865985b30037649b7d667c73e287eccb2963e7f
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.28/quarto-1.0.28-linux-amd64.deb
+ sha256sums = 2d386686ce13924567300eae1e9df762df7fee9dec8b8c8fd93156b418f08822
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 446ed60b0e3b..8fb789bf9c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.0.27
+pkgver=1.0.28
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=('9b5fe5397af61d6e80fc81e88865985b30037649b7d667c73e287eccb2963e7f')
+sha256sums=('2d386686ce13924567300eae1e9df762df7fee9dec8b8c8fd93156b418f08822')