diff options
author | Erich Eckner <git@eckner.net> | 2018-07-18 14:16:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-18 14:16:45 +0200 |
commit | a1d1ad0c1babf6a8c544c3561e920520fe951829 (patch) | |
tree | 1ab3f2f300479cfd501fec579c1ad5fa81a27ced | |
parent | a1fe9b7ea15a5591c2d82cb33e8a3ea89df3a4da (diff) | |
download | crux-ports-a1d1ad0c1babf6a8c544c3561e920520fe951829.tar.xz |
logwatch-extra: 0.8 -> 0.8
-rw-r--r-- | manualPorts/logwatch-extra/.md5sum | 2 | ||||
-rw-r--r-- | manualPorts/logwatch-extra/.signature | 6 | ||||
-rw-r--r-- | manualPorts/logwatch-extra/Pkgfile | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/manualPorts/logwatch-extra/.md5sum b/manualPorts/logwatch-extra/.md5sum index ca5feae..9a87409 100644 --- a/manualPorts/logwatch-extra/.md5sum +++ b/manualPorts/logwatch-extra/.md5sum @@ -1 +1 @@ -8908f2dae729071b582dba26072056bf dl.php?dl=logwatch-extra-0.8 +83d9b64073c57aa05de40c0c27cd0bee logwatch-extra-0.8.tar.xz diff --git a/manualPorts/logwatch-extra/.signature b/manualPorts/logwatch-extra/.signature index 3e7e208..76013be 100644 --- a/manualPorts/logwatch-extra/.signature +++ b/manualPorts/logwatch-extra/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGm42IKXGxuCJIK/JAQBXsZyPZG9UXWIKga8HuTvdKep6poJ3FAr6lwszGYbqwbqC/7b6s4a1LPAPWtEI9G67BQc= -SHA256 (Pkgfile) = c2ac6dfb98106497c5cb4a3da4f916ffb76f7a8e0624bfff5f62c172fd3e600a +RWQxCptPusLGGsrlYU8ly4wBjobiZIIxvzDcuLoyk/VTCFVeG+a7Tkx+XJyDzV7BeedL5oCyw6jJn6Q3m/pGnIeiuZ2kB7SOngA= +SHA256 (Pkgfile) = 0219818ded814cd0f609ee711e0510cc4e2eb17372b245767789fbaf0905386a SHA256 (.footprint) = 5c1a893b169fd64fd09ff72832f43b73db9a6eddecc8adf0d14b786c206c4e98 -SHA256 (dl.php?dl=logwatch-extra-0.8) = 7fc6ea7d2b8cb45b2fa7aa937b79a741f723176eaf9447a5a2bd2a1ca744094b +SHA256 (logwatch-extra-0.8.tar.xz) = 0a452e007def1ae2699c818586f5e025ad13bf13e31b7a7a1432e6b8f4ae699c diff --git a/manualPorts/logwatch-extra/Pkgfile b/manualPorts/logwatch-extra/Pkgfile index 757058e..efcbc03 100644 --- a/manualPorts/logwatch-extra/Pkgfile +++ b/manualPorts/logwatch-extra/Pkgfile @@ -6,11 +6,10 @@ name=logwatch-extra version=0.8 release=1 -source=(https://opensources.eckner.net/dl.php?dl=${name}-${version}) +source=("https://git.eckner.net/${name}.git/snapshot/${name}-${version}.tar.xz") build() { - tar -xf *${name}-${version} cd $name-$version make make CRONDIR=/etc/cron/daily DESTDIR=$PKG install |