summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-08 14:43:57 -0500
committerLuis Martinez2022-04-08 14:43:57 -0500
commit3b2a843020b9183f9740ce0ea3e650779cd45433 (patch)
tree32a381d9a200e0cad488c1a9e33b6c43dffec257
parent997d24566ff36c21ad5d5a8fbdb0c698a11b4c68 (diff)
downloadaur-3b2a843020b9183f9740ce0ea3e650779cd45433.tar.gz
update to 0.24.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3547fbebbac0..e22b7cae17c0 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.3
+ pkgver = 0.24.4
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.3.zip::https://github.com/dprint/dprint/releases/download/0.24.3/dprint-x86_64-unknown-linux-gnu.zip
+ 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 = LICENSE
- sha256sums = f735d07f51f9d655d0710efcf0288fb9cdb76cc7b1e0f9a58ef79b6a3c6a57e4
+ sha256sums = 1abbc9940b998793d3269f9f40d86d69aa78a7c62664f2889a1c3aba560049dc
sha256sums = 43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index c4b69a0c4b18..bbb54eb283d9 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.3
+pkgver=0.24.4
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=('f735d07f51f9d655d0710efcf0288fb9cdb76cc7b1e0f9a58ef79b6a3c6a57e4'
+sha256sums=('1abbc9940b998793d3269f9f40d86d69aa78a7c62664f2889a1c3aba560049dc'
'43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7')
package() {