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 f450f80 commit a8622e1Copy full SHA for a8622e1
etc/DependencyInstaller.sh
@@ -74,9 +74,9 @@ _installUbuntuPackages() {
74
75
# install KLayout
76
if [[ $1 == 20.04 ]]; then
77
- klayoutChecksum=8076dadfb1b790b75d284fdc9c90f70b
+ klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
78
else
79
- klayoutChecksum=2fb355f0e19d69be8535722185f983cc
+ klayoutChecksum=db751264399706a23d20455bb7624264
80
fi
81
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
82
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1
0 commit comments