summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-11-23 08:34:19 +0700
committerkhai96_2020-11-23 08:34:19 +0700
commite6160708808910095c16a32be6c86905e8aec02c (patch)
treee48b0c72e15904c03ca61463bb20f092c7b072a8
parent2c64496888a8709600ba6fb71803692cd8482d5e (diff)
downloadaur-e6160708808910095c16a32be6c86905e8aec02c.tar.gz
0.10.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b8079a0ed7..a02d0f8595c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.9.1
+ pkgver = 0.10.0
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = custom
- source = https://github.com/dprint/dprint/releases/download/0.9.1/dprint-x86_64-unknown-linux-gnu.zip
+ source = https://github.com/dprint/dprint/releases/download/0.10.0/dprint-x86_64-unknown-linux-gnu.zip
source = https://github.com/dprint/dprint/raw/master/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1c859354b8b8..9ebe08c0ad96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.9.1'
+pkgver='0.10.0'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')