summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2019-12-09 09:14:39 +0100
committerSanpi2019-12-09 09:14:39 +0100
commita1373dc268f3afb0afef367918651d35f454fbaf (patch)
tree78268d00a1af1c51c32ec15ecfc520c700d27467
parentcede7f9f14c2c1f58980685f865dfc4f7e1b05c4 (diff)
downloadaur-a1373dc268f3afb0afef367918651d35f454fbaf.tar.gz
v0.3.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f11f68c07bb..76f9eac64987 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.3.17
+ pkgver = 0.3.18
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.3.17.zip
- sha256sums = 97a2fdb10d76a48e1779efcfef6c5db0a58adbc7f2cea07811d502be90fb6370
+ source = https://github.com/japaric/xargo/archive/v0.3.18.zip
+ sha256sums = 126c92cf6256e5231c74e6f3d65920734d7b7f4a18528e2c77c3f908b6bd73ad
pkgname = xargo
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()
{