File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16-
1716echo " Checking existence of hawkeye..."
1817
1918if command -v .local/bin/hawkeye > /dev/null 2>&1 ; then
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ if command -v .local/bin/hawkeye >/dev/null 2>&1; then
1717 echo " hawkeye already installed"
1818else
1919 echo " Installing hawkeye"
20- export VERSION=v6.0.0
21- curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.0 /hawkeye-installer.sh | CARGO_HOME=.local sh -s -- --no-modify-path
20+ export VERSION=v6.0.4
21+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/${VERSION} /hawkeye-installer.sh | CARGO_HOME=.local sh -s -- --no-modify-path
2222fi
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16-
1716opts=()
1817if [ ! -z " ${CURRENT_SDK} " ] ; then
1918 opts+=(" -Xswiftc" " -DCURRENT_SDK" )
You can’t perform that action at this time.
0 commit comments