Skip to content

Commit

Permalink
Update mingw-w64-clang-aarch64-compiler-rt and -libc++ to 19.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 22, 2025
1 parent 432df74 commit e28d40e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions compiler-rt/mingw-w64-clang-aarch64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=mingw-w64-clang-aarch64-compiler-rt
pkgver=19.1.6
pkgrel=2
pkgver=19.1.7
pkgrel=1
pkgdesc="Compiler runtime libraries for clang (mingw-w64)"
arch=('any')
url="https://compiler-rt.llvm.org/"
Expand All @@ -11,12 +11,12 @@ options=('!buildflags' 'staticlibs' '!strip')
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
source=($_source_base/compiler-rt-$pkgver.src.tar.xz{,.sig}
$_source_base/cmake-$pkgver.src.tar.xz{,.sig}
$_source_base/llvm-$pkgver.src.tar.xz{,.sig})
sha256sums=('0d4f312e1419152282c267e6b6a1fa5914a7a0c753a5e926bee1c8c28e614ae4'
$_source_base/llvm-$pkgver.src.tar.xz{,.sig})
sha256sums=('c12b6e764202c615c1a3af9a13d477846878757ae0e29e5f8979215a6958fffc'
'SKIP'
'9c7ec82d9a240dc2287b8de89d6881bb64ceea0dcd6ce133c34ef65bda22d99e'
'11c5a28f90053b0c43d0dec3d0ad579347fc277199c005206b963c19aae514e3'
'SKIP'
'ad1a3b125ff014ded290094088de40efb9193ce81a24278184230b7d401f8a3e'
'96f833c6ad99a3e8e1d9aca5f439b8fd2c7efdcf83b664e0af1c0712c5315910'
'SKIP')
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <[email protected]>
'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions libc++/mingw-w64-clang-aarch64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=mingw-w64-clang-aarch64-libc++
pkgver=19.1.6
pkgver=19.1.7
pkgrel=1
url="https://libcxx.llvm.org/"
pkgdesc='LLVM C++ standard library (mingw-w64)'
Expand All @@ -10,7 +10,7 @@ makedepends=('clang' 'cmake' 'ninja' 'python' 'mingw-w64-clang-aarch64-cmake')
checkdepends=('llvm')
options=(!lto staticlibs !buildflags !strip)
source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-project-$pkgver.src.tar.xz"{,.sig})
sha512sums=('d411a6d913d6a1e1f3c16cfc1ce81c1e6292ea370703f55fb67c7af62f02193d53f5ef7823c8679d6f25cbe47b40236fcaf37044ad7cdfada8166efe7eb106b3'
sha512sums=('c7d63286d662707a9cd54758c9e3aaf52794a91900c484c4a6efa62d90bc719d5e7a345e4192feeb0c9fd11c82570d64677c781e5be1d645556b6aa018e47ec8'
'SKIP')
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <[email protected]>
'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta <[email protected]>
Expand Down

0 comments on commit e28d40e

Please sign in to comment.