We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa611ef commit 08104d7Copy full SHA for 08104d7
etc/DependencyInstaller.sh
@@ -10,7 +10,7 @@ else
10
fi
11
12
# package versions
13
-klayoutVersion=0.30.1
+klayoutVersion=0.28.17
14
verilatorVersion=5.026
15
16
_versionCompare() {
@@ -172,7 +172,7 @@ _installUbuntuPackages() {
172
if [[ $1 == 20.04 ]]; then
173
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
174
else
175
- klayoutChecksum=11953ce5009a0e83f9840b506f80df49
+ klayoutChecksum=54748a49e1ab53e14cf5bf95feb2f25a
176
177
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
178
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1
0 commit comments