mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/synfig: Updated for version 1.5.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
edd23b8d15
commit
0a749b5f8e
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=synfig
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="synfig"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.5.3"
|
||||
HOMEPAGE="https://www.synfig.org/"
|
||||
DOWNLOAD="https://github.com/synfig/synfig/releases/download/v1.5.1/synfig-1.5.1.tar.gz"
|
||||
MD5SUM="8e14f0e4809e17367fdc7c7fe92ed0a4"
|
||||
DOWNLOAD="https://github.com/synfig/synfig/releases/download/v1.5.3/synfig-1.5.3.tar.gz"
|
||||
MD5SUM="8299a2a08070c98393b62a1ada9a54aa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libxml++ libdv ETL"
|
||||
|
|
Loading…
Reference in a new issue