diff --git a/Makefile b/Makefile index 8b48e89..38e27fb 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ -#Config -UPSTREAM_VERSION = 2.29.2.2 +UPSTREAM_VERSION = 2.33.0.2 PKG_SUB_RELEASE = 1.0 PKG_FULL_VERSION = ${UPSTREAM_VERSION}-${PKG_SUB_RELEASE} UPSTREAM_TAG = "v$$(echo ${UPSTREAM_VERSION} | cut -d. -f-3).windows.$$(echo ${UPSTREAM_VERSION} | cut -d. -f4)" SOURCE = https://github.com/git-for-windows/git/releases/download/${UPSTREAM_TAG}/Git-${UPSTREAM_VERSION}-64-bit.exe -CHECKSUM = 9ab49d93166d430514b0aaf6dda3fdc6b37e2fe1d0df8ecc04403cd2be40e78b +CHECKSUM = a5704733c219e9a0c96bfeb0febef62bc2518bdd4e358bc9519dbc5e63a3b5fe ## Download Link and Checksums can be found on https://github.com/git-for-windows/git/releases/ all: clean install