Skip to content

Commit f70bd94

Browse files
authored
Merge pull request ethereum#14646 from ethereum/updateUbuntuVersions
Update ubuntu versions in PPA scripts.
2 parents 7df949e + 7bf058b commit f70bd94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/deps-ppa/static_z3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sourcePPAConfig
4141
# Sanity check
4242
checkDputEntries "\[cpp-build-deps\]"
4343

44-
DISTRIBUTIONS="focal jammy kinetic lunar"
44+
DISTRIBUTIONS="focal jammy lunar mantic"
4545

4646
for distribution in $DISTRIBUTIONS
4747
do

scripts/release_ppa.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packagename=solc
6868
# This needs to be a still active release
6969
static_build_distribution=focal
7070

71-
DISTRIBUTIONS="focal jammy kinetic lunar"
71+
DISTRIBUTIONS="focal jammy lunar mantic"
7272

7373
if is_release
7474
then
@@ -127,7 +127,7 @@ mv solidity solc
127127
mkdir -p ./solc/deps/downloads/ 2>/dev/null || true
128128
wget -O ./solc/deps/downloads/jsoncpp-1.9.3.tar.gz https://github.com/open-source-parsers/jsoncpp/archive/1.9.3.tar.gz
129129
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
131131

132132
# Determine version
133133
cd solc

0 commit comments

Comments
 (0)