summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2023-03-12 18:52:00 -0500
committerLuis Martinez2023-03-12 18:52:00 -0500
commit746f54e798bce15f2d2f3c83a47f19e428285f4e (patch)
tree191c426ad176aeaafac4d441e80986f74465cedf /PKGBUILD
parent5a2376fcb0b996f66481804c39db16bc0bac22f5 (diff)
downloadaur-746f54e798bce15f2d2f3c83a47f19e428285f4e.tar.gz
update to 0.35.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f2f9a22149c..cef435fe8973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint-bin
-pkgver=0.34.4
+pkgver=0.35.0
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform'
arch=('x86_64' 'aarch64')
@@ -15,8 +15,8 @@ source=('LICENSE')
source_x86_64=("$pkgname-$pkgver-x86_64.zip::$url/releases/download/$pkgver/dprint-x86_64-unknown-linux-gnu.zip")
source_aarch64=("$pkgname-$pkgver-aarch64.zip::$url/releases/download/$pkgver/dprint-aarch64-unknown-linux-gnu.zip")
sha256sums=('43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7')
-sha256sums_x86_64=('3019e6bb9f1d97b1529e37808556715b38d43753bffeb12396fa06ea72156d9f')
-sha256sums_aarch64=('80607da90a920448d4361ad4993f7c5e770f3e8b6062d492ac00dd2eb558f256')
+sha256sums_x86_64=('45f206ad4b85c1e63439f4035ff5b07e9fe9b4c8c7770e4131179e866d9ea543')
+sha256sums_aarch64=('1fcba163e11d34bbca766385612e593b4c69ff23826ae18c8720dd09e05b23ac')
package() {
install -Dv dprint -t "$pkgdir/usr/bin/"