aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2021-10-13 19:52:22 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-10-14 11:02:57 +0000
commitac5d870ff9cfbe46974de8a4f77a6510e6246036 (patch)
treec2d1f06ea6d4ee5dd4baf3a5cea7c421a42014ae
parent7630cb212f6511ad391fb7fc094581665b05627d (diff)
main/llvm11: rebuild against libffi.so.8
-rw-r--r--main/llvm11/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/llvm11/APKBUILD b/main/llvm11/APKBUILD
index 5a294f28c70..3ea67809651 100644
--- a/main/llvm11/APKBUILD
+++ b/main/llvm11/APKBUILD
@@ -10,7 +10,7 @@ _pkgname=llvm
pkgver=11.1.0
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
-pkgrel=2
+pkgrel=3
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"