rbw: update to 1.11.1.
This commit is contained in:
parent
7bceac83b1
commit
9cd1cf1a91
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'rbw'
|
# Template file for 'rbw'
|
||||||
pkgname=rbw
|
pkgname=rbw
|
||||||
version=1.11.0
|
version=1.11.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style="cargo"
|
build_style="cargo"
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
depends="pinentry"
|
depends="pinentry"
|
||||||
short_desc="Unofficial command line client for Bitwarden"
|
short_desc="Unofficial command-line client for Bitwarden"
|
||||||
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://git.tozt.net/rbw"
|
homepage="https://git.tozt.net/rbw"
|
||||||
changelog="https://git.tozt.net/rbw/plain/CHANGELOG.md"
|
changelog="https://git.tozt.net/rbw/plain/CHANGELOG.md"
|
||||||
distfiles="https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"
|
distfiles="https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"
|
||||||
checksum=e8c54b5bc9717a5a16ac86ae54b48e5274562b0d032a813e42e2e18351069f63
|
checksum=8fa68b1bda014fdcf087640aaae5db100e2f51f800d8fbac37236ef4e374ba74
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for shell in bash fish zsh; do
|
for shell in bash fish zsh; do
|
||||||
|
|
Loading…
Reference in New Issue