summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2019-12-09 09:14:39 +0100
committerSanpi2019-12-09 09:14:39 +0100
commita1373dc268f3afb0afef367918651d35f454fbaf (patch)
tree78268d00a1af1c51c32ec15ecfc520c700d27467 /PKGBUILD
parentcede7f9f14c2c1f58980685f865dfc4f7e1b05c4 (diff)
downloadaur-a1373dc268f3afb0afef367918651d35f454fbaf.tar.gz
v0.3.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 521f291e0153..ff619d325e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.17
+pkgver=0.3.18
pkgrel=1
pkgdesc='Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M'
url="https://github.com/japaric/$pkgname"
@@ -9,7 +9,7 @@ license=('Apache' 'MIT')
depends=('rustup' 'gcc-libs-multilib')
makedepends=('cargo')
source=("$url/archive/v$pkgver.zip")
-sha256sums=('97a2fdb10d76a48e1779efcfef6c5db0a58adbc7f2cea07811d502be90fb6370')
+sha256sums=('126c92cf6256e5231c74e6f3d65920734d7b7f4a18528e2c77c3f908b6bd73ad')
build()
{