summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e72f3d171f73..0240e1ee1fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint-bin
-pkgver=0.45.0
+pkgver=0.45.1
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=('581e44d57631498edfed6baad5dd77d832116a12c94dd6fb394045ed40af18ea')
-sha256sums_aarch64=('45af380a82a65ebe173de25329093fc2e27cf64f3aeef9e39f723873b12fba7f')
+sha256sums_x86_64=('4e0c1d4f0f9f41efc08d929616c9f73abea7e57b9658a8f5f478a26e165c331c')
+sha256sums_aarch64=('828133ac7a7591a2d9e63d5f10a70751f558152b20653383ae32ce76199662ad')
package() {
install -Dv dprint -t "$pkgdir/usr/bin/"