@@ -25,25 +25,25 @@ subport ${name-ltr} {}
2525
2626if {${subport} eq ${name} } {
2727 # Latest version
28- github.setup qgis QGIS 3_44_6 final-
28+ github.setup qgis QGIS 3_44_7 final-
2929 github.tarball_from archive
3030 revision 0
3131 set app_name QGIS3
3232
33- checksums rmd160 78eb4a580e2442d4110adf194cf2c3435a827af1 \
34- sha256 5a9c990ce0a7894852c5f452f7c2734ccc4a978c65cc4233edadb40784411e59 \
35- size 220721650
33+ checksums rmd160 87c909d49f52fe5e49f5176df0c64e49f516c103 \
34+ sha256 a05f7479a99e664b2b0a701e895f2f9e6e5c761b2831ffd6d94510eece7ad54d \
35+ size 220714862
3636} else {
3737 # LTR version
38- github.setup qgis QGIS 3_40_14 final-
38+ github.setup qgis QGIS 3_40_15 final-
3939 github.tarball_from archive
4040 revision 0
4141 set app_name QGIS3-LTR
4242 description {*}${description} (LTR)
4343
44- checksums rmd160 0c3678ad1a85d18fcb6b82448b06344aa4fdc305 \
45- sha256 27fdb80f9d4eb19bab3b996c5140e43e770317123e4c2c943267a06f13bb074e \
46- size 213580267
44+ checksums rmd160 e6cb5dacd1217cef21b54225e61dde9d3d8606a3 \
45+ sha256 2cc22e871173a7783692a7488f314f11e08b33313ec83c25bb30d1324bb9364c \
46+ size 213601059
4747}
4848
4949# See: https://github.com/libspatialindex/libspatialindex/issues/276
@@ -305,11 +305,7 @@ foreach pyver ${python_suffixes} {
305305 reinplace -E \" s|else \\\" .py\\\" |else '.py-${pyversion} '|\" \$ {gdal_py_prefix}/\$ {file}.py
306306 }
307307 foreach file {\" merge\" } {
308- if {\" ${subport} \" eq \" ${name-ltr} \" } {
309- reinplace -E \" s|else \\\" .py\\\" |else '.py-${pyversion} '|\" \$ {gdal_py_prefix}/\$ {file}.py
310- } else {
311- reinplace -E \" s|merge.command_ext()|'.py-${pyversion} '|\" \$ {gdal_py_prefix}/\$ {file}.py
312- }
308+ reinplace -E \" s|merge.command_ext()|'.py-${pyversion} '|\" \$ {gdal_py_prefix}/\$ {file}.py
313309 }
314310 }
315311 "
0 commit comments