summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-02-12 08:19:30 +0700
committerkhai96_2022-02-12 08:19:30 +0700
commit4e8fb329ed93e8d9d22d9845a24787259d6d037f (patch)
treeca56a3c357793376ca06b037a19e545aae8a3fe1
parent9694e3e845c1c752e9cb4f241b1ed3a51387355d (diff)
downloadaur-4e8fb329ed93e8d9d22d9845a24787259d6d037f.tar.gz
0.22.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7beedf77a45f..4be78114ed2f 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.0
+ pkgver = 0.22.1
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- 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
+ source = 0.22.1.zip::https://github.com/dprint/dprint/releases/download/0.22.1/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.22.1.LICENSE::https://github.com/dprint/dprint/raw/0.22.1/LICENSE
+ sha256sums = 20178b34672777805960ca56643e74e0dbf07cdca648c923b4292d70131db7b5
sha256sums = SKIP
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index b70ffffcc31c..d398ceacb08a 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.0'
+pkgver='0.22.1'
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=(
- 'cf0f87fca34c6f1727da7737b1d8accdb705e8660023d031a35eced91a87aa9f'
+ '20178b34672777805960ca56643e74e0dbf07cdca648c923b4292d70131db7b5'
'SKIP'
)