summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Truessel2022-07-12 23:57:44 +0200
committerNicolas Truessel2022-07-12 23:57:44 +0200
commit08b034440bb108ba581209a6c04427d2a2e46814 (patch)
tree7d208009a5473efddbf9d934af3f9985b0508a26 /PKGBUILD
parent4901bfbab4e46dcf2ab01d134f72fb6ba1fd64c4 (diff)
downloadaur-cargo-binutils.tar.gz
v0.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32cd4e07b53d..b65e8e8d0384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cargo-binutils
-pkgver=0.3.3
+pkgver=0.3.6
pkgrel=1
pkgdesc='Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain'
url="https://github.com/rust-embedded/$pkgname"
@@ -8,7 +8,7 @@ license=('Apache' 'MIT')
depends=('rust' 'cargo')
install="$pkgname.install"
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('91b37bc56ac50fdd5e96a37de39b42cc01351b1e3e775bfc5b875f0e51eaf9fe')
+sha256sums=('431fb12a47fafcb7047d41bdf4a4c9b77bea56856e0ef65c12c40f5fcb15f98f')
build() {
cd "$pkgname-$pkgver"