summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-03-15 09:49:32 +0700
committerkhai96_2022-03-15 09:49:32 +0700
commit169c76349f49153e98b29999a046329b43afa7e6 (patch)
treebb3af4da035cfd35f243364b1fa0b2567b3cecaf
parent0c9b5affb2cf8161f566e7971db6c4ce8a7e7e8f (diff)
downloadaur-169c76349f49153e98b29999a046329b43afa7e6.tar.gz
0.23.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc04e0475217..3cb3af53d176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.23.0
+ pkgver = 0.23.1
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- 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
+ source = 0.23.1.zip::https://github.com/dprint/dprint/releases/download/0.23.1/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.23.1.LICENSE::https://github.com/dprint/dprint/raw/0.23.1/LICENSE
+ sha256sums = c57923a76ce8b5b134371f337db437a59b4ea5a86875c55339d366ad409bfd2a
sha256sums = SKIP
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8b056f8e5420..b8dd8c9d697f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.23.0'
+pkgver='0.23.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=(
- '488b0e78e5e607b5ad18ca02cadc55b23ee8ecde214c72881501097ba9b8d17b'
+ 'c57923a76ce8b5b134371f337db437a59b4ea5a86875c55339d366ad409bfd2a'
'SKIP'
)