diff options
Diffstat (limited to 'testing/ksmtp/APKBUILD')
-rw-r--r-- | testing/ksmtp/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/ksmtp/APKBUILD b/testing/ksmtp/APKBUILD index cb66d5e671a..29ba20960bb 100644 --- a/testing/ksmtp/APKBUILD +++ b/testing/ksmtp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ksmtp -pkgver=19.08.0 +pkgver=19.08.1 pkgrel=0 pkgdesc="Job-based library to send email through an SMTP server" arch="all" @@ -28,4 +28,3 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="d3653b61aef4a8f1f8034ef60e8ff9ad8bafa36557fcf73be08bef312503eb5e9a4f8333e4a919c97ce5f07290b7927e7f390b8a33f732a3f6434cb935154f9b ksmtp-19.08.0.tar.xz" |