diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-28 18:35:36 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-04 14:16:34 +0000 |
| commit | 94b2a76abaee44539c0cd84edd65b93c896f4cdb (patch) | |
| tree | aa80629e3d860872151acf96349b2afa2b8141aa /community/rust | |
| parent | 4df6e3f89ecde685dae811d6a39c628914d22a25 (diff) | |
| download | aports-94b2a76abaee44539c0cd84edd65b93c896f4cdb.tar.bz2 aports-94b2a76abaee44539c0cd84edd65b93c896f4cdb.tar.xz | |
community/rust: rebuild against libLLVM-9.so
Diffstat (limited to 'community/rust')
| -rw-r--r-- | community/rust/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 9d71054141..0cfd561ad0 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -5,9 +5,9 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=rust pkgver=1.38.0 -_llvmver=8 +_llvmver=9 _bootver=1.37.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Rust Programming Language" url="https://www.rust-lang.org" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" |
