summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Giuseppe Di Terlizzi2021-04-02 06:17:12 +0200
committer Willy Sudiarto Raharjo2021-04-02 06:17:12 +0200
commitd97f392941c223448dd2a5cbda70060282933ca9 (patch)
treec64faf185f1b055934a94b0a90a754af27a2b79e
parent76712d9461bd994b1689088540000a5908ccc47f (diff)
downloadslackbuilds-d97f392941c223448dd2a5cbda70060282933ca9.tar.gz
development/sqlcl: Updated for version 20.4.2.35.2359.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/sqlcl/README14
-rw-r--r--development/sqlcl/sqlcl.SlackBuild5
-rw-r--r--development/sqlcl/sqlcl.info6
3 files changed, 13 insertions, 12 deletions
diff --git a/development/sqlcl/README b/development/sqlcl/README
index f57556db54..d40229e1cc 100644
--- a/development/sqlcl/README
+++ b/development/sqlcl/README
@@ -1,11 +1,11 @@
Oracle SQL Developer Command Line
-Oracle SQL Developer Command Line (SQLcl) is a free command line
-interface for Oracle Database. It allows you to interactively or batch
-execute SQL and PL/SQL. SQLcl provides in-line editing, statement
-completion, and command recall for a feature-rich experience, all
-while also supporting your previously written SQL*Plus scripts.
+Oracle SQL Developer Command Line (SQLcl) is a free command line interface for
+Oracle Database. It allows you to interactively or batch execute SQL and PL/SQL.
+SQLcl provides in-line editing, statement completion, and command recall for a
+feature-rich experience, all while also supporting your previously written
+SQL*Plus scripts.
You need an Oracle account and you must Agree to Oracle's download
-agreement before this can be downloaded. You have to use a web browser
-to download it.
+agreement before this can be downloaded.
+You have to use a web browser to download it.
diff --git a/development/sqlcl/sqlcl.SlackBuild b/development/sqlcl/sqlcl.SlackBuild
index f02d105169..c999f917fa 100644
--- a/development/sqlcl/sqlcl.SlackBuild
+++ b/development/sqlcl/sqlcl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Oracle SQL Developer Command Line
-# Copyright 2016-2017 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
+# Copyright 2016-2021 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sqlcl
-VERSION=${VERSION:-18.2.0}
+VERSION=${VERSION:-20.4.2.35.2359}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,6 +54,7 @@ find -L . \
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp $PKG/opt/sqlcl/README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/bin
diff --git a/development/sqlcl/sqlcl.info b/development/sqlcl/sqlcl.info
index fcdda8ae41..880f6cc166 100644
--- a/development/sqlcl/sqlcl.info
+++ b/development/sqlcl/sqlcl.info
@@ -1,8 +1,8 @@
PRGNAM="sqlcl"
-VERSION="18.2.0"
+VERSION="20.4.2.35.2359"
HOMEPAGE="http://oracle.com/technetwork/developer-tools/sqlcl/overview"
-DOWNLOAD="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-18.2.0.zip"
-MD5SUM="840f08b3ae8dace7f9ab7dceec9b580f"
+DOWNLOAD="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-20.4.2.35.2359.zip"
+MD5SUM="371aa3d2ffaaa3bd2b6fa550eb3cb184"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"