From f234ebca0508f0df29b34ec606a1d19f0c2a6ee5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 11 Aug 2020 13:38:00 +0300 Subject: cpt: bump to 3.1.1 --- core/cpt/checksums | 2 +- core/cpt/post-install | 11 +++++++++++ core/cpt/sources | 2 +- core/cpt/version | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100755 core/cpt/post-install (limited to 'core/cpt') diff --git a/core/cpt/checksums b/core/cpt/checksums index cb170ec0..bd285b09 100644 --- a/core/cpt/checksums +++ b/core/cpt/checksums @@ -1,2 +1,2 @@ -7725c405f5b83e31965d12c6f93b97774053bc2301360efaa3faced1c46a29b4 3.1.0.tar.gz +289c732e2368dd0c1b10ad2f3843b1833b102caa99b1a8c5c4ba6b9e82808cd1 3.1.1.tar.gz b80299c6f27622399b3243bf46eeade6137b1c9803933539cf42f5599a612e5a cpt_path.sh diff --git a/core/cpt/post-install b/core/cpt/post-install new file mode 100755 index 00000000..5fbbc8e7 --- /dev/null +++ b/core/cpt/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +find "$CPT_ROOT/usr/lib" \ + ! -type d \ + -name '*.la' \ + -exec rm -f -- {} + + +find "$CPT_ROOT/var/db/cpt/installed" \ + ! -type d \ + -name manifest \ + -exec sed -i '/.*\.la$/d' {} + diff --git a/core/cpt/sources b/core/cpt/sources index 47b08f16..6a08c26d 100644 --- a/core/cpt/sources +++ b/core/cpt/sources @@ -1,2 +1,2 @@ -https://github.com/carbslinux/cpt/archive/3.1.0.tar.gz +https://github.com/carbslinux/cpt/archive/3.1.1.tar.gz files/cpt_path.sh diff --git a/core/cpt/version b/core/cpt/version index 980778df..96b13fb5 100644 --- a/core/cpt/version +++ b/core/cpt/version @@ -1 +1 @@ -3.1.0 1 +3.1.1 1 -- cgit v1.2.3