prs: update to 0.4.1.
This commit is contained in:
parent
b4cc170a62
commit
15afcc2830
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'prs'
|
||||
pkgname=prs
|
||||
version=0.3.5
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path ./cli"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Pass compatible password manager written in Rust"
|
|||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://timvisee.com/projects/prs/"
|
||||
distfiles="https://github.com/timvisee/prs/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=5f5e0d18a301bc7bc36bba9f5a810b97ddf0260b16e02eee550ba8b044612b6f
|
||||
changelog="https://gitlab.com/timvisee/prs/-/raw/master/CHANGELOG.md"
|
||||
distfiles="https://gitlab.com/timvisee/prs/-/archive/v${version}/prs-v${version}.tar.gz"
|
||||
checksum=1a0bfd88e66c8da7c9e3e9fee650b46ef3ccdb08f2f7d8745953b8e79648bf6c
|
||||
|
||||
prs-gtk3_package() {
|
||||
short_desc="GTK3 frontend for prs"
|
||||
|
|
Loading…
Reference in New Issue