diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-01-04 01:27:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-01-04 01:27:12 +0000 |
commit | 3517852e3b8a68d1e997770fc0650c5053bafc6c (patch) | |
tree | 44068672445b1418489aed82de58df3c470289e7 /app-admin/pass-otp | |
parent | 0f15659d48c193027158492acb726297501202c5 (diff) |
gentoo resync : 04.01.2022
Diffstat (limited to 'app-admin/pass-otp')
-rw-r--r-- | app-admin/pass-otp/Manifest | 2 | ||||
-rw-r--r-- | app-admin/pass-otp/pass-otp-1.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest index c530e809b916..ff0e46a83824 100644 --- a/app-admin/pass-otp/Manifest +++ b/app-admin/pass-otp/Manifest @@ -1,3 +1,3 @@ DIST pass-otp-1.2.0.tar.gz 46789 BLAKE2B 373b1ddfb4cfae07e9e58bdad1c9c73ca6c6f53fc140ccda21527ad2ae237d3402bc52e95a180811263ef1a29f5c9da7db0063178b19a85b1dafc3d20e22996d SHA512 3d1417462998750ef1580169ed0e4b721b5f430cd86a678d1b6bc7b2ac123879902f7d22c28dc21e8a171ec80dfc51b6465d0dcc78cb009eb731651f2cb152f5 -EBUILD pass-otp-1.2.0.ebuild 681 BLAKE2B 9361771ca7d5d2e9d34b4b5c733c0d9984355c11c6b91599559b67bf3be74ae4037c116b4028804b0cdb4bf7f5a7cc0cb9e95e7389952de0017bde631879a932 SHA512 b69c15e7f625338a2b3e9da3085b1fddc91536fff0281e9706f550a992c258a9c1d9d95810d8da7757056236957af799eff127a782409e9f2c683ca6bb2252c4 +EBUILD pass-otp-1.2.0.ebuild 680 BLAKE2B 9733202a8349acc44868ed889684335318f1ff368e2335854d1352e3fccfb721bf01db7edc493b6506c3275e8caeacafce43574aad6722e6e1cfca948e2e734d SHA512 06d190a4fa137b1c6e26a2ca4e8cebac066b5bb5a2069d3ed8fe4522aef238faf3800e9ef178ccb8de0b6d12630fe15f93a380994fdd7a0a0db9c110c666aa18 MISC metadata.xml 615 BLAKE2B 9637571a6615665350ee8e26e79219bba4a25db7d61160a0736901fc17a10f2a1a610d3bd48cd2ddd62bde133701787797ad9921a3187ae448b4949a206311c0 SHA512 819fc51638c67e7ff41875446913f3146bbe9f0dc0d25ee1de250b09ef3fa3ce9b2ef60db079630a9f324060636a5a6bd4b2eaed988b0ecbe2c04bc15daff5bd diff --git a/app-admin/pass-otp/pass-otp-1.2.0.ebuild b/app-admin/pass-otp/pass-otp-1.2.0.ebuild index 5788705849e2..c16f544d2a3a 100644 --- a/app-admin/pass-otp/pass-otp-1.2.0.ebuild +++ b/app-admin/pass-otp/pass-otp-1.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2018-2020 Gentoo Authors +# Copyright 2018-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit bash-completion-r1 -DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens." +DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens" HOMEPAGE="https://github.com/tadfisher/pass-otp" SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz" |