diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-21 03:17:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-21 03:17:46 +0300 |
commit | 4de9189c9b20bab86d1397c6fda766f09bb90be0 (patch) | |
tree | b6ec2e5a5e4f4f37552cab9b868a57d89ca7073b /core/cpt | |
parent | ca463ce367fd1af686c47742afd6c09256036922 (diff) | |
download | repository-4de9189c9b20bab86d1397c6fda766f09bb90be0.tar.gz |
cpt: bump to 5.1.1
Diffstat (limited to 'core/cpt')
-rwxr-xr-x | core/cpt/build | 3 | ||||
-rw-r--r-- | core/cpt/checksums | 2 | ||||
-rw-r--r-- | core/cpt/sources | 2 | ||||
-rw-r--r-- | core/cpt/version | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/core/cpt/build b/core/cpt/build index c7e2ba43..11f03c51 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -4,3 +4,6 @@ make PREFIX=/usr DESTDIR="$1" install install -Dm644 cpt-base "$1/etc/cpt-base" install -Dm755 news "$1/usr/bin/cpt-news" + +# TODO Remove this on the next release +rm -f "$1/usr/bin/Makefile" diff --git a/core/cpt/checksums b/core/cpt/checksums index 83fde7af..22920f68 100644 --- a/core/cpt/checksums +++ b/core/cpt/checksums @@ -1,2 +1,2 @@ -cc006fd70152df3af0c20d9a838df8a58e6ee34c5ed25313b7e17a473d70be66 cpt-5.1.0.tar.gz +04228de4e637b2437101af72b841bf153ecad7ae3e9a2b7a9dce83017d2b0740 cpt-5.1.1.tar.gz 6813f2db74869f07eceb79421670d6a5ad51c54070f8d19ff1b6fd739297b02c news diff --git a/core/cpt/sources b/core/cpt/sources index e6ab771b..18ac3d39 100644 --- a/core/cpt/sources +++ b/core/cpt/sources @@ -1,2 +1,2 @@ -https://git.carbslinux.org/archive/cpt/cpt-5.1.0.tar.gz +https://git.carbslinux.org/archive/cpt/cpt-5.1.1.tar.gz files/news diff --git a/core/cpt/version b/core/cpt/version index 8f0e3266..3963d30a 100644 --- a/core/cpt/version +++ b/core/cpt/version @@ -1 +1 @@ -5.1.0 1 +5.1.1 1 |