Browse Source

development/gede: Updated for version 2.22.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/270/head
Wainamoinen 10 months ago
committed by Willy Sudiarto Raharjo
parent
commit
0404d664e0
  1. 3
      development/gede/README
  2. 2
      development/gede/gede.SlackBuild
  3. 6
      development/gede/gede.info

3
development/gede/README

@ -3,6 +3,3 @@ the Qt4 (or Qt5) toolkit. Gede supports debugging programs written in
FreeBasic, C++, C and Rust. The goals of Gede are: to be fast
debugger, to use as few as possible external dependencies, to run
using a external GDB instance, and to avoid unnecessary features.
If you download the source file with wget, use the argument
--content-disposition to get the correct file name.

2
development/gede/gede.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gede
VERSION=${VERSION:-2.20.1}
VERSION=${VERSION:-2.22.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
development/gede/gede.info

@ -1,8 +1,8 @@
PRGNAM="gede"
VERSION="2.20.1"
VERSION="2.22.1"
HOMEPAGE="https://gede.dexar.se/"
DOWNLOAD="https://github.com/jhn98032/gede/archive/v2.20.1/gede-2.20.1.tar.gz"
MD5SUM="16628f91f9743042e2de7cf56ac08d1f"
DOWNLOAD="https://github.com/jhn98032/gede/archive/v2.22.1/gede-2.22.1.tar.gz"
MD5SUM="59aa58c4423ad9469e4babae7aa74af4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save