mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/signify: Updated for version 32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f962890113
commit
179e0ba027
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue