summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-06-06 10:16:05 +0800
committerpingplug2018-06-06 10:16:05 +0800
commit4a64d93076d5b68456dd4668c9567ea2f7150021 (patch)
treec109c00b4b0e878c5ab0edcb560bf34ace2ca328
parenteeeb569656821d901a2f4797f3eaa89995f5f902 (diff)
downloadaur-4a64d93076d5b68456dd4668c9567ea2f7150021.tar.gz
Updated to 1.26.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aad6a0cda58e..8071b6a1bd15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-rust
pkgdesc = Systems programming language focused on safety, speed and concurrency (mingw-w64)
- pkgver = 1.26.1
+ pkgver = 1.26.2
pkgrel = 1
url = https://www.rust-lang.org
arch = x86_64
@@ -23,11 +23,11 @@ pkgbase = mingw-w64-rust
options = staticlibs
options = !buildflags
backup = opt/rust/cargo/config
- source = https://static.rust-lang.org/dist/rustc-1.26.1-src.tar.xz
- source = https://static.rust-lang.org/dist/rustc-1.26.1-src.tar.xz.asc
+ source = https://static.rust-lang.org/dist/rustc-1.26.2-src.tar.xz
+ source = https://static.rust-lang.org/dist/rustc-1.26.2-src.tar.xz.asc
source = mingw-config.toml
validpgpkeys = 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
- sha256sums = 5ed21e4c2fb92c24cf270e6a0382b00197e5b2059d399e9528d48b924553ab69
+ sha256sums = a1202800bd5621f5cac027177904da0b964eb43b93606d3e4c7b342a9f7473b4
sha256sums = SKIP
sha256sums = 8ab05c10084d8e2795aa9d5a954fb05913abc26033c1f9bbf564d0e495f043e4
diff --git a/PKGBUILD b/PKGBUILD
index 2e24b1c14e35..47098976f08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=rust
pkgname=mingw-w64-rust
-pkgver=1.26.1
+pkgver=1.26.2
pkgrel=1
pkgdesc="Systems programming language focused on safety, speed and concurrency (mingw-w64)"
arch=('x86_64')
@@ -28,7 +28,7 @@ makedepends=('rust'
options=('!strip' 'staticlibs' '!buildflags')
source=("https://static.rust-lang.org/dist/rustc-${pkgver}-src.tar.xz"{,.asc}
"mingw-config.toml")
-sha256sums=('5ed21e4c2fb92c24cf270e6a0382b00197e5b2059d399e9528d48b924553ab69'
+sha256sums=('a1202800bd5621f5cac027177904da0b964eb43b93606d3e4c7b342a9f7473b4'
'SKIP'
'8ab05c10084d8e2795aa9d5a954fb05913abc26033c1f9bbf564d0e495f043e4')
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>