mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/bitrot: Update maintainer info.
Thanks to former maintainer B. Pribula for pointing this out. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7dd222dbdb
commit
620a958768
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for bitrot
|
# Slackware build script for bitrot
|
||||||
|
|
||||||
# Copyright © 2023 Logan Rathbone, Province of Ontario, Canada
|
# Copyright © 2023-2024 Logan Rathbone, Province of Ontario, Canada
|
||||||
# Copyright 2022 Brandon Pribula, BC Canada
|
# Copyright 2022 Brandon Pribula, BC Canada
|
||||||
# Copyright 2018 Donald Cooley South Haven, Indiana USA
|
# Copyright 2018 Donald Cooley South Haven, Indiana USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=bitrot
|
PRGNAM=bitrot
|
||||||
VERSION=${VERSION:-1.0.1}
|
VERSION=${VERSION:-1.0.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="ab20267b7050bfb38f1d08a6c2e1fdf8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-setuptools-opt"
|
REQUIRES="python3-setuptools-opt"
|
||||||
MAINTAINER="Brandon Pribula"
|
MAINTAINER="Logan Rathbone"
|
||||||
EMAIL="b.pribs11@gmail.com"
|
EMAIL="poprocks@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue