diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 00:56:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 02:08:02 +0100 |
commit | dbfb24824bfc7f5cfe6913ff2ec06f7a33e49895 (patch) | |
tree | 6092b0299f43d5dc7e968646cf6533a214191c9e /gnu | |
parent | a9644c5a4925a6bb7836216ab7a3bb32e8c2611f (diff) | |
download | patches-dbfb24824bfc7f5cfe6913ff2ec06f7a33e49895.tar patches-dbfb24824bfc7f5cfe6913ff2ec06f7a33e49895.tar.gz |
gnu: stunnel: Update to 5.50.
* gnu/packages/web.scm (stunnel): Update to 5.50.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 0d15981a56..463f18b7f0 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4764,15 +4764,14 @@ tools like SSH (Secure Shell) to reach the outside world.") (define-public stunnel (package (name "stunnel") - (version "5.48") + (version "5.50") (source (origin (method url-fetch) (uri (string-append "https://www.stunnel.org/downloads/stunnel-" version ".tar.gz")) (sha256 - (base32 - "1pxqn9ixl80nrhfq12igyi874653jclji56hh9w24snf0aixa48h")))) + (base32 "0j811iakljjxw39qchmqf235jdkwixb0i4xxjyi55f08558947cm")))) (build-system gnu-build-system) (native-inputs ;; For tests. |