diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 14:08:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 11:36:41 +0100 |
commit | a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d (patch) | |
tree | 92642bd5660ad9118888865f8fa4c101ee82b281 /testing/ksmtp | |
parent | f68fba11e3d2125efe2416cbd7d0f429ab92ec1d (diff) | |
download | aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.bz2 aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.xz |
{community,testing}/kde-applications: upgrade to 19.08.3
Diffstat (limited to 'testing/ksmtp')
-rw-r--r-- | testing/ksmtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ksmtp/APKBUILD b/testing/ksmtp/APKBUILD index dc531e5ebc..ddee174442 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.2 +pkgver=19.08.3 pkgrel=0 pkgdesc="Job-based library to send email through an SMTP server" arch="all" @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="a5b5202b8beb93ca44df32bb90aaa2984e0a17bd50e73915838c9b7844bc90bb91a2fca16bad9168797f442c686826fe27d7e63d6eb66f5de4f21223b4037239 ksmtp-19.08.2.tar.xz" +sha512sums="156b1a8bea14ae90162a5c373f53ff519b271f23029b5fd420020fd454da49d004551daadea395d771622d4af09b0cf4e6e0701084943e2572f5a93ac097823d ksmtp-19.08.3.tar.xz" |