mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: vsftpd: Update to 3.0.5.
* gnu/packages/ftp.scm (vsftpd): Update to 3.0.5.
This commit is contained in:
parent
9a10a8192b
commit
be85c89023
1 changed files with 2 additions and 2 deletions
|
@ -260,14 +260,14 @@ (define-public filezilla
|
||||||
(define-public vsftpd
|
(define-public vsftpd
|
||||||
(package
|
(package
|
||||||
(name "vsftpd")
|
(name "vsftpd")
|
||||||
(version "3.0.4")
|
(version "3.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://security.appspot.com/downloads/"
|
(uri (string-append "https://security.appspot.com/downloads/"
|
||||||
"vsftpd-" version ".tar.gz"))
|
"vsftpd-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09kap2qsd80m0x80jv5224x002x2jkr584dksppcv9p84yyj353b"))))
|
(base32 "1lwipiq8q9qzvwv6f418fbvagpz0p6v0jjplkvcsc2sb8np05di6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue