diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-09-11 18:34:27 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-09-11 18:34:27 +0000 |
commit | 0fae2e9e0e506b74d2648d9581e939154814c599 (patch) | |
tree | fde4faddc8b6422d8c776308219c1df37c4df4aa /security/keepassxc | |
parent | 393a7ac29fa9726f7fbd9d25fd8d1e689e251c24 (diff) | |
download | ports-0fae2e9e0e506b74d2648d9581e939154814c599.tar.gz ports-0fae2e9e0e506b74d2648d9581e939154814c599.zip |
Notes
Diffstat (limited to 'security/keepassxc')
-rw-r--r-- | security/keepassxc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 0453948f8134..e84071b87881 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -2,6 +2,7 @@ PORTNAME= keepassxc DISTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/ |