changeset 4867:5ff8a7e5d891

* src/qtbase.mk: update update rule for double number minor version
author John Donoghue
date Tue, 30 Oct 2018 13:44:11 -0400
parents 5ab457504494
children 07817ebc1abc
files src/qtbase.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qtbase.mk	Tue Oct 30 13:44:10 2018 -0400
+++ b/src/qtbase.mk	Tue Oct 30 13:44:11 2018 -0400
@@ -41,7 +41,7 @@
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- http://download.qt-project.org/official_releases/qt/$(call SHORT_PKG_VERSION,$(PKG))/ | \
-    $(SED) -n 's,.*href="\(5\.[0-9]\.[^/]*\)/".*,\1,p' | \
+    $(SED) -n 's,.*href="\(5\.[0-9]\+\.[^/]*\)/".*,\1,p' | \
     grep -iv -- '-rc' | \
     sort |
     tail -1