diff --git a/scripts/deps-ppa/static_z3.sh b/scripts/deps-ppa/static_z3.sh index b971fdd24..9f39a79c9 100755 --- a/scripts/deps-ppa/static_z3.sh +++ b/scripts/deps-ppa/static_z3.sh @@ -25,9 +25,9 @@ set -ev keyid=70D110489D66E2F6 email=builds@ethereum.org packagename=libz3-static-dev -version=4.8.5 +version=4.8.6 -DISTRIBUTIONS="bionic disco" +DISTRIBUTIONS="bionic disco eoan" for distribution in $DISTRIBUTIONS do @@ -40,7 +40,7 @@ pparepo=cpp-build-deps ppafilesurl=https://launchpad.net/~ethereum/+archive/ubuntu/${pparepo}/+files # Fetch source -git clone --depth 1 --branch Z3-${version} https://github.com/Z3Prover/z3.git +git clone --depth 1 --branch z3-${version} https://github.com/Z3Prover/z3.git cd z3 debversion="$version" diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 78ea3118b..fcf3a8102 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -57,7 +57,7 @@ packagename=solc static_build_distribution=disco -DISTRIBUTIONS="bionic disco" +DISTRIBUTIONS="bionic disco eoan" if is_release then