Pārlūkot izejas kodu

librhash: Update import script to get rhash 1.4.4

Issue: #25448
Brad King 2 gadi atpakaļ
vecāks
revīzija
1fb7ebeb4d
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      Utilities/Scripts/update-librhash.bash

+ 2 - 1
Utilities/Scripts/update-librhash.bash

@@ -8,7 +8,7 @@ readonly name="librhash"
 readonly ownership="librhash upstream <[email protected]>"
 readonly ownership="librhash upstream <[email protected]>"
 readonly subtree="Utilities/cmlibrhash"
 readonly subtree="Utilities/cmlibrhash"
 readonly repo="https://github.com/rhash/rhash.git"
 readonly repo="https://github.com/rhash/rhash.git"
-readonly tag="v1.3.9"
+readonly tag="v1.4.4"
 readonly shortlog=false
 readonly shortlog=false
 readonly paths="
 readonly paths="
   COPYING
   COPYING
@@ -31,6 +31,7 @@ readonly paths="
   librhash/sha512.c
   librhash/sha512.c
   librhash/sha512.h
   librhash/sha512.h
   librhash/ustd.h
   librhash/ustd.h
+  librhash/util.c
   librhash/util.h
   librhash/util.h
 "
 "