summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/fetch_sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt5/fetch_sources.sh')
-rwxr-xr-xsource/l/qt5/fetch_sources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/qt5/fetch_sources.sh b/source/l/qt5/fetch_sources.sh
index 4859cf30a..c589534b1 100755
--- a/source/l/qt5/fetch_sources.sh
+++ b/source/l/qt5/fetch_sources.sh
@@ -20,7 +20,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-BRANCH="5.15.3"
+BRANCH="5.15.4"
rm -f qt-everywhere-src-*.tar*
@@ -31,7 +31,7 @@ cd qt5
./init-repository
# Sync qtwebengine version with the rest of qt5
- sed -i -E "s/5.15.(.*)/5.15.3/" qtwebengine/.qmake.conf
+ sed -i -E "s/5.15.(.*)/5.15.4/" qtwebengine/.qmake.conf
for i in $(find . -type d -name "qt*" -maxdepth 1); do
cd $i