Update Upstream to 1.53.2
This commit is contained in:
parent
89e89e55ef
commit
b7e991cf02
6
Makefile
6
Makefile
|
@ -1,10 +1,10 @@
|
||||||
#Config
|
#Config
|
||||||
UPSTREAM_VERSION = 1.50.1
|
UPSTREAM_VERSION = 1.53.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}
|
||||||
|
|
||||||
SOURCE = https://az764295.vo.msecnd.net/stable/d2e414d9e4239a252d1ab117bd7067f125afd80a/VSCodeSetup-x64-${UPSTREAM_VERSION}.exe
|
SOURCE = https://az764295.vo.msecnd.net/stable/622cb03f7e070a9670c94bae1a45d78d7181fbd4/VSCodeSetup-x64-${UPSTREAM_VERSION}.exe
|
||||||
CHECKSUM = 0180288d4a51497224997ce0491b1f7335747df3ce858ae9f73458f81f782156
|
CHECKSUM = 9ef53748248e6d3e0272e2b7ef98d41bf858f7c91082bb0d10f909eb4885f679
|
||||||
## Download Link and Checksums can be found on https://code.visualstudio.com/Download
|
## Download Link and Checksums can be found on https://code.visualstudio.com/Download
|
||||||
|
|
||||||
install: clean setversion
|
install: clean setversion
|
||||||
|
|
Loading…
Reference in New Issue