From cab275f22aaeaf1791616be2ed1d84c5a01464b9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 22 Jul 2021 18:03:27 +0300 Subject: cpt: bump to 6.1.0 --- core/cpt/checksums | 2 +- core/cpt/depends | 1 + core/cpt/post-install | 13 ------------- core/cpt/sources | 2 +- core/cpt/version | 2 +- 5 files changed, 4 insertions(+), 16 deletions(-) delete mode 100755 core/cpt/post-install (limited to 'core') diff --git a/core/cpt/checksums b/core/cpt/checksums index 68fe60f1..54d914a3 100644 --- a/core/cpt/checksums +++ b/core/cpt/checksums @@ -1,3 +1,3 @@ -f1cad55d87a30582f2f5274321b42ee54c7f466604466f0c8dc034e4c4ebded3 cpt-6.0.4.tar.xz +308686bee1bb0df47694e4d19fc5702bdd91571489801bf6a2d0701d74821510 cpt-6.1.0.tar.xz 1f6d1470f254164898fc5a3ab5ddf1c57c873c3cfbfd0acb519a8f242265540a news 4e0f656c4dd735a773f41a0a0fb3c81c6cc4427c49ceb9a051653b905c894a55 cpt-base diff --git a/core/cpt/depends b/core/cpt/depends index a615eba9..4bac3873 100644 --- a/core/cpt/depends +++ b/core/cpt/depends @@ -1,2 +1,3 @@ curl +otools rsync diff --git a/core/cpt/post-install b/core/cpt/post-install deleted file mode 100755 index 7f98b4d9..00000000 --- a/core/cpt/post-install +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -grep -q '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0 - -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 0c7d86e5..e67666de 100644 --- a/core/cpt/sources +++ b/core/cpt/sources @@ -1,3 +1,3 @@ -https://fossil.carbslinux.org/cpt/uv/cpt-6.0.4.tar.xz +https://fossil.carbslinux.org/cpt/uv/cpt-6.1.0.tar.xz files/news files/cpt-base diff --git a/core/cpt/version b/core/cpt/version index 17016fdc..fe316d2b 100644 --- a/core/cpt/version +++ b/core/cpt/version @@ -1 +1 @@ -6.0.4 1 +6.1.0 1 -- cgit v1.2.3