Skip to content

Commit

Permalink
rust: update to 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet committed Mar 21, 2024
1 parent 9075d7e commit 2214c3b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mingw-w64-rust/PKGBUILD
Expand Up @@ -8,11 +8,14 @@ if [[ $MINGW_PACKAGE_PREFIX == *-clang-aarch64 ]]; then
_bootstrapping=no
fi

rust_dist_server=https://static.rust-lang.org/dist
#rust_dist_server=https://dev-static.rust-lang.org/dist/2024-03-17

_realname=rust
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
$([[ ${CARCH} == i686 ]] || echo "${MINGW_PACKAGE_PREFIX}-rust-docs"))
pkgver=1.76.0
pkgver=1.77.0
pkgrel=1
pkgdesc="Systems programming language focused on safety, speed and concurrency (mingw-w64)"
arch=('any')
Expand All @@ -36,14 +39,14 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools"
$([[ "$_bootstrapping" == "no" ]] && echo "${MINGW_PACKAGE_PREFIX}-rust")
"${MINGW_PACKAGE_PREFIX}-zlib")
source=("https://static.rust-lang.org/dist/${_realname}c-${pkgver}-src.tar.gz"{,.asc}
source=("${rust_dist_server}/${_realname}c-${pkgver}-src.tar.gz"{,.asc}
"0001-rustc-llvm-fix-libs.patch"
"0005-win32-config.patch"
"0007-clang-subsystem.patch"
"0008-disable-self-contained.patch"
"0011-disable-uac-for-installer.patch")
noextract=(${_realname}c-${pkgver}-src.tar.gz)
sha256sums=('9e5cff033a7f0d2266818982ad90e4d3e4ef8f8ee1715776c6e25073a136c021'
sha256sums=('0d6ccd1fa845fe3456b9ed4d483fc06acf9bbae9417e396b5144488c1a522d87'
'SKIP'
'7cb1773c288ffb1c1e751edc49b1890c84bf9c362742bc5225d19d474edb73a0'
'7d1c4e49524b835a8eadc961b39f5594b12a522a1e24368999be2c7e85399e4e'
Expand Down

0 comments on commit 2214c3b

Please sign in to comment.