mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/vscode: Updated for version 1.16.1
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
parent
de31aefbe7
commit
04d3558b67
2 changed files with 5 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=vscode
|
||||
VERSION=${VERSION:-1.14.2}
|
||||
COMMIT=${COMMIT:-cb82febafda0c8c199b9201ad274e25d9a76874e}
|
||||
VERSION=${VERSION:-1.16.1}
|
||||
COMMIT=${COMMIT:-27492b6bf3acb0775d82d2f87b25a93490673c6d}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vscode"
|
||||
VERSION="1.14.2"
|
||||
VERSION="1.16.1"
|
||||
HOMEPAGE="https://code.visualstudio.com/"
|
||||
DOWNLOAD="https://github.com/Microsoft/vscode/archive/1.14.2/vscode-1.14.2.tar.gz"
|
||||
MD5SUM="f2560b95771e1cc1d8405e51d81ecc7c"
|
||||
DOWNLOAD="https://github.com/Microsoft/vscode/archive/1.16.1/vscode-1.16.1.tar.gz"
|
||||
MD5SUM="599c1864c6e5f48e958b25fb128bf3f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs"
|
||||
|
|
Loading…
Reference in a new issue