summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-02-25 10:34:09 +0700
committerkhai96_2022-02-25 10:34:09 +0700
commit0c9b5affb2cf8161f566e7971db6c4ce8a7e7e8f (patch)
tree413c3fac059e4ee6ca7591aaa2be703dd4f1f084
parent08b71792a23b1ce2ca7e13ae65989729945f03dd (diff)
downloadaur-0c9b5affb2cf8161f566e7971db6c4ce8a7e7e8f.tar.gz
0.23.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed1e5b5e6a11..fc04e0475217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.22.2
+ pkgver = 0.23.0
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.22.2.zip::https://github.com/dprint/dprint/releases/download/0.22.2/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.22.2.LICENSE::https://github.com/dprint/dprint/raw/0.22.2/LICENSE
- sha256sums = e57168da7a15efd980bc433afba2815697f51c4708313526fe95a25c83a5ba85
+ source = 0.23.0.zip::https://github.com/dprint/dprint/releases/download/0.23.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.23.0.LICENSE::https://github.com/dprint/dprint/raw/0.23.0/LICENSE
+ sha256sums = 488b0e78e5e607b5ad18ca02cadc55b23ee8ecde214c72881501097ba9b8d17b
sha256sums = SKIP
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 12fdde7769a2..8b056f8e5420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.22.2'
+pkgver='0.23.0'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')
@@ -13,7 +13,7 @@ source=(
"$pkgver.LICENSE::$_repo/raw/$pkgver/LICENSE"
)
sha256sums=(
- 'e57168da7a15efd980bc433afba2815697f51c4708313526fe95a25c83a5ba85'
+ '488b0e78e5e607b5ad18ca02cadc55b23ee8ecde214c72881501097ba9b8d17b'
'SKIP'
)