Skip to content

Commit eb8e3bc

Browse files
committed
etc: bump klayout to 0.30.3
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent e09d484 commit eb8e3bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/DependencyInstaller.sh

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

1212
# package versions
13-
klayoutVersion=0.29.8
13+
klayoutVersion=0.30.3
1414
verilatorVersion=5.026
1515

1616
_versionCompare() {
@@ -170,11 +170,11 @@ _installUbuntuPackages() {
170170
fi
171171
else
172172
if [[ $1 == 20.04 ]]; then
173-
klayoutChecksum=bfa011330bc9e1f61b46f668379cc741
173+
klayoutChecksum=e83be08033f2f69d83ab7bd494a7a858
174174
elif [[ $1 == 22.04 ]]; then
175-
klayoutChecksum=60839f6b5b2b1c1e76bf0c1bc17bf18c
175+
klayoutChecksum=6e431b0a1a34c16eab9958a2c28f88bd
176176
elif [[ $1 == 24.04 ]]; then
177-
klayoutChecksum=b8909538985b15135b49e8d32a089d72
177+
klayoutChecksum=2d186f0225dbac7ae2d790aa8fa57814
178178
else
179179
echo "Unrecognized version of Ubuntu $1. Please install KLayout manually"
180180
exit 1

0 commit comments

Comments
 (0)