diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-10 11:49:50 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-10 11:49:50 +1300 |
commit | 13fb71933a0a051d7563b0ea6e8d4e9848c3662b (patch) | |
tree | a488920a27c467b7576709e26a92b9ecab1e9d84 /setup/package.sh | |
parent | 81241bb6e2418e204b65039f2fe892520f3aa2ae (diff) | |
download | trackermap-server-13fb71933a0a051d7563b0ea6e8d4e9848c3662b.tar.gz trackermap-server-13fb71933a0a051d7563b0ea6e8d4e9848c3662b.tar.bz2 trackermap-server-13fb71933a0a051d7563b0ea6e8d4e9848c3662b.zip |
Update extjs version in scripts
Diffstat (limited to 'setup/package.sh')
-rwxr-xr-x | setup/package.sh | 2 |
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/)" |