diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-11 13:38:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-11 13:38:00 +0300 |
commit | f234ebca0508f0df29b34ec606a1d19f0c2a6ee5 (patch) | |
tree | 3c5bb8a905dfb04e91fd066d3d1b4a0c01665f84 /core/cpt | |
parent | cbfad6719b39093c8b2b07221d589d953fc99aee (diff) | |
download | repository-f234ebca0508f0df29b34ec606a1d19f0c2a6ee5.tar.gz |
cpt: bump to 3.1.1
Diffstat (limited to 'core/cpt')
-rw-r--r-- | core/cpt/checksums | 2 | ||||
-rwxr-xr-x | core/cpt/post-install | 11 | ||||
-rw-r--r-- | core/cpt/sources | 2 | ||||
-rw-r--r-- | core/cpt/version | 2 |
4 files changed, 14 insertions, 3 deletions
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 |