summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-08-31 11:16:53 +0700
committerkhai96_2021-08-31 11:16:53 +0700
commitdd2b40219b572b8d282e0282025bc8336f7ef9c9 (patch)
tree849163c05dc1081ad6c4dcb59bddf74d16598ea8
parent767889d74b91ecef9d198f5301cd8e3832cd43b5 (diff)
downloadaur-dd2b40219b572b8d282e0282025bc8336f7ef9c9.tar.gz
0.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e4100fff81a..84bfeed30395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.16.1
+ pkgver = 0.16.2
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.16.1.zip::https://github.com/dprint/dprint/releases/download/0.16.1/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.16.1.LICENSE::https://github.com/dprint/dprint/raw/0.16.1/LICENSE
+ source = 0.16.2.zip::https://github.com/dprint/dprint/releases/download/0.16.2/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.16.2.LICENSE::https://github.com/dprint/dprint/raw/0.16.2/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a6074df79e9..8b1efd5a98e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.16.1'
+pkgver='0.16.2'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')