Skip to content

Commit ea91f31

Browse files
committed
depends: abseil: update to 20260107.0
1 parent 26bccaf commit ea91f31

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

contrib/depends/packages/native_abseil.mk

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package=native_abseil
2-
$(package)_version=20250814.0
3-
$(package)_download_path=https://github.com/abseil/abseil-cpp/archive/refs/tags/
4-
$(package)_download_file=$($(package)_version).tar.gz
5-
$(package)_file_name=abseil-$($(package)_version).tar.gz
6-
$(package)_sha256_hash=9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db
2+
$(package)_version=20260107.0
3+
$(package)_download_path=https://github.com/abseil/abseil-cpp/releases/download/$($(package)_version)/
4+
$(package)_file_name=abseil-cpp-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=4c124408da902be896a2f368042729655709db5e3004ec99f57e3e14439bc1b2
76

87
define $(package)_config_cmds
98
$($(package)_cmake)

0 commit comments

Comments
 (0)