summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Groh2023-12-28 15:43:04 +0100
committerAdrian Groh2023-12-28 15:43:04 +0100
commit328742502031f0797574c1f3a6a8aec93097f941 (patch)
treecb337a44e187e324580dbfd1b7a6644352a797cd /PKGBUILD
parent5b05512f51a6383b1445bd5c32f62ee6ff12e4c3 (diff)
downloadaur-328742502031f0797574c1f3a6a8aec93097f941.tar.gz
upgpkg: dprint-bin 0.45.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3092f0ce19bd..e72f3d171f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint-bin
-pkgver=0.44.0
+pkgver=0.45.0
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform'
arch=('x86_64' 'aarch64')
@@ -16,8 +16,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=('acc510e33e4f0b0336e420f42322f81109ffc52d74939450614c97988d09b5b2')
-sha256sums_aarch64=('578a72d23703ac584ca4d15bea3cff7a56f33b800f74d15b9f9d8cc7d4715a2d')
+sha256sums_x86_64=('581e44d57631498edfed6baad5dd77d832116a12c94dd6fb394045ed40af18ea')
+sha256sums_aarch64=('45af380a82a65ebe173de25329093fc2e27cf64f3aeef9e39f723873b12fba7f')
package() {
install -Dv dprint -t "$pkgdir/usr/bin/"