aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-10 11:49:50 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-12-10 11:49:50 +1300
commit13fb71933a0a051d7563b0ea6e8d4e9848c3662b (patch)
treea488920a27c467b7576709e26a92b9ecab1e9d84
parent81241bb6e2418e204b65039f2fe892520f3aa2ae (diff)
downloadtrackermap-server-13fb71933a0a051d7563b0ea6e8d4e9848c3662b.tar.gz
trackermap-server-13fb71933a0a051d7563b0ea6e8d4e9848c3662b.tar.bz2
trackermap-server-13fb71933a0a051d7563b0ea6e8d4e9848c3662b.zip
Update extjs version in scripts
-rwxr-xr-xsetup/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/package.sh b/setup/package.sh
index a6b54717d..404c7b86b 100755
--- a/setup/package.sh
+++ b/setup/package.sh
@@ -22,7 +22,7 @@ check_requirement () {
fi
}
-check_requirement "ls ../../ext-6.0.1" "Missing ../../ext-6.0.1 (https://www.sencha.com/legal/GPL/)"
+check_requirement "ls ../../ext-6.2.0" "Missing ../../ext-6.2.0 (https://www.sencha.com/legal/GPL/)"
check_requirement "ls yajsw-*.zip" "Missing yajsw-*.zip (https://sourceforge.net/projects/yajsw/files/)"
check_requirement "ls innosetup-*.exe" "Missing isetup-*.exe (http://www.jrsoftware.org/isdl.php)"
check_requirement "which sencha" "Missing sencha cmd package (https://www.sencha.com/products/extjs/cmd-download/)"