Skip to content

Commit a8622e1

Browse files
authored
DependencyInstaller.sh: Update KLayout hashes
Signed-off-by: Austin Rovinski <[email protected]>
1 parent f450f80 commit a8622e1

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
@@ -74,9 +74,9 @@ _installUbuntuPackages() {
7474

7575
# install KLayout
7676
if [[ $1 == 20.04 ]]; then
77-
klayoutChecksum=8076dadfb1b790b75d284fdc9c90f70b
77+
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
7878
else
79-
klayoutChecksum=2fb355f0e19d69be8535722185f983cc
79+
klayoutChecksum=db751264399706a23d20455bb7624264
8080
fi
8181
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
8282
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1

0 commit comments

Comments
 (0)