diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-06-21 16:46:58 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:43 +0700 |
commit | b565bcbfa19638809b4f885b3fbccd7fec477a2c (patch) | |
tree | 36dbf55bfe8b100223311217b5fef756c4299078 /development/eclipse-jee/eclipse-jee.SlackBuild | |
parent | 3dcdec1e1205323d1604ee242c8ae66abe3567a5 (diff) |
development/eclipse-jee: Updated for version 4.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-jee/eclipse-jee.SlackBuild')
-rw-r--r-- | development/eclipse-jee/eclipse-jee.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/eclipse-jee/eclipse-jee.SlackBuild b/development/eclipse-jee/eclipse-jee.SlackBuild index d54d108fa50a7..90e4311a85b5f 100644 --- a/development/eclipse-jee/eclipse-jee.SlackBuild +++ b/development/eclipse-jee/eclipse-jee.SlackBuild @@ -27,8 +27,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-jee -VERSION=${VERSION:-4.15} -SRCVERSION=${SRCVERSION:-2020-03-R} +VERSION=${VERSION:-4.16} +SRCVERSION=${SRCVERSION:-2020-06-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ cd $PKG/opt/$PRGNAM # Untar source code tarball according with ARCH value # ARCH can only be 'x86_64' if [ "$ARCH" = "x86_64" ]; then - tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-incubation-linux-gtk-$ARCH.tar.gz + tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz else printf "$ARCH is not supported...\n" exit 1 |