mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/hugin: Updated for version 2021.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
14fd9e26c6
commit
ee828df013
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue