summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-05-25 07:12:12 +0700
committerkhai96_2021-05-25 07:12:12 +0700
commite0b703948e85dc9fed140a86913576ca33876c08 (patch)
tree7d14e29b77290f80f0efd5548721c420c53c609f
parentf0877992edbca944ffecf02d9cdae17939d7fac8 (diff)
downloadaur-e0b703948e85dc9fed140a86913576ca33876c08.tar.gz
0.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e50c182537b..42d9e2c230cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.14.0
+ pkgver = 0.14.1
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.14.0.zip::https://github.com/dprint/dprint/releases/download/0.14.0/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.14.0.LICENSE::https://github.com/dprint/dprint/raw/0.14.0/LICENSE
+ source = 0.14.1.zip::https://github.com/dprint/dprint/releases/download/0.14.1/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.14.1.LICENSE::https://github.com/dprint/dprint/raw/0.14.1/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c0e745bfdd44..d14e7446a956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.14.0'
+pkgver='0.14.1'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')