assimp: Intentionally make the checksum wrong to test the server

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-10-15 20:00:22 -04:00
parent 3a1ff61061
commit e5add0b944
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
PKG := assimp
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.1.1
$(PKG)_CHECKSUM := 16a565683c8945b1ee131452f2649d2ba3a3ff49
$(PKG)_CHECKSUM := 16a565683c8945b1ee131452f2649d2ba3a3
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).zip
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)-$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)