graphics/hugin: Updated for version 2023.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
705763681d
commit
d75de7ddac
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue