graphics/gource: Updated for version 0.53.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-10-18 22:18:33 +02:00 committed by Willy Sudiarto Raharjo
parent 8c0dc838ba
commit 207741eca5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for gource
# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gource
VERSION=${VERSION:-0.51}
VERSION=${VERSION:-0.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -66,7 +66,7 @@ else
LIBDIRSUFFIX=""
fi
DOCS="COPYING ChangeLog INSTALL README THANKS"
DOCS="COPYING ChangeLog INSTALL README.md THANKS"
set -e

View File

@ -1,8 +1,8 @@
PRGNAM="gource"
VERSION="0.51"
VERSION="0.53"
HOMEPAGE="https://gource.io"
DOWNLOAD="https://github.com/acaudwell/Gource/releases/download/gource-0.51/gource-0.51.tar.gz"
MD5SUM="957723684373e6d9493c4820e9c53399"
DOWNLOAD="https://github.com/acaudwell/Gource/releases/download/gource-0.53/gource-0.53.tar.gz"
MD5SUM="26c6061352105f5c880fcbcbfbd0e33c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glm"