Upgrade Git from v2.28.0-rc1 to v2.28.0

Now that Git v2.28.0 has been released, let's update our custom build
instructions to use it instead of the release candidate.
This commit is contained in:
Patrick Steinhardt 2020-07-29 07:26:44 +02:00
parent f9951f6910
commit bff2b6b42b

View file

@ -98,8 +98,8 @@ function print_git_args() {
GIT_DOWNLOAD_SHA256=77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787 GIT_DOWNLOAD_SHA256=77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787
;; ;;
2.28) 2.28)
GIT_VERSION=2.28.0.rc1 GIT_VERSION=2.28.0
GIT_DOWNLOAD_SHA256=f63afef021d710e930f2e4942323b3844fa75d423a7398daf3b1100eb5c8098d GIT_DOWNLOAD_SHA256=f914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170
;; ;;
*) echo "Unknown git version $1"; exit 1; *) echo "Unknown git version $1"; exit 1;
esac esac