libyaml: Update to 0.2.5

Message ID 6cf0f01b-5d49-5ce0-35cf-a1616ee9a056@ipfire.org
State Accepted
Commit ac38b31071edd449d6994e95701126ac5b6cf35d
Headers
Series libyaml: Update to 0.2.5 |

Commit Message

Peter Müller Nov. 30, 2022, 3:33 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 libyaml/libyaml.nm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/libyaml/libyaml.nm b/libyaml/libyaml.nm
index 88375fbb1..aaa465384 100644
--- a/libyaml/libyaml.nm
+++ b/libyaml/libyaml.nm
@@ -4,11 +4,11 @@ 
 ###############################################################################
 
 name       = libyaml
-version    = 0.2.2
+version    = 0.2.5
 release    = 1
 
 groups     = System/Libraries
-url        = http://pyyaml.org/
+url        = https://pyyaml.org/
 license    = MIT
 summary    = YAML 1.1 parser and emitter written in C.
 
@@ -18,7 +18,7 @@  description
 	and emitter written in C.
 end
 
-source_dl  = http://pyyaml.org/download/libyaml/
+source_dl  = https://pyyaml.org/download/libyaml/
 sources    = yaml-%{version}.tar.gz
 
 build