summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2016-12-19 17:09:08 +0100
committerSanpi2016-12-19 17:09:08 +0100
commit1dc5802ca5ea7b5f69588029a0058ff17f8f2d19 (patch)
tree961a208ebfce35f3f802f4bb8693604054b3ebb6
parent0d8220240424008fa250e813540963eae7245c3c (diff)
downloadaur-1dc5802ca5ea7b5f69588029a0058ff17f8f2d19.tar.gz
v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ad7aa34b6db..df9134b832a5 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.2
+ pkgver = 0.2.3
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.2.zip
- sha256sums = 5bff9a383fdcd452fa66ef8d579c3b2be0f3dc355d0a49d9f5856ca91b9194c7
+ source = https://github.com/japaric/xargo/archive/v0.2.3.zip
+ sha256sums = 29f3c1168786c8746fd9e79eb58554aabb85626937884171e942177219b034cb
pkgname = xargo
diff --git a/PKGBUILD b/PKGBUILD
index 5aaeb07f0e14..90fe913b13c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.2.2
+pkgver=0.2.3
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=('5bff9a383fdcd452fa66ef8d579c3b2be0f3dc355d0a49d9f5856ca91b9194c7')
+sha256sums=('29f3c1168786c8746fd9e79eb58554aabb85626937884171e942177219b034cb')
build()
{