diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-04 16:10:41 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-04 16:10:44 +0100 |
commit | dde588bf540d529c4390ba54b3568d1d89f881ad (patch) | |
tree | b35e30b44d783d8abd592925d04e0f419c3930ca /main/php5-phpmailer | |
parent | 5d4200def860b006b25cc838d937361e7ecd32a7 (diff) | |
download | aports-dde588bf540d529c4390ba54b3568d1d89f881ad.tar.bz2 aports-dde588bf540d529c4390ba54b3568d1d89f881ad.tar.xz |
main/php5-phpmailer: upgrade to 5.2.20
Diffstat (limited to 'main/php5-phpmailer')
-rw-r--r-- | main/php5-phpmailer/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php5-phpmailer/APKBUILD b/main/php5-phpmailer/APKBUILD index a6bb4786ed..731eeb6042 100644 --- a/main/php5-phpmailer/APKBUILD +++ b/main/php5-phpmailer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> _php=php5 pkgname=${_php}-phpmailer -pkgver=5.2.19 +pkgver=5.2.20 pkgrel=0 pkgdesc="PHP class for SMTP mailing" url="https://github.com/PHPMailer/PHPMailer" @@ -26,6 +26,6 @@ package() { install -D -m644 "$builddir"/class.*.php "$pkgdir"/usr/share/pear || return 1 } -md5sums="e87015596431c395ab16e6533f9cb88a php5-phpmailer-5.2.19.tar.gz" -sha256sums="5c167f6d84bd74bff9de6b5594f2c262e748a021ce4686cadfc2ed273e71f82f php5-phpmailer-5.2.19.tar.gz" -sha512sums="2eda1b856305c10017fe026f7de0e96796706216d64dce9ee9f3aa1bc8db4be277b8e8d88954d447e138f9d8701a7c7a86b75ba12b93160ff13ec65d1c0131ba php5-phpmailer-5.2.19.tar.gz" +md5sums="9b23523ce070855abfdd79ff06d85afd php5-phpmailer-5.2.20.tar.gz" +sha256sums="4716acef60503f345323849842f3138a8453c178d3829477553bf1e347664976 php5-phpmailer-5.2.20.tar.gz" +sha512sums="c8dab5decd5012687b2e1d7a4ce2a3a605a6c3589b1f747960faa6080fb1c65580c1dd0f0cba52fc3735e4cf357c31237b51a6ade00c5dbffc57c27328d15018 php5-phpmailer-5.2.20.tar.gz" |