diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-06 12:01:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-06 12:01:57 +0300 |
commit | 06190816f22a376e10dbcea87ecc6e1c819ca042 (patch) | |
tree | 97bff19724978baeb48af2b7c98f44b3a7637773 | |
parent | 0cdad5abf97caa5057b3278230ad59ea4dc3914c (diff) | |
download | repository-06190816f22a376e10dbcea87ecc6e1c819ca042.tar.gz |
cpt: bump to 5.0.0
-rwxr-xr-x | core/cpt/build | 4 | ||||
-rw-r--r-- | core/cpt/checksums | 2 | ||||
-rw-r--r-- | core/cpt/sources | 2 | ||||
-rwxr-xr-x | core/cpt/test | 2 | ||||
-rw-r--r-- | core/cpt/version | 2 |
5 files changed, 8 insertions, 4 deletions
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 |