summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-01 05:23:01 +0800
committerlilac2022-06-01 05:23:01 +0800
commitb77787c7c68f47a682e368bd5563105a4c9d68a5 (patch)
tree76cae1a41bd93e55a013296c5b9a8f68662f6d6a
parentbd4d9c78593c3bdeacf8cd45297b18e2be8e5822 (diff)
downloadaur-b77787c7c68f47a682e368bd5563105a4c9d68a5.tar.gz
[lilac] updated to 0.9.490-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dafc1e288b3..db36100085f2 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.483
+ pkgver = 0.9.490
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.483/quarto-0.9.483-linux-amd64.deb
- sha256sums = 3b9fa8a1f1b81506bfff1be6d2c1101b19759c6960059c99fae55b2cdd8603b4
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.490/quarto-0.9.490-linux-amd64.deb
+ sha256sums = e63ebbfa85db2640a936e50e5d9db4cf1db3fb3ac3eb16eb0f76b90babdfbb20
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 199f20da0f4d..81f8b3fe1129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.483
+pkgver=0.9.490
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=('3b9fa8a1f1b81506bfff1be6d2c1101b19759c6960059c99fae55b2cdd8603b4')
+sha256sums=('e63ebbfa85db2640a936e50e5d9db4cf1db3fb3ac3eb16eb0f76b90babdfbb20')