summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-01 15:31:21 -0500
committerLuis Martinez2022-04-01 15:31:21 -0500
commit997d24566ff36c21ad5d5a8fbdb0c698a11b4c68 (patch)
tree09c35d6f88166ca94c94cd6d315da1d508d8b692
parent1b5abefee2b8fe746fa0ece2ccb179f03670d889 (diff)
downloadaur-997d24566ff36c21ad5d5a8fbdb0c698a11b4c68.tar.gz
update to 0.24.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f9431156f8..3547fbebbac0 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.2
+ pkgver = 0.24.3
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.2.zip::https://github.com/dprint/dprint/releases/download/0.24.2/dprint-x86_64-unknown-linux-gnu.zip
+ 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 = LICENSE
- sha256sums = 5388a8f82b9c073ee9b854ee67603216ee42fbc92a4d97b45f16a67893a25d6a
+ sha256sums = f735d07f51f9d655d0710efcf0288fb9cdb76cc7b1e0f9a58ef79b6a3c6a57e4
sha256sums = 43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7
pkgname = dprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0914737df545..c4b69a0c4b18 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.2
+pkgver=0.24.3
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=('5388a8f82b9c073ee9b854ee67603216ee42fbc92a4d97b45f16a67893a25d6a'
+sha256sums=('f735d07f51f9d655d0710efcf0288fb9cdb76cc7b1e0f9a58ef79b6a3c6a57e4'
'43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7')
package() {