diff options
author | Adrian Groh | 2023-06-03 18:40:42 +0200 |
---|---|---|
committer | Adrian Groh | 2023-06-03 18:40:42 +0200 |
commit | 501b68d72226e8385f135091f51d66b494a05267 (patch) | |
tree | 00e510d0942c127951a037842e807e6d3eb97987 /PKGBUILD | |
parent | f07506ac758df8d3cda257ca2e2c8a389699432a (diff) | |
download | aur-501b68d72226e8385f135091f51d66b494a05267.tar.gz |
upgpkg: dprint-bin 0.37.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ # Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com> pkgname=dprint-bin -pkgver=0.36.1 +pkgver=0.37.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=('7ed9946413c26e2238deadc2a9c926f66061244b5e9f8ce4c09ecb59bc599662') -sha256sums_aarch64=('6175f249472c1dcedd8edf4a838b3424fbbdfd130bc7871b1dfb2bd5cd3a0bdc') +sha256sums_x86_64=('a65e2dc853cf466ec1c682366cc1655029b7d180414ec53e0e0ecc37e503a28d') +sha256sums_aarch64=('17d108c5b27df6233fa63c4f78b8b67c040cb3325a7372c9428da62f09ed8f61') package() { install -Dv dprint -t "$pkgdir/usr/bin/" |