diff options
author | Erich Eckner <git@eckner.net> | 2019-01-16 20:15:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-16 20:15:23 +0100 |
commit | 5e4836bfbcc8455b6964f58799ae9c7d54a58090 (patch) | |
tree | b4a1e36966e04827bb142f93964e91b4867715e8 /manualPorts | |
parent | 3a082a079f988fe42d32e6513974fdc5eb46a7ad (diff) | |
download | crux-ports-5e4836bfbcc8455b6964f58799ae9c7d54a58090.tar.xz |
update-ddns: 0.2 -> 0.2
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/update-ddns/.md5sum | 2 | ||||
-rw-r--r-- | manualPorts/update-ddns/.signature | 6 | ||||
-rw-r--r-- | manualPorts/update-ddns/Pkgfile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/manualPorts/update-ddns/.md5sum b/manualPorts/update-ddns/.md5sum index 63324e3..742dac7 100644 --- a/manualPorts/update-ddns/.md5sum +++ b/manualPorts/update-ddns/.md5sum @@ -1 +1 @@ -bd59a8ec1880f6d9ec1cee7d2fe4fa5f update-ddns-0.1.7.tar.xz +7623108c5726bbb8f5a983e27e47fc36 update-ddns-0.2.tar.xz diff --git a/manualPorts/update-ddns/.signature b/manualPorts/update-ddns/.signature index 7603289..32e1e2f 100644 --- a/manualPorts/update-ddns/.signature +++ b/manualPorts/update-ddns/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGsQlQ1CW7xr6Yl9rHGkUlXwlR3HUOgiEf+AkvFhC3aFaELN1s9vHhCmChglrkcpO4OkiIaGlzfmxHFsdg1yXEQA= -SHA256 (Pkgfile) = c27de544872af29d43841986da9282cfceaeb318bd0a40edcdd69e96ba192d61 +RWQxCptPusLGGvH6joE57EzAjLTvEx+GpIZd52S/mfWG3TR0hjij7i+hGokjC8LYarhaNSIB5iF0UQJpQeIYp4fimU4gW8Hc5Q8= +SHA256 (Pkgfile) = 9c62832a6d058651a38e05d84966b956fbe9d3397c83143678c3de209eb62336 SHA256 (.footprint) = b2fc541c26c15ebe454df0d8b124f11bbb424a3d07d2b94b8b2e1b9f74c83cb6 -SHA256 (update-ddns-0.1.7.tar.xz) = b0f05b819d698b01ee40e240c9df54b995c5b32f1101d065ddf74ef252805149 +SHA256 (update-ddns-0.2.tar.xz) = 50e3b2f3ab725e6fb168174753ba820ef24f52c9df89eb9c7efe8cc3c67458bb diff --git a/manualPorts/update-ddns/Pkgfile b/manualPorts/update-ddns/Pkgfile index 63e5478..e61b4c0 100644 --- a/manualPorts/update-ddns/Pkgfile +++ b/manualPorts/update-ddns/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=update-ddns -version=0.1.7 +version=0.2 release=1 source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz") @@ -14,5 +14,6 @@ build() { make make DESTDIR=$PKG install + find "$PKG/usr/lib" -xdev -delete } |