Skip to content

Commit

Permalink
Merge pull request #1534 from hadfl/llvm
Browse files Browse the repository at this point in the history
package updates
  • Loading branch information
citrus-it authored Oct 29, 2024
2 parents 6dcaf68 + 0eef5d4 commit a9f25f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/clang/build-19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=clang
PKG=ooce/developer/clang-19
VER=19.1.1
VER=19.1.2
SUMMARY="C language family frontend for LLVM"
DESC="The Clang project provides a language front-end and tooling "
DESC+="infrastructure for languages in the C language family (C, C++, "
Expand Down
2 changes: 1 addition & 1 deletion build/llvm/build-19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=llvm
PKG=ooce/developer/llvm-19
VER=19.1.1
VER=19.1.2
SUMMARY="Low Level Virtual Machine compiler infrastructure"
DESC="A collection of modular and reusable compiler and toolchain technologies"

Expand Down
2 changes: 1 addition & 1 deletion build/rust/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=rust
PKG=ooce/developer/rust
VER=1.81.0
VER=1.82.0
SUMMARY="Rust systems programming language"
DESC="Rust is a systems programming language that runs blazingly fast, "
DESC+="prevents segfaults, and guarantees thread safety."
Expand Down
6 changes: 3 additions & 3 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
| ooce/developer/clang-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/clang-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/clang-18 | 18.1.8 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/clang-19 | 19.1.1 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/clang-19 | 19.1.2 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/cmake | 3.30.5 | https://cmake.org/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/cscope | 15.9 | https://sourceforge.net/projects/cscope/files/cscope/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/cunit | 2.1-3 | https://sourceforge.net/projects/cunit/files/CUnit/ | [omniosorg](https://github.com/omniosorg)
Expand All @@ -75,13 +75,13 @@
| ooce/developer/llvm-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/llvm-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/llvm-18 | 18.1.8 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/llvm-19 | 19.1.1 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/llvm-19 | 19.1.2 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/ninja | 1.12.1 | https://github.com/ninja-build/ninja/releases https://ninja-build.org/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/omni | github-latest | https://github.com/omniosorg/omni/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/pkgmgr | github-latest | https://github.com/omniosorg/pkgmgr/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/protobuf | 28.2 | https://github.com/protocolbuffers/protobuf/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/radare2 | 5.9.2 | https://github.com/radareorg/radare2/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/rust | 1.81.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg)
| ooce/developer/rust | 1.82.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg)
| ooce/developer/subversion | 1.14.3 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/valgrind | 3.23.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg)
| ooce/developer/yasm | 1.3.0 | https://github.com/yasm/yasm/releases https://yasm.tortall.net/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit a9f25f3

Please sign in to comment.