summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2022-10-30 20:35:32 -0400
committerSolomon Choina2022-10-30 20:35:32 -0400
commit22c3e3466eb345f1e66e21bf7e07a029e90a0573 (patch)
tree18114eaf461fe14e549dcce5a6f8dc5e4b2e21a4
parentccf2c302ae950c3784c24b2ce8c9f492463e3c5a (diff)
downloadaur-22c3e3466eb345f1e66e21bf7e07a029e90a0573.tar.gz
updpkgver
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f124c10c13..01f66148287a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-nightly-bin
pkgdesc = Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.
- pkgver = 1.50.0_2020.12.05
+ pkgver = 1.66.0_2022.10.29
pkgrel = 1
url = https://www.rust-lang.org/
arch = i686
@@ -28,8 +28,7 @@ pkgbase = rust-nightly-bin
conflicts = rust-docs
options = staticlibs
options = !strip
- source = rust-nightly-1.50.0_2020.12.05-x86_64-unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
+ source = rust-nightly-1.66.0_2022.10.29-x86_64-unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
sha256sums = SKIP
pkgname = rust-nightly-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 30327a383d76..d45619982819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=rust-nightly-bin
-pkgver=1.50.0_2020.12.05
+pkgver=1.66.0_2022.10.29
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'