From 06190816f22a376e10dbcea87ecc6e1c819ca042 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 6 Oct 2020 12:01:57 +0300 Subject: cpt: bump to 5.0.0 --- core/cpt/build | 4 +++- core/cpt/checksums | 2 +- core/cpt/sources | 2 +- core/cpt/test | 2 ++ core/cpt/version | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) create mode 100755 core/cpt/test (limited to 'core/cpt') diff --git a/core/cpt/build b/core/cpt/build index 92a0f63c..c7e2ba43 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -1,4 +1,6 @@ #!/bin/sh -e make PREFIX=/usr DESTDIR="$1" install -install -Dm755 news "$1/usr/bin/cpt-news" + +install -Dm644 cpt-base "$1/etc/cpt-base" +install -Dm755 news "$1/usr/bin/cpt-news" diff --git a/core/cpt/checksums b/core/cpt/checksums index 4823f1cf..c25fe5c5 100644 --- a/core/cpt/checksums +++ b/core/cpt/checksums @@ -1,2 +1,2 @@ -a57506dfcb1c6674051365ddb8b25f52763fc1790a5e5ed7c4444ba3a702ad4e 4.1.1.tar.gz +9aeb6c30a1bf55210249bcf4c5ae5edf5945a7f1b221d9643459e4f9ada944ad cpt-5.0.0.tar.gz 6813f2db74869f07eceb79421670d6a5ad51c54070f8d19ff1b6fd739297b02c news diff --git a/core/cpt/sources b/core/cpt/sources index 600d923a..87dc16f9 100644 --- a/core/cpt/sources +++ b/core/cpt/sources @@ -1,2 +1,2 @@ -https://github.com/carbslinux/cpt/archive/4.1.1.tar.gz +https://git.carbslinux.org/archive/cpt/cpt-5.0.0.tar.gz files/news diff --git a/core/cpt/test b/core/cpt/test new file mode 100755 index 00000000..eb052596 --- /dev/null +++ b/core/cpt/test @@ -0,0 +1,2 @@ +#!/bin/sh +make test diff --git a/core/cpt/version b/core/cpt/version index 7b6aadfa..aa7f0d12 100644 --- a/core/cpt/version +++ b/core/cpt/version @@ -1 +1 @@ -4.1.1 1 +5.0.0 1 -- cgit v1.2.3