Skip to content

Commit

Permalink
cargo-c: update to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Aug 4, 2024
1 parent 21822e4 commit e40f952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions build/cargo-c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=cargo-c
VER=0.10.0
VER=0.10.3
PKG=ooce/developer/cargo-c
SUMMARY="build and install C-ABI compatible dynamic and static libraries"
DESC="produces and installs a correct pkg-config file, a static library and "
Expand Down Expand Up @@ -48,9 +48,6 @@ build() {

pushd $TMPDIR/$BUILDDIR >/dev/null

# os_info 3.8.0 is broken on illumos -
# See https://github.com/stanislav-tkach/os_info/issues/371
logcmd $CARGO update --package [email protected] --precise 3.7.0
logcmd $CARGO install --locked --root=$DESTDIR$PREFIX --path=. \
|| logerr "build failed"

Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
| ooce/developer/autoconf-archive | 2023.02.20 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/autogen | 5.18.16 | https://ftp.gnu.org/gnu/autogen/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/bazel | 6.3.2 | https://github.com/bazelbuild/bazel/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/cargo-c | 0.10.0 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/cargo-c | 0.10.3 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/ccache | 3.6 | https://www.samba.org/ftp/ccache/ | [jimklimov](https://github.com/jimklimov)
| ooce/developer/clang-13 | 13.0.1 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/clang-15 | 15.0.7 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit e40f952

Please sign in to comment.