summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-02-01 23:46:38 +0700
committerkhai96_2022-02-01 23:46:38 +0700
commit9694e3e845c1c752e9cb4f241b1ed3a51387355d (patch)
tree73689101bc956cf7b57a0219dd77a50f8db2a07d
parentae60947248a07a693dfba77b95c1a7635fe4793c (diff)
downloadaur-9694e3e845c1c752e9cb4f241b1ed3a51387355d.tar.gz
0.22.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a92b3fa4c8b..7beedf77a45f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.21.2
+ pkgver = 0.22.0
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.21.2.zip::https://github.com/dprint/dprint/releases/download/0.21.2/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.21.2.LICENSE::https://github.com/dprint/dprint/raw/0.21.2/LICENSE
- sha256sums = 5af30a5668d7ed285b5ac541822055b5dadc728e152af2ae966dfbc5f3be3466
+ source = 0.22.0.zip::https://github.com/dprint/dprint/releases/download/0.22.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.22.0.LICENSE::https://github.com/dprint/dprint/raw/0.22.0/LICENSE
+ sha256sums = cf0f87fca34c6f1727da7737b1d8accdb705e8660023d031a35eced91a87aa9f
sha256sums = SKIP
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 949ac752306f..b70ffffcc31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.21.2'
+pkgver='0.22.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=(
- '5af30a5668d7ed285b5ac541822055b5dadc728e152af2ae966dfbc5f3be3466'
+ 'cf0f87fca34c6f1727da7737b1d8accdb705e8660023d031a35eced91a87aa9f'
'SKIP'
)