summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-17 12:56:59 -0500
committerLuis Martinez2022-04-17 12:56:59 -0500
commit7fd7903f7301041e1f6f381ae29641701907556c (patch)
treeaa6c0dfe30c2be7db2bfa6381c4e088dfe72a1cf
parent3b2a843020b9183f9740ce0ea3e650779cd45433 (diff)
downloadaur-7fd7903f7301041e1f6f381ae29641701907556c.tar.gz
update to 0.25.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e22b7cae17c0..94d91564dd12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
- pkgver = 0.24.4
+ pkgver = 0.25.1
pkgrel = 1
url = https://github.com/dprint/dprint
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = dprint-bin
depends = gcc-libs
provides = dprint
conflicts = dprint
- source = dprint-bin-0.24.4.zip::https://github.com/dprint/dprint/releases/download/0.24.4/dprint-x86_64-unknown-linux-gnu.zip
+ source = dprint-bin-0.25.1.zip::https://github.com/dprint/dprint/releases/download/0.25.1/dprint-x86_64-unknown-linux-gnu.zip
source = LICENSE
- sha256sums = 1abbc9940b998793d3269f9f40d86d69aa78a7c62664f2889a1c3aba560049dc
+ sha256sums = 5d9fd5a46f230ebcc19323a718d59f69871a647efddd9ec1c3579ef809c7222a
sha256sums = 43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index bbb54eb283d9..e00072ea25d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint-bin
-pkgver=0.24.4
+pkgver=0.25.1
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('dprint')
conflicts=('dprint')
source=("$pkgname-$pkgver.zip::$url/releases/download/$pkgver/dprint-x86_64-unknown-linux-gnu.zip"
'LICENSE')
-sha256sums=('1abbc9940b998793d3269f9f40d86d69aa78a7c62664f2889a1c3aba560049dc'
+sha256sums=('5d9fd5a46f230ebcc19323a718d59f69871a647efddd9ec1c3579ef809c7222a'
'43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7')
package() {