summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-08-31 12:41:40 +0800
committerlilac2022-08-31 12:41:40 +0800
commit2279a7fcabd1154a19700160f0e2f19fc90efba4 (patch)
tree971f9e4c14c5b2721ab14589d3cbc70d315de198
parentc570410cc933f97aa0286b301b7fd4d6f3795372 (diff)
downloadaur-2279a7fcabd1154a19700160f0e2f19fc90efba4.tar.gz
[lilac] updated to 1.1.165-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f31baad44d9..d708ed6d3d47 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.1.163
+ pkgver = 1.1.165
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.1.163/quarto-1.1.163-linux-amd64.deb
- sha256sums = e4fc7f25dfbfec1e00f7c4f166c6ea51062b9a74667c9eb079c4ec8e5f1eb8cc
+ source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.165/quarto-1.1.165-linux-amd64.deb
+ sha256sums = d1907b3e90d4e4ad13a985a012641f178ae3f8d651b78bb15983a3130c63f6a3
pkgname = quarto-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index fde3297f6063..689efed96363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91 at gmail>
pkgname=quarto-cli-bin
-pkgver=1.1.163
+pkgver=1.1.165
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=('e4fc7f25dfbfec1e00f7c4f166c6ea51062b9a74667c9eb079c4ec8e5f1eb8cc')
+sha256sums=('d1907b3e90d4e4ad13a985a012641f178ae3f8d651b78bb15983a3130c63f6a3')