diff --git a/check-version.sh b/check-version.sh index d2b1a1c..17fc313 100644 --- a/check-version.sh +++ b/check-version.sh @@ -1,7 +1,7 @@ #!/bin/bash # Git repository -REPO="git://w1.fi/hostap.git" +REPO="https://git.w1.fi/hostap.git" # Get tag name using 'git ls-remote' TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | tail -1 | cut -d'/' -f3)