Skip to content

Commit a1aaea2

Browse files
committed
Update KLayout 0.30.7 checksums for Ubuntu 20.04, 22.04, and 24.04
Signed-off-by: Joao Luis Sombrio <sombrio@sombrasoft.dev>
1 parent befa85b commit a1aaea2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

etc/DependencyInstaller.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ _installUbuntuPackages() {
221221
fi
222222
else
223223
if [[ $1 == 20.04 ]]; then
224-
klayoutChecksum=e83be08033f2f69d83ab7bd494a7a858
224+
klayoutChecksum=e95175a8053d3577375fbd3a7b3d7dbf
225225
elif [[ $1 == 22.04 ]]; then
226-
klayoutChecksum=6e431b0a1a34c16eab9958a2c28f88bd
226+
klayoutChecksum=202530d198b0c7b93aa5af0e8e438ccd
227227
elif [[ $1 == 24.04 ]]; then
228-
klayoutChecksum=2d186f0225dbac7ae2d790aa8fa57814
228+
klayoutChecksum=145adaa044101bb41179aa63ec6d7f86
229229
else
230230
echo "Unrecognized version of Ubuntu $1. Please install KLayout manually"
231231
exit 1

0 commit comments

Comments
 (0)