summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-01-17 09:35:13 +0700
committerkhai96_2022-01-17 09:35:13 +0700
commitcda020421074bf8c28d9423ce18ecfe5bf6f1021 (patch)
treea949dbc9540344869be0e81d4de34969bc67ebd3
parent78ba04ad3369160d197e65ee6fc5c49319a32dd8 (diff)
downloadaur-cda020421074bf8c28d9423ce18ecfe5bf6f1021.tar.gz
0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855849e62cc3..18c09537251a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.19.2
+ pkgver = 0.20.0
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.19.2.zip::https://github.com/dprint/dprint/releases/download/0.19.2/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.19.2.LICENSE::https://github.com/dprint/dprint/raw/0.19.2/LICENSE
+ source = 0.20.0.zip::https://github.com/dprint/dprint/releases/download/0.20.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.20.0.LICENSE::https://github.com/dprint/dprint/raw/0.20.0/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bc4c3396c228..35f7a3302dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.19.2'
+pkgver='0.20.0'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')