summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-05 04:54:20 +0800
committerlilac2023-08-05 04:54:20 +0800
commitf109cc94eca4bff46fb9419ef5e65f96954166c6 (patch)
tree8d5e818a55027dafe805df91ea7379fb19560876
parentcddc0f2dd2ee31f18590c2163796ceba2a5b0794 (diff)
downloadaur-f109cc94eca4bff46fb9419ef5e65f96954166c6.tar.gz
[lilac] updated to 1.3.450-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c2912697c7..57429241a87b 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.3.433
+ pkgver = 1.3.450
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.3.433/quarto-1.3.433-linux-amd64.deb
- sha256sums = 23e3390bca24bc90a6840d79df7d67cb55f58675b0cd0c585e8badbeaf7c1ce5
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-linux-amd64.deb
+ sha256sums = 667ea45f963949f8c13b75c63dd30734b7f5f0ec49fd5991c5824a753066fcdd
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 67d1ad0b9ea8..232d17b284a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.3.433
+pkgver=1.3.450
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=('23e3390bca24bc90a6840d79df7d67cb55f58675b0cd0c585e8badbeaf7c1ce5')
+sha256sums=('667ea45f963949f8c13b75c63dd30734b7f5f0ec49fd5991c5824a753066fcdd')