graphics/hugin: Updated for version 2023.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
titopoquito 2023-12-31 07:39:13 +07:00 committed by Willy Sudiarto Raharjo
parent 705763681d
commit d75de7ddac
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-2022 by titopoquito (titopoquito@gmail.com)
# Copyright 2011-2023 by titopoquito (titopoquito@gmail.com)
# Thanks to Romain Dartigues for the help with the update to 2016.2.0
# All rights reserved.
#
@ -34,8 +34,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hugin
VERSION=${VERSION:-2021.0.0}
BUILD=${BUILD:-3}
VERSION=${VERSION:-2023.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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