Skip to content

Commit 35bd6f9

Browse files
authored
Merge pull request #3152 from jeffng-or/klayout-0-28-17
Switch to klayout 0.28.17
2 parents 15c0984 + 08104d7 commit 35bd6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/DependencyInstaller.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
# package versions
13-
klayoutVersion=0.30.1
13+
klayoutVersion=0.28.17
1414
verilatorVersion=5.026
1515

1616
_versionCompare() {
@@ -172,7 +172,7 @@ _installUbuntuPackages() {
172172
if [[ $1 == 20.04 ]]; then
173173
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
174174
else
175-
klayoutChecksum=11953ce5009a0e83f9840b506f80df49
175+
klayoutChecksum=54748a49e1ab53e14cf5bf95feb2f25a
176176
fi
177177
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
178178
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1

0 commit comments

Comments
 (0)