File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616set -e -u
1717
1818# The version of the Amper distribution to provision and use
19- amper_version=0.8.1
19+ amper_version=0.8.2
2020# Establish chain of trust from here by specifying exact checksum of Amper distribution to be run
21- amper_sha256=604bc3a479f9a16dcbb2b8bfe1b3647ee8ded1c66f7d5ed6cd1d9038c23653ad
21+ amper_sha256=077b152e86a0b70744e53bd72cc0c42a501195772e411dca7c78f10306a91311
2222
2323AMPER_DOWNLOAD_ROOT=" ${AMPER_DOWNLOAD_ROOT:- https:// packages.jetbrains.team/ maven/ p/ amper/ amper} "
2424AMPER_JRE_DOWNLOAD_ROOT=" ${AMPER_JRE_DOWNLOAD_ROOT:- https:/ } "
Original file line number Diff line number Diff line change 1616setlocal
1717
1818@ rem The version of the Amper distribution to provision and use
19- set amper_version = 0.8.1
19+ set amper_version = 0.8.2
2020@ rem Establish chain of trust from here by specifying exact checksum of Amper distribution to be run
21- set amper_sha256 = 604bc3a479f9a16dcbb2b8bfe1b3647ee8ded1c66f7d5ed6cd1d9038c23653ad
21+ set amper_sha256 = 077b152e86a0b70744e53bd72cc0c42a501195772e411dca7c78f10306a91311
2222
2323if not defined AMPER_DOWNLOAD_ROOT set AMPER_DOWNLOAD_ROOT = https://packages.jetbrains.team/maven/p/amper/amper
2424if not defined AMPER_JRE_DOWNLOAD_ROOT set AMPER_JRE_DOWNLOAD_ROOT = https:/
You can’t perform that action at this time.
0 commit comments