Browse Source
system/signify: Updated for version 32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Frederic Galusik
1 year 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
-
system/signify/signify.SlackBuild
-
system/signify/signify.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=signify |
|
|
|
VERSION=${VERSION:-31} |
|
|
|
VERSION=${VERSION:-32} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="signify" |
|
|
|
VERSION="31" |
|
|
|
VERSION="32" |
|
|
|
HOMEPAGE="https://github.com/aperezdc/signify" |
|
|
|
DOWNLOAD="https://github.com/aperezdc/signify/releases/download/v31/signify-31.tar.xz" |
|
|
|
MD5SUM="363cb222ecff75de96255241073b547d" |
|
|
|
DOWNLOAD="https://github.com/aperezdc/signify/releases/download/v32/signify-32.tar.xz" |
|
|
|
MD5SUM="2e2e41bf841a0c8e3f5febbc39823a1a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libbsd" |
|
|
|
MAINTAINER="Frederic Galusik" |
|
|
|
EMAIL="f@galusik.fr" |
|
|
|
EMAIL="fredg@zaclys.net" |