diff options
author | Melvin Mawhin <mmawhin@hotmail.com> | 2018-12-15 06:52:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 06:52:51 +0700 |
commit | 27e9cafe8093f1647c0a37d0ac449f91b65438f8 (patch) | |
tree | 72edc113e2f3dcbe270b095abf4177f7bdaa1fbb | |
parent | d0d1577c9f0ead2f5f93eee27ef2034447a321d1 (diff) | |
download | slackbuilds-27e9cafe8093f1647c0a37d0ac449f91b65438f8.tar.gz |
graphics/XnViewMP: Updated for version 0.92.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/XnViewMP/README | 6 | ||||
-rw-r--r-- | graphics/XnViewMP/XnViewMP.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/XnViewMP/XnViewMP.info | 10 |
3 files changed, 8 insertions, 12 deletions
diff --git a/graphics/XnViewMP/README b/graphics/XnViewMP/README index 0ee6f83a4d..d69065af64 100644 --- a/graphics/XnViewMP/README +++ b/graphics/XnViewMP/README @@ -1,5 +1 @@ -XnView MP is the enhanced version of XnView Classic. It is a -powerful cross-platform media browser, viewer and converter. -Compatible with more than 500 formats. - -This repackages the original binary from the developers homepage. +This repackages the original binary from the developers homepage diff --git a/graphics/XnViewMP/XnViewMP.SlackBuild b/graphics/XnViewMP/XnViewMP.SlackBuild index 08b0824aaf..c2969f1cf7 100644 --- a/graphics/XnViewMP/XnViewMP.SlackBuild +++ b/graphics/XnViewMP/XnViewMP.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=XnViewMP -VERSION=${VERSION:-0.86} +VERSION=${VERSION:-0.92} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then +if [ "$ARCH" = "i586" ]; then PACKAGE_SUFFIX="linux" elif [ "$ARCH" = "x86_64" ]; then PACKAGE_SUFFIX="linux-x64" diff --git a/graphics/XnViewMP/XnViewMP.info b/graphics/XnViewMP/XnViewMP.info index 675eceb754..eaabe5013e 100644 --- a/graphics/XnViewMP/XnViewMP.info +++ b/graphics/XnViewMP/XnViewMP.info @@ -1,10 +1,10 @@ PRGNAM="XnViewMP" -VERSION="0.86" +VERSION="0.92" HOMEPAGE="https://www.xnview.com/en/xnviewmp/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/XnViewMP/XnViewMP-linux.tgz" -MD5SUM="36e1b668e052d5a2b30a120a129cbc80" -DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/XnViewMP/XnViewMP-linux-x64.tgz" -MD5SUM_x86_64="5a6ebf3495b8f333130f5e3f18c51433" +DOWNLOAD="https://download.xnview.com/XnViewMP-linux.tgz" +MD5SUM="17e8ab2a1de48c8d9bd5f4a42bfac83e" +DOWNLOAD_x86_64="https://download.xnview.com/XnViewMP-linux-x64.tgz" +MD5SUM_x86_64="4b636f75b99f31c2c8a46c00704f4d36" REQUIRES="" MAINTAINER="Melvin Mawhin" EMAIL="mmawhin@hotmail.com" |