summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-04-14 05:26:55 +0200
committer Willy Sudiarto Raharjo2024-04-14 05:26:55 +0200
commitd3c3497264fb912c223dc2e0fb9d4df4f3aa5048 (patch)
tree7c26e821e0042ba8994ed528c45bb27d469792fa
parentc9431212181333c7d8e205152fb766a56d70fc0f (diff)
downloadslackbuilds-d3c3497264fb912c223dc2e0fb9d4df4f3aa5048.tar.gz
development/cutter: Updated for version 2.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/cutter/cutter.SlackBuild5
-rw-r--r--development/cutter/cutter.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/cutter/cutter.SlackBuild b/development/cutter/cutter.SlackBuild
index 7d47bf6b96..0277660ca1 100644
--- a/development/cutter/cutter.SlackBuild
+++ b/development/cutter/cutter.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cutter
SRCNAM=Cutter
-VERSION=${VERSION:-v2.3.0}
+VERSION=${VERSION:-v2.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/cutter/cutter.info b/development/cutter/cutter.info
index 729e007013..2cd29469f7 100644
--- a/development/cutter/cutter.info
+++ b/development/cutter/cutter.info
@@ -1,8 +1,8 @@
PRGNAM="cutter"
-VERSION="v2.3.0"
+VERSION="v2.3.4"
HOMEPAGE="https://cutter.re/"
-DOWNLOAD="https://github.com/rizinorg/cutter/releases/download/v2.3.0/Cutter-v2.3.0-src.tar.gz"
-MD5SUM="d3cae420ff52cfea481a65f1937dff41"
+DOWNLOAD="https://github.com/rizinorg/cutter/releases/download/v2.3.4/Cutter-v2.3.4-src.tar.gz"
+MD5SUM="0452f16f2b71f300c9fa9bbf2ae8f39e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rizin Sphinx"