summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2017-05-14 18:45:41 +0200
committerSanpi2017-05-14 18:45:41 +0200
commit04bc539a52b52550414d01971f0e752bf54586ee (patch)
treeb507f9b6248e8715b65e8515f268e259082e4945
parentb264eb202adeea0330d75a5d744257b377d42a5d (diff)
downloadaur-04bc539a52b52550414d01971f0e752bf54586ee.tar.gz
v0.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eb0f0924ec1..21f02cbafe84 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.6
+ pkgver = 0.3.7
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.6.zip
- sha256sums = f9cb8d6b06e91d4100d768b8fd070c5a2e2ce9b3494549b76a251345cd688819
+ source = https://github.com/japaric/xargo/archive/v0.3.7.zip
+ sha256sums = 5022f43abd55b9f2b6e8e8d5ecbe4ac2d058139ce4195388b54a314ba7bbfc1a
pkgname = xargo
diff --git a/PKGBUILD b/PKGBUILD
index e09be98bf127..089bbbc6b434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.6
+pkgver=0.3.7
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=('f9cb8d6b06e91d4100d768b8fd070c5a2e2ce9b3494549b76a251345cd688819')
+sha256sums=('5022f43abd55b9f2b6e8e8d5ecbe4ac2d058139ce4195388b54a314ba7bbfc1a')
build()
{