Skip to content

Commit c04ee9c

Browse files
Update hawkeye to 6.0.4 (#2)
Signed-off-by: Kathryn Baldauf <[email protected]>
1 parent 15ed75b commit c04ee9c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

scripts/ensure-hawkeye-exists.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
1716
echo "Checking existence of hawkeye..."
1817

1918
if command -v .local/bin/hawkeye >/dev/null 2>&1; then

scripts/install-hawkeye.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ if command -v .local/bin/hawkeye >/dev/null 2>&1; then
1717
echo "hawkeye already installed"
1818
else
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
2222
fi

scripts/make-docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
1716
opts=()
1817
if [ ! -z "${CURRENT_SDK}" ] ; then
1918
opts+=("-Xswiftc" "-DCURRENT_SDK")

0 commit comments

Comments
 (0)