1*4b9c6d91SCole Faust#/bin/bash 2*4b9c6d91SCole Faust 3*4b9c6d91SCole FaustPV="1.11.0" 4*4b9c6d91SCole Faust 5*4b9c6d91SCole Faustwget -q -nc --secure-protocol=TLSv1 "https://github.com/google/googletest/archive/release-${PV}.tar.gz" -O "googletest-release-${PV}.tar.gz" 6*4b9c6d91SCole Fausttar zxvf "googletest-release-${PV}.tar.gz" 7