diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-12-18 20:50:05 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-12-19 19:55:55 +0100 |
commit | caefdeb07557299b549eadb669648fd0884b5d17 (patch) | |
tree | f3c3a734d2c0129c02d97919260b4bfc1804dbca /download.lst | |
parent | 9800a7106223bd7759aa851574ef720d15a146cd (diff) |
argon2: add new external library
Change-Id: I81860a94b33eba95918c30b0e92b583cc2d02ff3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160969
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
(cherry picked from commit 77c921302b7ef869aed28fcd0187c80095d6a766)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161013
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/download.lst b/download.lst index 14171f07c1f7..6191a35ab4bd 100644 --- a/download.lst +++ b/download.lst @@ -8,6 +8,11 @@ ABW_TARBALL := libabw-0.1.3.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts +ARGON2_SHA256SUM := daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c +ARGON2_TARBALL := phc-winner-argon2-20190702.tar.gz +# three static lines +# so that git cherry-pick +# will not run into conflicts # please repack the tarball using external/boost/repack_tarball.sh BOOST_SHA256SUM := e48ab6953fbd68ba47234bea5173e62427e9f6a7894e152305142895cfe955de BOOST_TARBALL := boost_1_82_0.tar.xz |