gnu: keepassx: Update to 2.0.
* gnu/packages/password-utils.scm (keepassx): Update to 2.0. [source]: Change to official release location.master
parent
044176621e
commit
e5be0e01f2
|
@ -57,15 +57,14 @@ human.")
|
||||||
(define-public keepassx
|
(define-public keepassx
|
||||||
(package
|
(package
|
||||||
(name "keepassx")
|
(name "keepassx")
|
||||||
(version "2.0-beta2")
|
(version "2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/keepassx/keepassx/archive/"
|
(uri (string-append "https://www.keepassx.org/releases/" version
|
||||||
version ".tar.gz"))
|
"/keepassx-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ljf9ws3wh62zd0gyb0vk2qw6pqsmxrlybrfs5mqahf44q92ca2q"))))
|
(base32 "1ri2r1sldc62hbg74m4pmci0nrjwvv38rqhyzhyjin247an0zd0f"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libgcrypt" ,libgcrypt)
|
`(("libgcrypt" ,libgcrypt)
|
||||||
|
|
Reference in New Issue