summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-28 23:17:42 -0500
committerLuis Martinez2022-08-28 23:17:42 -0500
commit93b257ca3b91b873b7506506b927425215004008 (patch)
treedc0617d815bc215e1798ee6cdeb8590f79f69ce3
parentefffe55fedd69b1d4db58b9ad425b88252d5bdd1 (diff)
downloadaur-93b257ca3b91b873b7506506b927425215004008.tar.gz
update to 0.31.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c0e36acad7c..b9778d2159a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint
pkgdesc = Pluggable and configurable code formatting platform
- pkgver = 0.30.3
+ pkgver = 0.31.0
pkgrel = 1
url = https://github.com/dprint/dprint
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = dprint
makedepends = cargo
depends = bzip2
options = !lto
- source = dprint-0.30.3.tar.gz::https://github.com/dprint/dprint/archive/0.30.3.tar.gz
- sha256sums = f90e0f2d87f0d72d943653f02182c2bebcf29ce97d3ebb1755ae7188dec4da85
+ source = dprint-0.31.0.tar.gz::https://github.com/dprint/dprint/archive/0.31.0.tar.gz
+ sha256sums = cb977a4769d0083d06357d6d9773d1d37f4c279a785b4bab20bdfc25152cc884
pkgname = dprint
diff --git a/PKGBUILD b/PKGBUILD
index 462b3784fe3e..ecef87025aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint
-pkgver=0.30.3
+pkgver=0.31.0
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('bzip2')
makedepends=('cargo')
options=('!lto') ## interferes with compiling
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('f90e0f2d87f0d72d943653f02182c2bebcf29ce97d3ebb1755ae7188dec4da85')
+sha256sums=('cb977a4769d0083d06357d6d9773d1d37f4c279a785b4bab20bdfc25152cc884')
prepare() {
cd "$pkgname-$pkgver"