Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(gpkg/llvm): 17.0.6 #183

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gpkg/llvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ TERMUX_PKG_DESCRIPTION="Compiler infrastructure"
TERMUX_PKG_LICENSE="Apache-2.0, NCSA"
TERMUX_PKG_LICENSE_FILE="LICENSE.TXT"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=17.0.3
TERMUX_PKG_VERSION=17.0.6
_SOURCE=https://github.com/llvm/llvm-project/releases/download/llvmorg-$TERMUX_PKG_VERSION
TERMUX_PKG_SRCURL=($_SOURCE/llvm-$TERMUX_PKG_VERSION.src.tar.xz
$_SOURCE/cmake-$TERMUX_PKG_VERSION.src.tar.xz
$_SOURCE/third-party-$TERMUX_PKG_VERSION.src.tar.xz)
TERMUX_PKG_SHA256=(18fa6b5f172ddf5af9b3aedfdb58ba070fd07fc45e7e589c46c350b3cc066bc1
54fc534f0da09088adbaa6c3bfc9899a500153b96e60c2fb9322a7aa37b1027a
6e84ff16044d698ff0f24e7445f9f47818e6523913a006a5e1ea79625b429b7b)
TERMUX_PKG_SHA256=(b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b)
TERMUX_PKG_DEPENDS="libllvm-glibc, perl-glibc"
TERMUX_PKG_BUILD_DEPENDS="binutils-libs-glibc"
TERMUX_PKG_NO_STATICSPLIT=true
Expand Down