summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-12-06 09:44:05 +0700
committerkhai96_2021-12-06 09:44:05 +0700
commit052be97d52c9625f441a0ab07dac8a38cec59b39 (patch)
tree7f5f6f19e7de4920d5ddf3768fd8c1c5d73ed735
parent2696fd07c4130ca1b5a77cda2a6de2af1a862d79 (diff)
downloadaur-052be97d52c9625f441a0ab07dac8a38cec59b39.tar.gz
0.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a296a0104c7..1889572401b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.18.2
+ pkgver = 0.19.1
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.18.2.zip::https://github.com/dprint/dprint/releases/download/0.18.2/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.18.2.LICENSE::https://github.com/dprint/dprint/raw/0.18.2/LICENSE
+ source = 0.19.1.zip::https://github.com/dprint/dprint/releases/download/0.19.1/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.19.1.LICENSE::https://github.com/dprint/dprint/raw/0.19.1/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 49dc4beb50d8..86b02b39d170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.18.2'
+pkgver='0.19.1'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')