summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuckyTurtleDev2023-05-21 00:50:10 +0000
committerLuckyTurtleDev2023-05-21 00:50:10 +0000
commit0457667d35c229a6bd4a8b1ff5839b73c83357ea (patch)
treee1ab455faabaa5e4e4afaa0efe1e715f27816439 /PKGBUILD
parent8b1e4d4b269ec0148200cc586113b3c922c3656f (diff)
downloadaur-0457667d35c229a6bd4a8b1ff5839b73c83357ea.tar.gz
auto-update cargo-clean-all 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 660cbd299937..edb2cef08fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_crate="cargo-clean-all"
pkgname="cargo-clean-all"
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc='Recursively clean all cargo projects in a given directory that match the spec...'
url='https://github.com/dnlmlr/cargo-clean-all'
@@ -12,8 +12,8 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
-source=("$_crate-$pkgver.tar.gz::https://crates.io/api/v1/crates/cargo-clean-all/0.5.0/download")
-sha512sums=('152752294c66b0498ee6ceff85e82f2f69ceaa6de21a744b57189516b4ed4919711ea82a0817791a412c5adcbc22165faaf590d1e07f4e2a05c74910c1534106')
+source=("$_crate-$pkgver.tar.gz::https://crates.io/api/v1/crates/cargo-clean-all/0.6.0/download")
+sha512sums=('574c672223a5c768134455ae6a525bd152c3ddf38c08d3ee8f2378276234b5d3f915cb8b6f4c1dc966a7e9d3b27af04623a6b783971d85f787db521f94205ab1')
# Tier 1 architectures supported by Rust (https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1)
arch=('aarch64' 'i686' 'x86_64')