Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions graphics/nsxiv/nsxiv.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for nsxiv

# Copyright 2022-2025 Eugene M., <damagedone @ gmx dot com>
# Copyright 2022-2026 Eugene M., <damagedone @ gmx dot com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=nsxiv
VERSION=${VERSION:-33}
VERSION=${VERSION:-34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions graphics/nsxiv/nsxiv.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="nsxiv"
VERSION="33"
VERSION="34"
HOMEPAGE="https://github.com/nsxiv/"
DOWNLOAD="https://github.com/nsxiv/nsxiv/archive/refs/tags/v33/nsxiv-33.tar.gz"
MD5SUM="db561d5a56eeb80e6a5033aa201d1322"
DOWNLOAD="https://github.com/nsxiv/nsxiv/archive/refs/tags/v34/nsxiv-34.tar.gz"
MD5SUM="0a175e18eccfb131479ac2e4356ed34a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"
Expand Down