aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-07-25 11:16:30 +0200
committerDavid Roman <davidroman96@gmail.com>2024-07-25 11:18:16 +0200
commit8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78 (patch)
treea6e2dd96c7e66bc0ec70dcc6620621b05d6e687b /app-admin
parentgui-libs/aquamarine: treeclean (moved to ::gentoo) (diff)
downloadguru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.gz
guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.bz2
guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.zip
Revert "*/*: ExcessiveLineLength fix most of them"
This reverts commit 79341e9f046f373509b9ab9d14ef711797d5bfa5. Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/bitwarden-cli/bitwarden-cli-2024.2.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.1.ebuild b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.1.ebuild
index 0f35e7dda..ec43c4616 100644
--- a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.1.ebuild
+++ b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.1.ebuild
@@ -9,11 +9,10 @@ DESCRIPTION="CLI frontend client connects to Bitwarden comapatible password mana
HOMEPAGE="https://github.com/bitwarden/clients/tree/main/apps/cli"
BW_CLIENTS_COMMIT="82998d8"
-distfiles=https://github.com/rahilarious/gentoo-distfiles/releases/download/
SRC_URI="
https://github.com/bitwarden/clients/archive/refs/tags/cli-v${PV}.tar.gz -> ${P}.tar.gz
- ${distfiles}bitwarden-clients-${BW_CLIENTS_COMMIT}/deps.tar.xz -> bitwarden-clients-${BW_CLIENTS_COMMIT}.tar.xz
- ${distfiles}${PN}-2024.2.0/pkg-cache.tar.xz -> ${PN}-2024.2.0-pkg-cache.tar.xz
+ https://github.com/rahilarious/gentoo-distfiles/releases/download/bitwarden-clients-${BW_CLIENTS_COMMIT}/deps.tar.xz -> bitwarden-clients-${BW_CLIENTS_COMMIT}.tar.xz
+ https://github.com/rahilarious/gentoo-distfiles/releases/download/${PN}-2024.2.0/pkg-cache.tar.xz -> ${PN}-2024.2.0-pkg-cache.tar.xz
"
S="${WORKDIR}/clients-cli-v${PV}"