qtservice, qtsystems: fix checksums

Fixes #452.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-08-08 13:41:52 -07:00
parent 92c92a10c1
commit e1683bfa2a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PKG := qtservice
$(PKG)_IGNORE :=
$(PKG)_VERSION := fd22bee22274975c56f1c10d87ee9fd2c0818f83
$(PKG)_CHECKSUM := ecf7563a56c3ac7a812950c6e28d214e4b01b7b2
$(PKG)_CHECKSUM := c4a119ee7150361f342c7b431d6b136b6813e714
$(PKG)_SUBDIR := qt-solutions-qt-solutions
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://qt.gitorious.org/qt-solutions/qt-solutions/archive/$($(PKG)_FILE)

View File

@ -3,7 +3,7 @@
PKG := qtsystems
$(PKG)_IGNORE :=
$(PKG)_VERSION := 341352b4bb1e729f384a3af1ca966ebd123f16e3
$(PKG)_CHECKSUM := f46c1a96363d7194b186d5fec7f6261ad64f9eea
$(PKG)_CHECKSUM := 4f79f8950f5a52b45a222d9c7bdae7fbdf13832a
$(PKG)_SUBDIR := qt-$(PKG)
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://qt.gitorious.org/qt/qtsystems/archive/$($(PKG)_FILE)