From f80dfb40092f8982f6978454351946f286e193314ac866e7d1339f576aaa1d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 14 May 2021 21:12:38 +0000 Subject: [PATCH] Fix URLs OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=66 --- zstd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zstd.spec b/zstd.spec index 6b51e24..128fec8 100644 --- a/zstd.spec +++ b/zstd.spec @@ -25,8 +25,8 @@ Summary: Zstandard compression tools License: BSD-3-Clause AND GPL-2.0-only Group: Productivity/Archiving/Compression URL: https://github.com/facebook/zstd -Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz.sig +Source0: https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz.sig Source2: zstd.keyring Source99: baselibs.conf Patch1: pzstd.1.patch @@ -47,8 +47,8 @@ compression than gzip. For roughly the same time, zstd achives a ~12%% better ratio than gzip. LZMA outperforms zstd by ~10%% faster compression for same ratio, or ~1–4%% size reduction for same time. -# This compression summary is based on https://lists.opensuse.org/opensuse-factory/2019-05/msg00344.html +# This compression summary is based on https://lists.opensuse.org/opensuse-factory/2019-05/msg00344.html %package -n %{libname} Summary: Zstd compression library Group: System/Libraries