aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-14 14:00:07 +0300
committerCem Keylan <cem@ckyln.com>2021-08-14 14:00:07 +0300
commite02e252501e67f788c6183d59484469ad87c35cf (patch)
tree4f12f513fdd49ba31d22b08a5bf7b61ecec4448c /core
parenteb3cde46216300177da2b814259ded259aaf8781 (diff)
downloadrepository-e02e252501e67f788c6183d59484469ad87c35cf.tar.gz
cpt: bump to 6.2.0
Diffstat (limited to 'core')
-rwxr-xr-xcore/cpt/build6
-rw-r--r--core/cpt/checksums2
-rw-r--r--core/cpt/sources2
-rw-r--r--core/cpt/version2
4 files changed, 8 insertions, 4 deletions
diff --git a/core/cpt/build b/core/cpt/build
index d9173791..141e94dd 100755
--- a/core/cpt/build
+++ b/core/cpt/build
@@ -1,6 +1,10 @@
#!/bin/sh -e
-make PREFIX=/usr DESTDIR="$1" install
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
clinst -Dm644 cpt-base "$1/etc/cpt-base"
clinst -Dm755 news "$1/usr/bin/cpt-news"
diff --git a/core/cpt/checksums b/core/cpt/checksums
index 6b48fad1..ff17fabe 100644
--- a/core/cpt/checksums
+++ b/core/cpt/checksums
@@ -1,3 +1,3 @@
-9780782286df22e3a864aa3e23e3ca0cc8fdc63b22cbb3d1addc5ccbf9bf4ae2 cpt-6.1.1.tar.xz
+07f65db3e801a7bfe7f135da660752bcbcd199574065576e3cf2aa5a0752e2a5 cpt-6.2.0.tar.xz
1f6d1470f254164898fc5a3ab5ddf1c57c873c3cfbfd0acb519a8f242265540a news
f8ea223a58eb1be8810603767a0931a00fd9753f4c31d4b3c2056adb6c67988b cpt-base
diff --git a/core/cpt/sources b/core/cpt/sources
index 19c927c0..5f091826 100644
--- a/core/cpt/sources
+++ b/core/cpt/sources
@@ -1,3 +1,3 @@
-https://fossil.carbslinux.org/cpt/uv/cpt-6.1.1.tar.xz
+https://fossil.carbslinux.org/cpt/uv/cpt-6.2.0.tar.xz
files/news
files/cpt-base
diff --git a/core/cpt/version b/core/cpt/version
index 6c1f58bc..acd5cf69 100644
--- a/core/cpt/version
+++ b/core/cpt/version
@@ -1 +1 @@
-6.1.1 2
+6.2.0 1