summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-03-07 13:08:53 -0600
committerDan Beste2018-03-07 13:08:53 -0600
commitc6e2880567375cc25cd74f88b0759b8baab2fbee (patch)
treeff3c04a2660d71de52be28ff217133407f547c1f
parentd3f34cde61a966bb2f53fb6e5a298b0c8e7eb60e (diff)
downloadaur-c6e2880567375cc25cd74f88b0759b8baab2fbee.tar.gz
v1.24.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05df2bdc48ea..159068306a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Yamakaky <yamakaky@yamaworld.fr>
pkgname='rust-src'
-pkgver=1.23.0
+pkgver=1.24.1
pkgrel=1
pkgdesc='rustc source'
arch=('any')
@@ -10,7 +10,7 @@ url='http://rust-lang.org'
license=('Apache' 'MIT')
options=(!strip)
source=("rust-${pkgver}.tar.gz::https://github.com/rust-lang/rust/archive/${pkgver}.tar.gz")
-sha256sums=('cc3f8ac5dd561768d93dba5941701df9fa5f0421caba2151869fbb4ad2143a64')
+sha256sums=('5d0054a2edea8cdab2f390291bd5f272f76747980dff2e9640a6eb277c5e57f3')
prepare() {
cd "rust-${pkgver}"