makedeb
The Rust programming language toolchain
Click here to go back to the commit logs for rustc.
Hash: 15442f5792f1435219c217f90836902ef97db09d
Message: Bump version to '1.68.0-1'
diff --git a/.SRCINFO b/.SRCINFO
index 446832a..52e635e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgname = rustfmt
pkgbase = rustc
pkgdesc = The Rust programming language toolchain
pkgrel = 1
-pkgver = 1.67.1
+pkgver = 1.68.0
url = https://www.rust-lang.org
arch = any
makedepends = g++>=5.1
@@ -26,7 +26,7 @@ makedepends = libssl-dev
makedepends = pkg-config
options = !strip
options = !lto
-source = https://static.rust-lang.org/dist/rustc-1.67.1-src.tar.gz
+source = https://static.rust-lang.org/dist/rustc-1.68.0-src.tar.gz
source = config.toml
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 81b307a..f593880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgname=(
'rust-src'
'rustfmt'
)
-pkgver=1.67.1
+pkgver=1.68.0
pkgrel=1
pkgdesc='The Rust programming language toolchain'
arch=('any')