summaryrefslogtreecommitdiff
path: root/package/ltp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-05 23:01:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-05 23:01:53 +0200
commit679361ef28553657f5b91488f99d793cc696d97d (patch)
treee78529a76afcbf7b026ed8f37410bcda211a3241 /package/ltp
parent9c11fa0311ebf8524d9dc256d8b20c27e48502b2 (diff)
update to latest upstream version
Diffstat (limited to 'package/ltp')
-rw-r--r--package/ltp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile
index b4c13f921..dad5aed96 100644
--- a/package/ltp/Makefile
+++ b/package/ltp/Makefile
@@ -4,19 +4,19 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= ltp
-PKG_VERSION:= 20150420
+PKG_VERSION:= 20150903
PKG_RELEASE:= 1
-PKG_HASH:= ad504e6697b964787f51caad6d8a916caa367f241ac602545548488195216a80
+PKG_HASH:= e670ae9f1e42bc8b500edd3c3a5cf09c6447c56d7738a22235c87a13739bcace
PKG_DESCR:= linux test project
PKG_DEPENDS:= bash libpthread librt
PKG_DEPENDS+= mke2fs mkfs
PKG_SECTION:= sys/misc
PKG_URL:= http://linux-test-project.github.io
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ltp/}
+PKG_SITES:= https://github.com/linux-test-project/ltp/archive/
PKG_NOPARALLEL:= 1
-DISTFILES:= ${PKG_NAME}-full-${PKG_VERSION}.tar.xz
-WRKDIST= ${WRKDIR}/${PKG_NAME}-full-${PKG_VERSION}
+DISTFILES:= ${PKG_VERSION}.tar.gz
+WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
include $(ADK_TOPDIR)/mk/package.mk