development/cutter: Updated for version 2.3.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-04-14 10:26:55 +07:00
parent c943121218
commit d3c3497264
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View file

@ -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

View file

@ -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"