Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
96f4543f
Commit
96f4543f
authored
5 years ago
by
Rasmus Thomsen
Committed by
Natanael Copa
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/lld: upgrade to 9.0.0
parent
a2a5a439
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/lld/APKBUILD
+4
-4
4 additions, 4 deletions
community/lld/APKBUILD
with
4 additions
and
4 deletions
community/lld/APKBUILD
+
4
−
4
View file @
96f4543f
...
...
@@ -2,13 +2,13 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
lld
pkgver
=
8
.0.
1
pkgver
=
9
.0.
0
pkgrel
=
0
_llvmver
=
${
pkgver
%%.*
}
pkgdesc
=
"The LLVM Linker"
url
=
"https://llvm.org"
arch
=
"all"
license
=
"
NCSA
"
license
=
"
Apache-2.0
"
makedepends
=
"
cmake
libedit-dev
...
...
@@ -18,7 +18,7 @@ makedepends="
zlib-dev"
checkdepends
=
"gtest gtest-dev bash"
subpackages
=
"
$pkgname
-static
$pkgname
-dev"
source
=
"https://
github.com/llvm/llvm-project/releases/download/
llvmorg
-8.0.1
/lld-
$pkgver
.src.tar.xz"
source
=
"https://
releases.
llvm
.
org
/
$pkgver
/lld-
$pkgver
.src.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
.src"
build
()
{
...
...
@@ -59,4 +59,4 @@ package() {
make
install
DESTDIR
=
"
$pkgdir
"
}
sha512sums
=
"
646418d4a4ce922d1a69e9bf2e472f5d758f25ec21b80a2c66dfe5effc59c9c312fb167cf64ee2d8a2ced986e7474ed3d2996a38be66fbf63c574229d28e0900
lld-
8
.0.
1
.src.tar.xz"
sha512sums
=
"
bc4812232840ef5edbd8edf1d1a329e85a4bfd3a7859fe322e11dd053435e722c6f1140a718fd2b3524ee9783a357178d2ba30d12519847bd3acc294698007f3
lld-
9
.0.
0
.src.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment