mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/llvm: upgrade to 3.2
This commit is contained in:
parent
0b5262497c
commit
d91491caed
@ -1,7 +1,7 @@
|
||||
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=llvm
|
||||
pkgver=3.1
|
||||
pkgver=3.2
|
||||
pkgrel=1
|
||||
pkgdesc="low level virtual machine compiler system"
|
||||
arch="x86 x86_64"
|
||||
@ -14,7 +14,6 @@ install=
|
||||
subpackages="clang $pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
source="http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz
|
||||
http://llvm.org/releases/$pkgver/clang-$pkgver.src.tar.gz
|
||||
clang-3.1-alpine-linux.patch
|
||||
"
|
||||
|
||||
_builddir="$srcdir"/build
|
||||
@ -89,6 +88,5 @@ libs() {
|
||||
mv "$pkgdir"/usr/lib/*.so "$subpkgdir"/usr/lib/
|
||||
}
|
||||
|
||||
md5sums="16eaa7679f84113f65b12760fdfe4ee1 llvm-3.1.src.tar.gz
|
||||
59bf2d3120a3805f27cafda3823caaf8 clang-3.1.src.tar.gz
|
||||
6b22982046ca9a6b82bc520f407ff816 clang-3.1-alpine-linux.patch"
|
||||
md5sums="71610289bbc819e3e15fdd562809a2d7 llvm-3.2.src.tar.gz
|
||||
3896ef4334df08563b05d0848ba80582 clang-3.2.src.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user