Browse Source
misc/tinytldr: Updated for version 1.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
Antonio Leal
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
6 deletions
-
misc/tinytldr/tinytldr.SlackBuild
-
misc/tinytldr/tinytldr.info
|
|
@ -2,6 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for untldr |
|
|
|
|
|
|
|
# Copyright 2025 Antonio Leal <antonioleal@yahoo.com> |
|
|
|
# Copyright 2022-2023 Ivan Kovmir <i@kovmir.eu> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
@ -26,7 +27,7 @@ cd "$(dirname "$0")" ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=tinytldr |
|
|
|
BINNAM=tldr |
|
|
|
VERSION=${VERSION:-1.1.3} |
|
|
|
VERSION=${VERSION:-1.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="tinytldr" |
|
|
|
VERSION="1.1.3" |
|
|
|
VERSION="1.2.0" |
|
|
|
HOMEPAGE="https://github.com/kovmir/tinytldr#readme" |
|
|
|
DOWNLOAD="https://github.com/kovmir/tinytldr/archive/v1.1.3/tinytldr-1.1.3.tar.gz" |
|
|
|
MD5SUM="bc9a494d0cabe66fdb56044eb98e3d40" |
|
|
|
DOWNLOAD="https://github.com/kovmir/tinytldr/archive/v1.2.0/tinytldr-1.2.0.tar.gz" |
|
|
|
MD5SUM="d0b5b4a9e1719385b033ee6ff6e9eb21" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Ivan Kovmir" |
|
|
|
EMAIL="i@kovmir.eu" |
|
|
|
MAINTAINER="Antonio Leal" |
|
|
|
EMAIL="antonioleal@yahoo.com" |