diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-28 14:47:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-28 14:48:46 +0000 |
commit | bc1f777fc7ee28d05d476bc292c7854c0122cfa2 (patch) | |
tree | 79a6c7114327e1c81d78ac0a8b99715792af7c7e /main/logcheck | |
parent | 09098c45cf2c110360582b54e85125b2cdddec80 (diff) | |
download | aports-bc1f777fc7ee28d05d476bc292c7854c0122cfa2.tar.bz2 aports-bc1f777fc7ee28d05d476bc292c7854c0122cfa2.tar.xz |
main/logcheck: upgrade to 1.3.18
Diffstat (limited to 'main/logcheck')
-rw-r--r-- | main/logcheck/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/main/logcheck/APKBUILD b/main/logcheck/APKBUILD index 8a736896c3..8b4ae05a74 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.17 +pkgver=1.3.18 pkgrel=0 pkgdesc="Bash scripts used to monitor system log files for anomalies" url="http://packages.debian.org/source/sid/logcheck" @@ -29,9 +29,5 @@ package() { chown -R $pkgusers "$pkgdir"/etc/logcheck "$pkgdir"/var/lock/logcheck "$pkgdir"/var/lib/logcheck } -md5sums="420f28a35e6eee7057319b3e4b7e770c logcheck_1.3.17.tar.xz -89be84c722a958659df9a937826cbdc2 logcheck.cron.d" -sha256sums="c2d3fc323e8c6555e91d956385dbfd0f67b55872ed0f6a7ad8ad2526a9faf03a logcheck_1.3.17.tar.xz -b8f841a45bfbc61e500e6e9d0381e592217bdf7a7aa08e5863e49188a264b6ed logcheck.cron.d" -sha512sums="e4a30b6ccd7a9f0f51354b1a6e577f6a3837e3db078f61b3d3ceaf630a1f1eeae03324e6ec58307f8f723dbd017e1543c15f7dc34e50c0eeb9ee0b160b2c879d logcheck_1.3.17.tar.xz +sha512sums="3ab75969f732efa123d9df2c8b44557e4a7eddef8332a8357463930714148a13130c763c22e562bd60e106abf5e18cf39b3572e0c048727a117fbc67430b7e3f logcheck_1.3.18.tar.xz a177388f18c220323eea6f5413f76873e6ad2a2334f58a05727c7b94a793fcb98bd605cefc6fe44aca6afe5c50a9ef851abcc439aefe5b7545d5d6bb584c0a8b logcheck.cron.d" |