summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2016-12-12 08:24:09 +0100
committerSanpi2016-12-12 08:24:09 +0100
commit0d8220240424008fa250e813540963eae7245c3c (patch)
tree48b010215db4a1aabb8d7aba4dca83d93e8cf777 /PKGBUILD
parent3167e6f831dbebcb0291f98af1768024c13af1f5 (diff)
downloadaur-0d8220240424008fa250e813540963eae7245c3c.tar.gz
v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6983a6746f5e..5aaeb07f0e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.2.1
+pkgver=0.2.2
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=('52c03dce2f4389548460bdbeff688337e5263e1faf6dfb176b2ab59c086278b4')
+sha256sums=('5bff9a383fdcd452fa66ef8d579c3b2be0f3dc355d0a49d9f5856ca91b9194c7')
build()
{