summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2021-05-08 17:05:44 +0200
committerSanpi2021-05-08 17:05:44 +0200
commit13a932a9ca8897c045c0e16ec49ad784c66258ba (patch)
tree4fd6b5f8338e678495509677a34f21b49482a865
parentd0245fedfa7dfc65ef7f8569822756de96458207 (diff)
downloadaur-13a932a9ca8897c045c0e16ec49ad784c66258ba.tar.gz
v0.3.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e87d469874..fa2c573f67bb 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.22
+ pkgver = 0.3.23
pkgrel = 1
url = https://github.com/japaric/xargo
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = xargo
makedepends = cargo
depends = rust
depends = gcc-libs-multilib
- source = https://github.com/japaric/xargo/archive/v0.3.22.zip
- sha256sums = 9aae905b7cd8df8e89f02c5d4a17f3191356f9446c5c05812d829ec92d2b619c
+ source = https://github.com/japaric/xargo/archive/v0.3.23.zip
+ sha256sums = 5c5f0b2112efe2bc336dcc5c99cdbf23fcb83de8dc20e5c54f42d3a9a526a54b
pkgname = xargo
diff --git a/PKGBUILD b/PKGBUILD
index 3325950e5abf..7ce4fabc9a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.22
+pkgver=0.3.23
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=('rust' 'gcc-libs-multilib')
makedepends=('cargo')
source=("$url/archive/v$pkgver.zip")
-sha256sums=('9aae905b7cd8df8e89f02c5d4a17f3191356f9446c5c05812d829ec92d2b619c')
+sha256sums=('5c5f0b2112efe2bc336dcc5c99cdbf23fcb83de8dc20e5c54f42d3a9a526a54b')
build()
{