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
3 changes: 2 additions & 1 deletion python/python3-icoextract/python3-icoextract.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Slackware build script for python3-icoextract

# Copyright 2026 Antonio Leal, Porto Salvo, Oeiras, Portugal
# Copyright 2022 Steven Voges <Oregon, USA>
# All rights reserved.
#
Expand All @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-icoextract
SRCNAM=icoextract
VERSION=${VERSION:-0.1.4}
VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
10 changes: 5 additions & 5 deletions python/python3-icoextract/python3-icoextract.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="python3-icoextract"
VERSION="0.1.4"
VERSION="0.2.0"
HOMEPAGE="https://github.com/jlu5/icoextract"
DOWNLOAD="https://github.com/jlu5/icoextract/archive/0.1.4/icoextract-0.1.4.tar.gz"
MD5SUM="068b5ea09fcce63ea66448dfaec04b8e"
DOWNLOAD="https://github.com/jlu5/icoextract/archive/0.2.0/icoextract-0.2.0.tar.gz"
MD5SUM="858c418123f2533207d7075a7fe4d94e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pefile"
MAINTAINER="Steven Voges"
EMAIL="svoges.sbo@gmail.com"
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"