summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2019-11-08 22:22:08 +0100
committerSanpi2019-11-08 22:22:08 +0100
commitcede7f9f14c2c1f58980685f865dfc4f7e1b05c4 (patch)
treebefc2bf78fba900e173e181e2d8601a80f8f0556
parentb5ac2ab45088823f1e7972ad13a141cb9b1b9d49 (diff)
downloadaur-cede7f9f14c2c1f58980685f865dfc4f7e1b05c4.tar.gz
v0.3.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e514d09ac4b4..3f11f68c07bb 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.16
+ pkgver = 0.3.17
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.16.zip
- sha256sums = 878b89dbd80c45263415dd33bd79a341fc15b8315db11153d1feaeb6d4486dc3
+ source = https://github.com/japaric/xargo/archive/v0.3.17.zip
+ sha256sums = 97a2fdb10d76a48e1779efcfef6c5db0a58adbc7f2cea07811d502be90fb6370
pkgname = xargo
diff --git a/PKGBUILD b/PKGBUILD
index a9f6a81f6af8..521f291e0153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.16
+pkgver=0.3.17
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=('878b89dbd80c45263415dd33bd79a341fc15b8315db11153d1feaeb6d4486dc3')
+sha256sums=('97a2fdb10d76a48e1779efcfef6c5db0a58adbc7f2cea07811d502be90fb6370')
build()
{