diff options
author | titopoquito <titopoquito@gmail.com> | 2023-12-31 07:39:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 12:00:00 +0700 |
commit | d75de7ddac79832ccb8ea1e45ee03fd12d129cc2 (patch) | |
tree | 3ca30935576ec65104bec33c8e5b37a94e07ed53 /graphics | |
parent | 705763681de6252d666b238975a5410cdec6e03d (diff) |
graphics/hugin: Updated for version 2023.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/hugin.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/hugin/hugin.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild index dcab4a1b95c38..0c5c216bc41dd 100644 --- a/graphics/hugin/hugin.SlackBuild +++ b/graphics/hugin/hugin.SlackBuild @@ -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} diff --git a/graphics/hugin/hugin.info b/graphics/hugin/hugin.info index 9e154b8814533..39bbc764eb56c 100644 --- a/graphics/hugin/hugin.info +++ b/graphics/hugin/hugin.info @@ -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" |