summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-08-28 07:03:06 +0700
committerkhai96_2020-08-28 07:03:06 +0700
commitb3593c410a6cb57a5f667b306a9a62b5d2f14bfc (patch)
treea7e7485d548180d551f1f76b823b6c308582123b
parent7c9ef4343e2ffe8276d49f802dd407077d4a744e (diff)
downloadaur-b3593c410a6cb57a5f667b306a9a62b5d2f14bfc.tar.gz
0.9.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2367baf41339..3a4e87a8e650 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.0
+ pkgver = 0.9.1
pkgrel = 0
url = https://dprint.dev/
arch = x86_64
license = custom
- source = https://github.com/dprint/dprint/releases/download/0.9.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = https://github.com/dprint/dprint/releases/download/0.9.1/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 9dc338242ad8..bd47128155ef 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.0'
+pkgver='0.9.1'
pkgrel='0'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')