aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-30 02:04:54 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-30 02:22:55 +0100
commit493c8bfabe1ee9b87f35530b111c8d604199ccb0 (patch)
treea1763801abf87c62c1a631024a3bd95bebe5b379
parent848dc7286e6a4b65d6b2e5a39dbc477d8c16205f (diff)
testing/logwatch: upgrade to 7.5.2
-rw-r--r--testing/logwatch/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/logwatch/APKBUILD b/testing/logwatch/APKBUILD
index e577cdb4394..21f03782711 100644
--- a/testing/logwatch/APKBUILD
+++ b/testing/logwatch/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=logwatch
-pkgver=7.4.3
+pkgver=7.5.2
pkgrel=0
pkgdesc="A customizable, pluggable log-monitoring system"
url="http://www.logwatch.org"
@@ -9,11 +9,8 @@ arch="noarch"
license="custom"
options="!check"
depends="perl"
-depends_dev=
-makedepends=
-install=
subpackages="$pkgname-doc"
-source="https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz"
package() {
cd "$srcdir"/$pkgname-$pkgver
@@ -49,4 +46,4 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="716d87238f487010f2bdf230fc66c16f3c3fe769e6bef04b0e7881c6b0563e1a4b4741235b8a40a16ab21d3803562e87e6bcf5cfbd0ace42414f1d1feae7a13a logwatch-7.4.3.tar.gz"
+sha512sums="157486143ba12167f6c50c778372a4295db3744878607bceba8e0813357651bffd8924ef5ef41a4fbd20811c020dcc031eb354a0f52b8eb6d9aac197087c2bc5 logwatch-7.5.2.tar.gz"