summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-05 04:51:28 +0800
committerlilac2022-06-05 04:51:28 +0800
commitec554bb3ecf1888cdac8f6cbda559efb219e1636 (patch)
tree28a7cecbca20360c8267690125858a1c6d33d0cd
parenta1c9c38ae74e298631154cacbabc55403e35100e (diff)
downloadaur-ec554bb3ecf1888cdac8f6cbda559efb219e1636.tar.gz
[lilac] updated to 0.9.515-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3276054389d2..6be2fafd6827 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 = 0.9.514
+ pkgver = 0.9.515
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/v0.9.514/quarto-0.9.514-linux-amd64.deb
- sha256sums = 738b2dd7c1f1fe38e3fb66a19dd0cfdbe67aee8e806316340600a31d731cf282
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.515/quarto-0.9.515-linux-amd64.deb
+ sha256sums = 52d6e94475bdca71b7c1d0c46e18048f7df4c5f763c94a2ab01c84e73532d979
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e8bdc6013b5..0b9972cb7ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.514
+pkgver=0.9.515
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=('738b2dd7c1f1fe38e3fb66a19dd0cfdbe67aee8e806316340600a31d731cf282')
+sha256sums=('52d6e94475bdca71b7c1d0c46e18048f7df4c5f763c94a2ab01c84e73532d979')