commit 06190816f22a376e10dbcea87ecc6e1c819ca042
parent 0cdad5abf97caa5057b3278230ad59ea4dc3914c
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 6 Oct 2020 12:01:57 +0300
cpt: bump to 5.0.0
Diffstat:
5 files changed, 8 insertions(+), 4 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -0,0 +1,2 @@
+#!/bin/sh
+make test
diff --git a/core/cpt/version b/core/cpt/version
@@ -1 +1 @@
-4.1.1 1
+5.0.0 1