summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-10-10 09:10:24 +0700
committerkhai96_2021-10-10 09:10:24 +0700
commit7f949f4a318d73eb7320e8823f399dff44dc357c (patch)
treeff6030c3a2ec2082cb6dfc456d603e8fb094b0d7
parent1dd9ee103debd920f81062a23cdffafceeb53add (diff)
downloadaur-7f949f4a318d73eb7320e8823f399dff44dc357c.tar.gz
0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370c78f7e5c1..a2ca4f653fda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.17.3
+ pkgver = 0.18.0
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.17.3.zip::https://github.com/dprint/dprint/releases/download/0.17.3/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.17.3.LICENSE::https://github.com/dprint/dprint/raw/0.17.3/LICENSE
+ source = 0.18.0.zip::https://github.com/dprint/dprint/releases/download/0.18.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.18.0.LICENSE::https://github.com/dprint/dprint/raw/0.18.0/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 325aca3a9be8..8ec90905e619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.17.3'
+pkgver='0.18.0'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')