mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/pass-import: Updated for version 3.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
edccc71b2a
commit
0815ca2151
4 changed files with 9 additions and 9 deletions
|
@ -1,2 +1,2 @@
|
|||
pass import is a pass extension for importing data from most of the
|
||||
existing password manager.
|
||||
pass import is a pass extension for importing data from most existing
|
||||
password managers.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pass-import
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pass-import"
|
||||
VERSION="3.3"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="https://github.com/roddhjav/pass-import"
|
||||
DOWNLOAD="https://github.com/roddhjav/pass-import/releases/download/v3.3/pass-import-3.3.tar.gz"
|
||||
MD5SUM="105ab3395b1bfddedb314ca895f2e063"
|
||||
DOWNLOAD="https://github.com/roddhjav/pass-import/releases/download/v3.4/pass-import-3.4.tar.gz"
|
||||
MD5SUM="c450227b2326cb73b2a769c757fdcc8a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="password-store python3-zxcvbn-python python3-pypandoc"
|
||||
REQUIRES="password-store python3-zxcvbn-python"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
pass-import: pass-import (pass extension)
|
||||
pass-import:
|
||||
pass-import: pass import is a pass extension for importing data from most of the
|
||||
pass-import: existing password manager.
|
||||
pass-import: pass import is a pass extension for importing data from most existing
|
||||
pass-import: password managers.
|
||||
pass-import:
|
||||
pass-import:
|
||||
pass-import:
|
||||
|
|
Loading…
Reference in a new issue