Update Upstream to v2.33.0.2

This commit is contained in:
Kevin Dorner 2021-09-13 19:30:37 +02:00
parent 7ca0e70b21
commit ad3d6de565
1 changed files with 2 additions and 3 deletions

View File

@ -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