summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4de7b2cda53..6ad7aa34b6db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xargo
pkgdesc = Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/japaric/xargo
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = xargo
makedepends = cargo
depends = rustup
depends = gcc-libs-multilib
- source = https://github.com/japaric/xargo/archive/v0.2.1.zip
- sha256sums = 52c03dce2f4389548460bdbeff688337e5263e1faf6dfb176b2ab59c086278b4
+ source = https://github.com/japaric/xargo/archive/v0.2.2.zip
+ sha256sums = 5bff9a383fdcd452fa66ef8d579c3b2be0f3dc355d0a49d9f5856ca91b9194c7
pkgname = xargo
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()
{