diff src/qtbase.mk @ 4801:206f76f1b59c

qt: update to version 5.11.1 This change fixes an initialization problem for Linux builds that appeared with the update to Qt 5.11.0. At startup, the Octave GUI would hang after displaying a black main window.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Aug 2018 11:21:08 -0400
parents 4cea16af20b4
children e2349691d6ae
line wrap: on
line diff
--- a/src/qtbase.mk	Thu Aug 16 14:24:04 2018 -0400
+++ b/src/qtbase.mk	Fri Aug 17 11:21:08 2018 -0400
@@ -3,8 +3,8 @@
 
 PKG             := qtbase
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 5.11.0
-$(PKG)_CHECKSUM := 277bfe3ebbead8096f6a16416db522179404d41e
+$(PKG)_VERSION  := 5.11.1
+$(PKG)_CHECKSUM := 
 $(PKG)_SUBDIR   := $(PKG)-everywhere-src-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-everywhere-src-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://download.qt.io/official_releases/qt/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)