Skip to content

Commit 4755f48

Browse files
oklopferook37
andauthored
upd(bitwarden-cli-bin): 2024.1.0 -> 2025.1.0 (#6881)
Co-authored-by: ook37 <oren+12345@taumoda.com>
1 parent c7b1fd4 commit 4755f48

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pkgbase = bitwarden-cli-bin
22
gives = bitwarden-cli
3-
pkgver = 2024.1.0
3+
pkgver = 2025.1.0
44
pkgdesc = Bitwarden's command-line interface - Binary
55
arch = amd64
66
breaks = bitwarden-cli-git
77
replaces = bitwarden-cli
88
maintainer = Elsie19 <elsie19@pm.me>
99
repology = project: bitwarden-cli
10-
source = @bitwarden-cli-bin~2024.1.0::https://github.com/bitwarden/clients/releases/download/cli-v2024.1.0/bitwarden-cli-linux-2024.1.0.zip
11-
sha256sums = 05c906bf3709151ffcd063624047c327086f80f6b0256ded6a8bcaea044fdb02
10+
source = https://github.com/bitwarden/clients/releases/download/cli-v2025.1.0/bw-linux-2025.1.0.zip
11+
sha256sums = 14585ff0afb42212df8958c1e4a67caadf432870f387a4b2b0e81e926acd74b3
1212

1313
pkgname = bitwarden-cli-bin

packages/bitwarden-cli-bin/bitwarden-cli-bin.pacscript

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ pkgname="bitwarden-cli-bin"
22
gives="bitwarden-cli"
33
repology=("project: ${gives}")
44
arch=("amd64")
5-
pkgver="2024.1.0"
6-
source=("@${pkgname}~${pkgver}::https://github.com/bitwarden/clients/releases/download/cli-v${pkgver}/${gives}-linux-${pkgver}.zip")
5+
pkgver="2025.1.0"
6+
source=("https://github.com/bitwarden/clients/releases/download/cli-v${pkgver}/bw-linux-${pkgver}.zip")
77
breaks=("${gives}-git")
88
replaces=("${gives}")
99
pkgdesc="Bitwarden's command-line interface - Binary"
10-
sha256sums=("05c906bf3709151ffcd063624047c327086f80f6b0256ded6a8bcaea044fdb02")
10+
sha256sums=("14585ff0afb42212df8958c1e4a67caadf432870f387a4b2b0e81e926acd74b3")
1111
maintainer=("Elsie19 <elsie19@pm.me>")
1212

1313
package() {
14-
cd "${pkgname}~${pkgver}"
15-
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
14+
install -Dm755 ./bw -t "${pkgdir}/usr/bin"
1615
}

srclist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -821,15 +821,15 @@ pkgname = bes2600-firmware-git
821821
---
822822
pkgbase = bitwarden-cli-bin
823823
gives = bitwarden-cli
824-
pkgver = 2024.1.0
824+
pkgver = 2025.1.0
825825
pkgdesc = Bitwarden's command-line interface - Binary
826826
arch = amd64
827827
breaks = bitwarden-cli-git
828828
replaces = bitwarden-cli
829829
maintainer = Elsie19 <elsie19@pm.me>
830830
repology = project: bitwarden-cli
831-
source = @bitwarden-cli-bin~2024.1.0::https://github.com/bitwarden/clients/releases/download/cli-v2024.1.0/bitwarden-cli-linux-2024.1.0.zip
832-
sha256sums = 05c906bf3709151ffcd063624047c327086f80f6b0256ded6a8bcaea044fdb02
831+
source = https://github.com/bitwarden/clients/releases/download/cli-v2025.1.0/bw-linux-2025.1.0.zip
832+
sha256sums = 14585ff0afb42212df8958c1e4a67caadf432870f387a4b2b0e81e926acd74b3
833833

834834
pkgname = bitwarden-cli-bin
835835
---

0 commit comments

Comments
 (0)