Update Upstream to v2.33.0.2
This commit is contained in:
parent
7ca0e70b21
commit
ad3d6de565
5
Makefile
5
Makefile
|
@ -1,11 +1,10 @@
|
||||||
#Config
|
UPSTREAM_VERSION = 2.33.0.2
|
||||||
UPSTREAM_VERSION = 2.29.2.2
|
|
||||||
PKG_SUB_RELEASE = 1.0
|
PKG_SUB_RELEASE = 1.0
|
||||||
PKG_FULL_VERSION = ${UPSTREAM_VERSION}-${PKG_SUB_RELEASE}
|
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)"
|
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
|
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/
|
## Download Link and Checksums can be found on https://github.com/git-for-windows/git/releases/
|
||||||
|
|
||||||
all: clean install
|
all: clean install
|
||||||
|
|
Loading…
Reference in New Issue