From 8a4376a98794e291136098c523ea701ae24048f6 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Mon, 12 Oct 2020 22:01:07 +0800 Subject: [PATCH] update source0's url --- cpp-httplib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cpp-httplib.spec b/cpp-httplib.spec index a756e0f..72e2d95 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -2,11 +2,11 @@ Name: cpp-httplib Version: 0.5.12 -Release: 1 +Release: 2 Summary: A C++ header-only HTTP/HTTPS server and client library License: MIT URL: https://github.com/yhirose/cpp-httplib -Source0: https://github.com/yhirose/cpp-httplib/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch @@ -40,6 +40,9 @@ cp -r example %{buildroot}/%{_docdir}/%{name} %{_docdir}/%{name}/example/* %changelog +* Mon Oct 12 2020 liqingqing_1229 +- update source0's url + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee