Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ compiler-rt
Commits:
4b5f5652 by Leonidas Spyropoulos at 2025-11-19T12:09:47+00:00
upgpkg: 21.1.6-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = compiler-rt
pkgdesc = Compiler runtime libraries for clang
- pkgver = 21.1.5
+ pkgver = 21.1.6
pkgrel = 1
url = https://compiler-rt.llvm.org/
arch = x86_64
@@ -11,21 +11,21 @@ pkgbase = compiler-rt
makedepends = python
depends = gcc-libs
options = staticlibs
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.5/compiler-rt-21.1.5.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.5/compiler-rt-21.1.5.src.tar.xz.sig
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.5/cmake-21.1.5.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.5/cmake-21.1.5.src.tar.xz.sig
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.5/third-party-21.1.5.src.tar.xz
- source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.5/third-party-21.1.5.src.tar.xz.sig
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/compiler-rt-21.1.6.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/compiler-rt-21.1.6.src.tar.xz.sig
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/cmake-21.1.6.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/cmake-21.1.6.src.tar.xz.sig
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/third-party-21.1.6.src.tar.xz
+ source =
https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.6/third-party-21.1.6.src.tar.xz.sig
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
validpgpkeys = FFB3368980F3E6BB5737145A316C56D064CACBA5
validpgpkeys = 71046D1E9C6656BDD61171873E83BABF4A4F9E85
- sha256sums =
967c2afba250b325ba4482b12a819ef8cbee178eed45d7b5e14f0368b05adedf
+ sha256sums =
bdd904f3aac9f4c4424f3440aff498cc04d66f243e37156b6d167ffb7b599f89
sha256sums = SKIP
- sha256sums =
48013d5714a96419bf993a2e5e4c5827377e8cf9c565070731fb2305d50d9511
+ sha256sums =
e364f135fa14c343d70cac96f577f44e8e20bf026682f647f8c3c5687a0bebd1
sha256sums = SKIP
- sha256sums =
4ccc00ec2e7bd0cc121eaa34fa25a0480bfb8a5722faf1694720e0be99b753e6
+ sha256sums =
8d09dc219cdb3da7dafd2161836aacdd6e02c1a113498ab5f37688599406dc8a
sha256sums = SKIP
makedepends_x86_64 = lib32-gcc-libs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jan "heftig" Steffens <[email protected]>
pkgname=compiler-rt
-pkgver=21.1.5
+pkgver=21.1.6
pkgrel=1
pkgdesc="Compiler runtime libraries for clang"
arch=('x86_64')
@@ -17,11 +17,11 @@
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkg
source=($_source_base/compiler-rt-$pkgver.src.tar.xz{,.sig}
$_source_base/cmake-$pkgver.src.tar.xz{,.sig}
$_source_base/third-party-$pkgver.src.tar.xz{,.sig})
-sha256sums=('967c2afba250b325ba4482b12a819ef8cbee178eed45d7b5e14f0368b05adedf'
+sha256sums=('bdd904f3aac9f4c4424f3440aff498cc04d66f243e37156b6d167ffb7b599f89'
'SKIP'
- '48013d5714a96419bf993a2e5e4c5827377e8cf9c565070731fb2305d50d9511'
+ 'e364f135fa14c343d70cac96f577f44e8e20bf026682f647f8c3c5687a0bebd1'
'SKIP'
- '4ccc00ec2e7bd0cc121eaa34fa25a0480bfb8a5722faf1694720e0be99b753e6'
+ '8d09dc219cdb3da7dafd2161836aacdd6e02c1a113498ab5f37688599406dc8a'
'SKIP')
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/4b5f56524e2d9422ea9ec8f54c4a9a5ba6773e89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/4b5f56524e2d9422ea9ec8f54c4a9a5ba6773e89
You're receiving this email because of your account on gitlab.archlinux.org.