makedeb
The Rust programming language toolchain
Click here to go back to the commit logs for rustc.
Hash: 153dcf2daf69a7406ed26521f99eabf4d4ad9a13
Message: Bump version '1.64.0'
diff --git a/.SRCINFO b/.SRCINFO
index 6fdadfd..1019a42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgname = rustfmt
pkgbase = rustc
pkgdesc = The Rust programming language toolchain
pkgrel = 1
-pkgver = 1.63.0
+pkgver = 1.64.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.63.0-src.tar.gz
+source = https://static.rust-lang.org/dist/rustc-1.64.0-src.tar.gz
source = config.toml
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0fd6b91..1a83890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,7 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
+
+# Contributor: : hiddeninthesand <hiddeninthesand at pm dot me>
+
pkgbase=rustc
pkgname=(
'rustc'
@@ -12,7 +15,7 @@ pkgname=(
'rust-src'
'rustfmt'
)
-pkgver=1.63.0
+pkgver=1.64.0
pkgrel=1
pkgdesc='The Rust programming language toolchain'
arch=('any')