Browse Source

librhash: Update import script to get rhash 1.3.9

Brad King 5 years ago
parent
commit
74f1a64572
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Utilities/Scripts/update-librhash.bash

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

@@ -8,11 +8,10 @@ readonly name="librhash"
 readonly ownership="librhash upstream <[email protected]>"
 readonly subtree="Utilities/cmlibrhash"
 readonly repo="https://github.com/rhash/rhash.git"
-readonly tag="master"
+readonly tag="v1.3.9"
 readonly shortlog=false
 readonly paths="
   COPYING
-  README
   librhash/algorithms.c
   librhash/algorithms.h
   librhash/byte_order.c