From 8f0e593c0a16c9e31f1e943b0931169f09cc413c Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 07 Apr 2023 09:42:18 +0200
Subject: [PATCH] zstd: update to 1.5.5

---
 components/archiver/zstd/manifests/sample-manifest.p5m |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/archiver/zstd/manifests/sample-manifest.p5m b/components/archiver/zstd/manifests/sample-manifest.p5m
index 1ef40aa..f7c8fee 100644
--- a/components/archiver/zstd/manifests/sample-manifest.p5m
+++ b/components/archiver/zstd/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2022 <contributor>
+# Copyright 2023 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -44,8 +44,8 @@
 file path=usr/lib/$(MACH64)/cmake/zstd/zstdTargets.cmake
 file path=usr/lib/$(MACH64)/libzstd.a
 link path=usr/lib/$(MACH64)/libzstd.so target=libzstd.so.1
-file path=usr/lib/$(MACH64)/libzstd.so.$(COMPONENT_VERSION)
-link path=usr/lib/$(MACH64)/libzstd.so.1 target=libzstd.so.$(COMPONENT_VERSION)
+file path=usr/lib/$(MACH64)/libzstd.so.$(HUMAN_VERSION)
+link path=usr/lib/$(MACH64)/libzstd.so.1 target=libzstd.so.$(HUMAN_VERSION)
 file path=usr/lib/$(MACH64)/pkgconfig/libzstd.pc
 file path=usr/lib/cmake/zstd/zstdConfig.cmake
 file path=usr/lib/cmake/zstd/zstdConfigVersion.cmake
@@ -53,8 +53,8 @@
 file path=usr/lib/cmake/zstd/zstdTargets.cmake
 file path=usr/lib/libzstd.a
 link path=usr/lib/libzstd.so target=libzstd.so.1
-file path=usr/lib/libzstd.so.$(COMPONENT_VERSION)
-link path=usr/lib/libzstd.so.1 target=libzstd.so.$(COMPONENT_VERSION)
+file path=usr/lib/libzstd.so.$(HUMAN_VERSION)
+link path=usr/lib/libzstd.so.1 target=libzstd.so.$(HUMAN_VERSION)
 file path=usr/lib/pkgconfig/libzstd.pc
 link path=usr/share/man/man1/unzstd.1 target=zstd.1
 file path=usr/share/man/man1/zstd.1

--
Gitblit v1.9.3