Update jsdec to development state before it is released (#2749)

This commit is contained in:
Surendrajat 2021-09-24 17:36:19 +05:30 committed by GitHub
parent 9ddc19fcc6
commit 02abe9d138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ SCRIPTPATH=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
cd "$SCRIPTPATH/.."
if [[ ! -d jsdec ]]; then
git clone https://github.com/rizinorg/jsdec.git --depth 1 --branch v0.2.x
git clone https://github.com/rizinorg/jsdec.git --depth 1
fi
cd jsdec