Skip to content

Commit

Permalink
chore: bump the version of LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Dec 18, 2024
1 parent 93d3c26 commit 36dd7c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devel/downloads/check_updates/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
2 changes: 2 additions & 0 deletions devel/downloads/check_updates/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
astroid==3.0.3
Expand Down
2 changes: 2 additions & 0 deletions devel/downloads/check_updates/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
certifi==2024.2.2
Expand Down
8 changes: 4 additions & 4 deletions devel/downloads/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ LIBEDIT_PACKAGE_SHA256SUM='5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc
LIBEDIT_PACKAGE_NAME='libedit-20240808-3.1.tar.gz'
LIBEDIT_PACKAGE_EXTRACTED_DIR='libedit-20240808-3.1'

LLVM_PACKAGE_URL='https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/llvm-project-19.1.5.src.tar.xz'
LLVM_PACKAGE_SHA256SUM='bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542'
LLVM_PACKAGE_NAME='llvm-project-19.1.5.src.tar.xz'
LLVM_PACKAGE_EXTRACTED_DIR='llvm-project-19.1.5.src'
LLVM_PACKAGE_URL='https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/llvm-project-19.1.6.src.tar.xz'
LLVM_PACKAGE_SHA256SUM='e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34'
LLVM_PACKAGE_NAME='llvm-project-19.1.6.src.tar.xz'
LLVM_PACKAGE_EXTRACTED_DIR='llvm-project-19.1.6.src'

ZSH_PACKAGE_URL='https://downloads.sourceforge.net/project/zsh/zsh/5.9/zsh-5.9.tar.xz'
ZSH_PACKAGE_SHA256SUM='9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5'
Expand Down

0 comments on commit 36dd7c1

Please sign in to comment.