summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2017-09-06 12:07:40 +0200
committerSanpi2017-09-06 12:07:40 +0200
commitb36aa0f9554e0e69db8b4d129d9ed05819d546f7 (patch)
tree6c606bb1076b57f2320c2c69d2412c05b3a65f16 /PKGBUILD
parent60eecd72c90375dc90f1a7f7699f0fd15bf40293 (diff)
downloadaur-b36aa0f9554e0e69db8b4d129d9ed05819d546f7.tar.gz
v0.3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eab562bfdfda..ba7cf7d2e3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.8
+pkgver=0.3.9
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=('d168ef50c11419dd2b033fd3d8a8e15c6a33a98ff747edd09dd4913e578536a6')
+sha256sums=('8966d67cc89e02a6ba639b276819463488f1cf85e2e446ea79c7a1a10ff52396')
build()
{