diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2024-03-18 13:20:11 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-19 11:53:05 +0700 |
commit | c010b45784e38177a9b3876ab4a4d97e38d9582a (patch) | |
tree | 140e345117f1650ce4fa36af83e5966cd4e390bd /desktop/wofi-pass | |
parent | 6eec460805f1a41c4d789f8525a08be21b0b1516 (diff) |
desktop/wofi-pass: Updated for version 24.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wofi-pass')
-rw-r--r-- | desktop/wofi-pass/wofi-pass.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/wofi-pass/wofi-pass.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/wofi-pass/wofi-pass.SlackBuild b/desktop/wofi-pass/wofi-pass.SlackBuild index 445e63fb29ff..55b63d914877 100644 --- a/desktop/wofi-pass/wofi-pass.SlackBuild +++ b/desktop/wofi-pass/wofi-pass.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wofi-pass -VERSION=${VERSION:-23.1.4} +VERSION=${VERSION:-24.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/wofi-pass/wofi-pass.info b/desktop/wofi-pass/wofi-pass.info index ea9fa9cad480..d642da6d0a63 100644 --- a/desktop/wofi-pass/wofi-pass.info +++ b/desktop/wofi-pass/wofi-pass.info @@ -1,8 +1,8 @@ PRGNAM="wofi-pass" -VERSION="23.1.4" +VERSION="24.0.2" HOMEPAGE="https://github.com/schmidtandreas/wofi-pass" -DOWNLOAD="https://github.com/schmidtandreas/wofi-pass/archive/refs/tags/v23.1.4/wofi-pass-23.1.4.tar.gz" -MD5SUM="4a2e7b33b1b0edca2cd7124a3c4f8cf0" +DOWNLOAD="https://github.com/schmidtandreas/wofi-pass/archive/refs/tags/v24.0.2/wofi-pass-24.0.2.tar.gz" +MD5SUM="27ee1dcf42e37d307655b705be769f63" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wofi wl-clipboard wtype" |