diff options
author | Erich Eckner <git@eckner.net> | 2019-02-03 11:15:57 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-03 11:15:57 +0100 |
commit | c142e93031e88a06d8d7bfbb48e48d1e3672183b (patch) | |
tree | 45eee5dd35d9dd7e7d7eec9f62a44f05a1a4e80b | |
parent | 827a84b085cb8b79df7cab7d025d696f2ad3e357 (diff) | |
download | crux-ports-c142e93031e88a06d8d7bfbb48e48d1e3672183b.tar.xz |
hardlinkedBackups: 1.3.1 -> 1.3.2
-rw-r--r-- | manualPorts/hardlinkedBackups/.md5sum | 2 | ||||
-rw-r--r-- | manualPorts/hardlinkedBackups/.signature | 6 | ||||
-rw-r--r-- | manualPorts/hardlinkedBackups/Pkgfile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/manualPorts/hardlinkedBackups/.md5sum b/manualPorts/hardlinkedBackups/.md5sum index 614a091..3289def 100644 --- a/manualPorts/hardlinkedBackups/.md5sum +++ b/manualPorts/hardlinkedBackups/.md5sum @@ -1 +1 @@ -96eda601700c599ee3bc9745e7cc8d75 hardlinkedBackups-1.3.1.tar.xz +a2c460415c4fb718f1f28c56bba27911 hardlinkedBackups-1.3.2.tar.xz diff --git a/manualPorts/hardlinkedBackups/.signature b/manualPorts/hardlinkedBackups/.signature index aa97c74..6261104 100644 --- a/manualPorts/hardlinkedBackups/.signature +++ b/manualPorts/hardlinkedBackups/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGjNMJdvFqnt+BhIdVbOvoYKyFxdaQfxoLDSOuQhZzgw1P8sc4RQg1vzrgq6lhL/o5xoW1gCsOYhxr3LvfZhzsQ4= -SHA256 (Pkgfile) = 685eaa29b16ecc5d41cacf53d1b92dca896cc6698dd3d19f1ec5b89c5eff04b8 +RWQxCptPusLGGsfwTL40hMHE/Vq0fIi0Vq04ZRwhiKunVlCBy++lgZqayr5sM+SgTAFS43oqPAKsNS6Tci2eSB2D/xc+Xm8RKwI= +SHA256 (Pkgfile) = d642704ef07fc3726355a72a6d0a481a3599fa7d42c11718f82b77fe12cb8128 SHA256 (.footprint) = 018f7a8592ee0aff3f2fa53ba3863e8b88fdce8c9cf4602b55edc6f27395a329 -SHA256 (hardlinkedBackups-1.3.1.tar.xz) = a0210cede6d5b7cd37c68215f1462b409aab69c2536b3468fa1aea28f3059eb7 +SHA256 (hardlinkedBackups-1.3.2.tar.xz) = 0b3984db9b7d625c952d7cbfd4169997fde9bafebd60f742fab45ee001597b7d diff --git a/manualPorts/hardlinkedBackups/Pkgfile b/manualPorts/hardlinkedBackups/Pkgfile index 4c04f04..3630ed1 100644 --- a/manualPorts/hardlinkedBackups/Pkgfile +++ b/manualPorts/hardlinkedBackups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=hardlinkedBackups -version=1.3.1 +version=1.3.2 release=1 source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz") @@ -13,5 +13,6 @@ build() { cd ${name}-${version} make make DESTDIR=$PKG install + rm -rf --one-file-system $PKG/usr/lib } |