diff options
author | Mike Sullivan <mksully22@gmail.com> | 2019-03-25 16:38:36 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-25 18:17:03 +0100 |
commit | 098f960db000a66bdcc482a4293b8f706b0bf7e6 (patch) | |
tree | 5319526846132da5b870932c8e87fcbf2858cdbe | |
parent | be5c5d3630b8b2a8b13a70c54145a4376e4c5dcb (diff) | |
download | aports-098f960db000a66bdcc482a4293b8f706b0bf7e6.tar.bz2 aports-098f960db000a66bdcc482a4293b8f706b0bf7e6.tar.xz |
main/logcheck: upgrade to 1.3.20
The tarball for the previous version is no longer available.
-rw-r--r-- | main/logcheck/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/logcheck/APKBUILD b/main/logcheck/APKBUILD index e57c528c87..952fb9d5c6 100644 --- a/main/logcheck/APKBUILD +++ b/main/logcheck/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Duane Hughes <duanejevon@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=logcheck -pkgver=1.3.19 +pkgver=1.3.20 pkgrel=0 pkgdesc="Bash scripts used to monitor system log files for anomalies" url="http://packages.debian.org/source/sid/logcheck" @@ -15,7 +15,7 @@ pkgusers="logcheck" source="http://ftp.debian.org/debian/pool/main/l/logcheck/${pkgname}_$pkgver.tar.xz logcheck.cron.d" -builddir="$srcdir"/$pkgname-$pkgver +builddir="$srcdir"/$pkgname build() { cd "$builddir" @@ -34,5 +34,5 @@ package() { chown -R $pkgusers "$pkgdir"/etc/logcheck "$pkgdir"/var/lock/logcheck "$pkgdir"/var/lib/logcheck } -sha512sums="74a8b89b0135ac2d1e0aa00fb87259430c3f4efd06ce7d06598d19377cfd9844d50a29ef71acae6e9fe858f2261583ca63a931372f0c49ebad81ede30d0bdfac logcheck_1.3.19.tar.xz +sha512sums="deeee10c62f74c44a26e579cf0f11022d92917269dcad0fee27ab92a618746dc7ef76255fa96e0bf60ae0cd5fa2be758937f9b2807a5a179942701f58dead758 logcheck_1.3.20.tar.xz a177388f18c220323eea6f5413f76873e6ad2a2334f58a05727c7b94a793fcb98bd605cefc6fe44aca6afe5c50a9ef851abcc439aefe5b7545d5d6bb584c0a8b logcheck.cron.d" |