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.0
19+ amper_version=0.8.1
2020# Establish chain of trust from here by specifying exact checksum of Amper distribution to be run
21- amper_sha256=c0ee60a755d8c6eeef5ca512abb36b15f2fd6a09c0e1a01b497cdb8097ad773d
21+ amper_sha256=604bc3a479f9a16dcbb2b8bfe1b3647ee8ded1c66f7d5ed6cd1d9038c23653ad
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.0
19+ set amper_version = 0.8.1
2020@ rem Establish chain of trust from here by specifying exact checksum of Amper distribution to be run
21- set amper_sha256 = c0ee60a755d8c6eeef5ca512abb36b15f2fd6a09c0e1a01b497cdb8097ad773d
21+ set amper_sha256 = 604bc3a479f9a16dcbb2b8bfe1b3647ee8ded1c66f7d5ed6cd1d9038c23653ad
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