summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-04-18 07:25:04 +0700
committerkhai96_2021-04-18 07:25:04 +0700
commit7dd43b005cdc7281769dde6f134120ddac2b43b7 (patch)
treeccf40d01e65e48ab9e11e5debf4cd3554818b494
parent5f635585d9c14ca402efdaf19e78e807993b553e (diff)
downloadaur-7dd43b005cdc7281769dde6f134120ddac2b43b7.tar.gz
0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926267545743..60e73f42ae51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = MIT
- source = 0.12.0.zip::https://github.com/dprint/dprint/releases/download/0.12.0/dprint-x86_64-unknown-linux-gnu.zip
- source = 0.12.0.LICENSE::https://github.com/dprint/dprint/raw/0.12.0/LICENSE
+ source = 0.13.0.zip::https://github.com/dprint/dprint/releases/download/0.13.0/dprint-x86_64-unknown-linux-gnu.zip
+ source = 0.13.0.LICENSE::https://github.com/dprint/dprint/raw/0.13.0/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4c73a3006998..6a689ab642f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='dprint-bin'
-pkgver='0.12.0'
+pkgver='0.13.0'
pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')