summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-07 13:24:03 +0800
committerlilac2022-07-07 13:24:03 +0800
commit49a43e082686ecb324c8f0bc315a4539af8be923 (patch)
treece6dceafb1e6005294b2bd7efb78876a62cac64b
parentb9142d278f87a98bb775275bfab09c5fb32da1ff (diff)
downloadaur-49a43e082686ecb324c8f0bc315a4539af8be923.tar.gz
[lilac] updated to 0.9.649-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45705c37cf17..7878307226db 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.648
+ pkgver = 0.9.649
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.648/quarto-0.9.648-linux-amd64.deb
- sha256sums = 543aedc160b6fef5a8cbd7eb67a96654b2c1b1fb5859b01cbd33c20cb229a5b5
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.649/quarto-0.9.649-linux-amd64.deb
+ sha256sums = 1e2604b9a7689176991a5b952a40559ec1695e5a01f6b8c819be7c5aa208455d
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a7fa7e9219d..b20307c4bd0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=0.9.648
+pkgver=0.9.649
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=('543aedc160b6fef5a8cbd7eb67a96654b2c1b1fb5859b01cbd33c20cb229a5b5')
+sha256sums=('1e2604b9a7689176991a5b952a40559ec1695e5a01f6b8c819be7c5aa208455d')