Skip to content

Commit

Permalink
chore: Update static binary with latest toxcore version
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Mar 28, 2024
1 parent f315875 commit 3ab70e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/build-minimal-static-toxic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR"
cd "$BUILD_DIR"

# The git hash of the c-toxcore version we're using
TOXCORE_VERSION="0ec4978de51a113223c56d44dfe0a23c184e4c6d"
TOXCORE_VERSION="v0.2.19"

# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
TOXCORE_HASH="b1a3fef4493d709508e9e02876a3239abd5c395c618016d67e1cba817d96d19c"
TOXCORE_HASH="b770206a5ce59734279ac79f533bebcc8c8ff1d452cdd6628289a49b9200f428"

TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"

Expand Down

0 comments on commit 3ab70e5

Please sign in to comment.