summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author wigums <pioneer22675@gmail.com>2020-02-08 02:29:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-08 02:29:35 +0700
commit13b082eb390ba5e8d50484b53d637987e1bfeb85 (patch)
tree8ff910afbf8e425f72aee74aa2b1aac206c6b861
parenta06f0a9ac0642d4433a025b21d351882c4127d59 (diff)
downloadslackbuilds-13b082eb390ba5e8d50484b53d637987e1bfeb85.tar.gz
slackbuilds-13b082eb390ba5e8d50484b53d637987e1bfeb85.tar.xz
development/processing: Updated for version 3.5.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/processing/README3
-rw-r--r--development/processing/processing.SlackBuild2
-rw-r--r--development/processing/processing.info10
3 files changed, 9 insertions, 6 deletions
diff --git a/development/processing/README b/development/processing/README
index 8a757f3871..007ed45d12 100644
--- a/development/processing/README
+++ b/development/processing/README
@@ -3,3 +3,6 @@ community that since 2001 has promoted software literacy within the visual
arts. Initially created to serve as a software sketchbook and to teach
fundamentals of computer programming within a visual context, Processing
quickly developed into a tool for creating finished professional work as well.
+
+
+as of 3.5.4 processing no longer supports 32 bit
diff --git a/development/processing/processing.SlackBuild b/development/processing/processing.SlackBuild
index cf8284c5ed..4ab4663551 100644
--- a/development/processing/processing.SlackBuild
+++ b/development/processing/processing.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=processing
-VERSION=${VERSION:-3.5.3}
+VERSION=${VERSION:-3.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/processing/processing.info b/development/processing/processing.info
index beb1f6ae2c..54fa66ead0 100644
--- a/development/processing/processing.info
+++ b/development/processing/processing.info
@@ -1,10 +1,10 @@
PRGNAM="processing"
-VERSION="3.5.3"
+VERSION="3.5.4"
HOMEPAGE="https://www.processing.org"
-DOWNLOAD="http://download.processing.org/processing-3.5.3-linux32.tgz"
-MD5SUM="d82b916f4e261ef3f9887b3859b25192"
-DOWNLOAD_x86_64="http://download.processing.org/processing-3.5.3-linux64.tgz"
-MD5SUM_x86_64="fffa4ffcbf5c3d97eba9569d2f40035d"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://download.processing.org/processing-3.5.4-linux64.tgz"
+MD5SUM_x86_64="2746cbe158425396dcf8a4103b93400f"
REQUIRES="jdk"
MAINTAINER="wigums"
EMAIL="pioneer22675@gmail.com"