summaryrefslogtreecommitdiff
path: root/ubuntu/rt-ltp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/rt-ltp.yaml')
-rw-r--r--ubuntu/rt-ltp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/rt-ltp.yaml b/ubuntu/rt-ltp.yaml
index aeea93d..aa90b8b 100644
--- a/ubuntu/rt-ltp.yaml
+++ b/ubuntu/rt-ltp.yaml
@@ -5,8 +5,8 @@ metadata:
install:
steps:
- - 'wget http://sourceforge.net/projects/ltp/files/LTP%20Source/ltp-20130503/ltp-full-20130503.bz2'
- - 'tar --strip-components=1 -jxf ltp-full-20130503.bz2'
+ - 'wget http://sourceforge.net/projects/ltp/files/LTP%20Source/ltp-20130904/ltp-full-20130904.tar.xz'
+ - 'tar --strip-components=1 -Jxf ltp-full-20130904.tar.xz'
- 'mkdir build'
- './configure --with-realtime-testsuite --prefix=$(readlink -f build)'
- 'make all'