graphics/hugin: Updated for version 2021.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
titopoquito 2022-04-06 17:54:43 +07:00 committed by Willy Sudiarto Raharjo
parent 14fd9e26c6
commit ee828df013
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for Hugin
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2011-2018 by titopoquito (titopoquito@gmail.com)
# Copyright 2011-2022 by titopoquito (titopoquito@gmail.com)
# Thanks to Romain Dartigues for the help with the update to 2016.2.0
# All rights reserved.
#
@ -31,8 +31,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hugin
VERSION=${VERSION:-2020.0.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2021.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="hugin"
VERSION="2020.0.0"
VERSION="2021.0.0"
HOMEPAGE="http://hugin.sourceforge.net/"
DOWNLOAD="https://downloads.sourceforge.net/hugin/hugin-2020.0.0.tar.bz2"
MD5SUM="59e152871b74fb071bc086fc23a4774a"
DOWNLOAD="https://downloads.sourceforge.net/hugin/hugin-2021.0.0.tar.bz2"
MD5SUM="166a8e795548cec566a06db38f0ed664"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="enblend-enfuse exiftool libpano13 tclap wxGTK3"