summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-06-30 08:25:32 (GMT)
committerGitHub <noreply@github.com>2016-06-30 08:25:32 (GMT)
commitf1c97b2b7dd59b2c2c3b2a142804a3315f5e3101 (patch)
tree1c197ffc7b26c115f148559f989ecd18c528ac71
parent918b548bcaa7008781055dba2a0e8808ce02baf1 (diff)
parenta85ea2a3613c43d133f41dd6f5fa6056b942b231 (diff)
downloadmxe-f1c97b2b7dd59b2c2c3b2a142804a3315f5e3101.zip
mxe-f1c97b2b7dd59b2c2c3b2a142804a3315f5e3101.tar.gz
mxe-f1c97b2b7dd59b2c2c3b2a142804a3315f5e3101.tar.bz2
Merge pull request #1412 from LuaAndC/fix-qtserialport_qt4
Fix checksum of qtserialport_qt4
-rw-r--r--src/qtserialport_qt4.mk4
-rw-r--r--src/qtsystems.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/qtserialport_qt4.mk b/src/qtserialport_qt4.mk
index ee3c8f4..cdda539 100644
--- a/src/qtserialport_qt4.mk
+++ b/src/qtserialport_qt4.mk
@@ -4,8 +4,8 @@
PKG := qtserialport_qt4
$(PKG)_IGNORE :=
$(PKG)_VERSION := 5c3b6cc770
-$(PKG)_CHECKSUM := 4e0bee3bd608b67e47dfbf2baa7f5ed7d9e39a3da16e4cc6056ffd0a4baa1495
-$(PKG)_GH_USER := qtproject
+$(PKG)_CHECKSUM := d49c1cd4bb47706561f52c07d6075bb9931700d3bcae656ef3b6d3db3eb014ab
+$(PKG)_GH_USER := qt
$(PKG)_GH_REPO := qtserialport
$(PKG)_GH_TREE := qt4-dev
$(PKG)_SUBDIR := $($(PKG)_GH_USER)-$($(PKG)_GH_REPO)-$(call substr,$($(PKG)_VERSION),1,7)
diff --git a/src/qtsystems.mk b/src/qtsystems.mk
index 09c1e3d..aff7bb1 100644
--- a/src/qtsystems.mk
+++ b/src/qtsystems.mk
@@ -6,7 +6,7 @@ $(PKG)_VERSION := 4e3a7ed
$(PKG)_CHECKSUM := 710d2b80f9125fb03fdb67dd6f3c4dd51396981e812fd4a3ea99b1b1290853e5
$(PKG)_SUBDIR := qt-$(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := https://github.com/qtproject/qtsystems/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL := https://github.com/qt/qtsystems/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc qtbase qtdeclarative qtxmlpatterns
define $(PKG)_UPDATE