File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ sourcePPAConfig
41
41
# Sanity check
42
42
checkDputEntries " \[cpp-build-deps\]"
43
43
44
- DISTRIBUTIONS=" focal jammy kinetic lunar"
44
+ DISTRIBUTIONS=" focal jammy lunar mantic "
45
45
46
46
for distribution in $DISTRIBUTIONS
47
47
do
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packagename=solc
68
68
# This needs to be a still active release
69
69
static_build_distribution=focal
70
70
71
- DISTRIBUTIONS=" focal jammy kinetic lunar"
71
+ DISTRIBUTIONS=" focal jammy lunar mantic "
72
72
73
73
if is_release
74
74
then
@@ -127,7 +127,7 @@ mv solidity solc
127
127
mkdir -p ./solc/deps/downloads/ 2> /dev/null || true
128
128
wget -O ./solc/deps/downloads/jsoncpp-1.9.3.tar.gz https://github.com/open-source-parsers/jsoncpp/archive/1.9.3.tar.gz
129
129
wget -O ./solc/deps/downloads/range-v3-0.12.0.tar.gz https://github.com/ericniebler/range-v3/archive/0.12.0.tar.gz
130
- wget -O ./solc/deps/downloads/fmt-8.0.1. tar.gz https://github.com/fmtlib/fmt/archive/8.0.1 .tar.gz
130
+ wget -O ./solc/deps/downloads/fmt-9.1.0. tar.gz https://github.com/fmtlib/fmt/archive/9.1.0 .tar.gz
131
131
132
132
# Determine version
133
133
cd solc
You can’t perform that action at this time.
0 commit comments