Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Feb 2, 2024
1 parent 70292ed commit 8c3cd1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/files/mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail

# don't update these versions by hand. instead, run scripts/depsCheck.sh
PKG_CONFIG_VERSION=0.29.2
BINUTILS_VERSION=2.41
BINUTILS_VERSION=2.42
MINGW_VERSION=11.0.1
GCC_VERSION=13.2.0

Expand Down
16 changes: 8 additions & 8 deletions build/scripts/depsDownload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ function downloadFile {

# don't update these versions by hand. instead, run scripts/depsCheck.sh
ABSEIL_VERSION=57383901082bd5e3ad8bfe63b2c44897c9f05c27
BINUTILS_VERSION=2.41
BINUTILS_VERSION=2.42
BOOST_VERSION=1.84.0
CLI11_VERSION=2.3.2
CMAKE_VERSION=3.28.1
FMT_VERSION=10.2.0
FMT_VERSION=10.2.1
GOOGLETEST_VERSION=1.14.0
IMMER_VERSION=0.8.1
LIBUNISTRING_VERSION=1.1
LIBZIP_VERSION=1.10.1
MICROTAR_VERSION=27076e1b9290e9c7842bb7890a54fcf172406c84
MPDECIMAL_VERSION=2.5.1
NAMEOF_VERSION=0.10.3
MPDECIMAL_VERSION=4.0.0
NAMEOF_VERSION=0.10.4
NCURSES_VERSION=6.4
TURBO_VERSION=5d7e794b511d0b4e2257e567f7df9f79d5f43be6
TVISION_VERSION=4510c5f24ec1e651efc7519a492497c0331959f3
TZDB_VERSION=2023d
ZLIB_VERSION=1.3
TURBO_VERSION=f71a08e0adbfe7da38a93c4c02a5ae4dde60797f
TVISION_VERSION=0917f04206fcfa1973dc49547af74e7399241899
TZDB_VERSION=2024a
ZLIB_VERSION=1.3.1

# https://github.com/tmbasic-lang/tmbasic-abseil-cpp
downloadFile "abseil-$ABSEIL_VERSION.tar.gz" "https://github.com/tmbasic-lang/tmbasic-abseil-cpp/archive/$ABSEIL_VERSION.tar.gz"
Expand Down

0 comments on commit 8c3cd1f

Please sign in to comment.