Browse Source
misc/no-more-secrets: Updated for version 1.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/169/head
Dimitris Zlatanidis
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
misc/no-more-secrets/no-more-secrets.SlackBuild
-
misc/no-more-secrets/no-more-secrets.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for no-more-secrets |
|
|
|
|
|
|
|
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=no-more-secrets |
|
|
|
VERSION=${VERSION:-0.3.3} |
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="no-more-secrets" |
|
|
|
VERSION="0.3.3" |
|
|
|
VERSION="1.0.1" |
|
|
|
HOMEPAGE="https://github.com/bartobri/no-more-secrets" |
|
|
|
DOWNLOAD="https://github.com/bartobri/no-more-secrets/archive/v0.3.3/no-more-secrets-0.3.3.tar.gz" |
|
|
|
MD5SUM="b48aed202a255659da32aea5e78492ad" |
|
|
|
DOWNLOAD="https://github.com/bartobri/no-more-secrets/archive/v1.0.1/no-more-secrets-1.0.1.tar.gz" |
|
|
|
MD5SUM="2990ab370a2c361a1b41960dfa439356" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|