mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/vscode-bin: Updated for version 1.35.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eca3962ca2
commit
64648c0ff9
2 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=vscode-bin
|
||||
SRCNAM=code-stable
|
||||
VERSION=${VERSION:-1.35.0}
|
||||
VERSION=${VERSION:-1.35.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,10 +42,10 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
SRCVER=1559611337
|
||||
SRCVER=1560350233
|
||||
ARC=x64
|
||||
else
|
||||
SRCVER=1559611112
|
||||
SRCVER=1560349812
|
||||
ARC=ia32
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vscode-bin"
|
||||
VERSION="1.35.0"
|
||||
VERSION="1.35.1"
|
||||
HOMEPAGE="https://code.visualstudio.com/"
|
||||
DOWNLOAD="https://az764295.vo.msecnd.net/stable/553cfb2c2205db5f15f3ee8395bbd5cf066d357d/code-stable-1559611112.tar.gz"
|
||||
MD5SUM="9fc327a4348945211d51b308c8499dd4"
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/553cfb2c2205db5f15f3ee8395bbd5cf066d357d/code-stable-1559611337.tar.gz"
|
||||
MD5SUM_x86_64="68c70c42ccdee50b24a25b9ed1c5009b"
|
||||
DOWNLOAD="https://az764295.vo.msecnd.net/stable/c7d83e57cd18f18026a8162d042843bda1bcf21f/code-stable-1560349812.tar.gz"
|
||||
MD5SUM="84a862a69e9b94681f550528e17ce76b"
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/c7d83e57cd18f18026a8162d042843bda1bcf21f/code-stable-1560350233.tar.gz"
|
||||
MD5SUM_x86_64="e6a2fd3f1085edca9f41e7344c8bec3f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue