summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-11-01 10:20:09 +0700
committerkhai96_2021-11-01 10:20:09 +0700
commit2696fd07c4130ca1b5a77cda2a6de2af1a862d79 (patch)
tree49da862b1a2b378e039393689937cfa3168b7acb
parentcc4c091e704e95b156e6bfdc573f406730080869 (diff)
downloadaur-2696fd07c4130ca1b5a77cda2a6de2af1a862d79.tar.gz
0.18.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f2db458279c..3a296a0104c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.18.1
+ pkgver = 0.18.2
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.18.1.zip::https://github.com/dprint/dprint/releases/download/0.18.1/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.18.1.LICENSE::https://github.com/dprint/dprint/raw/0.18.1/LICENSE
+ source = 0.18.2.zip::https://github.com/dprint/dprint/releases/download/0.18.2/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.18.2.LICENSE::https://github.com/dprint/dprint/raw/0.18.2/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c25f659b1b7b..49dc4beb50d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.18.1'
+pkgver='0.18.2'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')