Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
#
# secp256k1 - update
#
cd ./vendor/secp256k1
git fetch origin
git checkout <commit>
cd ../..
git add --all
git commit -m 'Update secp256k1 to <commit>'

#
# sqlite - update
#
# ...