diff options
Diffstat (limited to 'community/php7-pear-net_smtp')
-rw-r--r-- | community/php7-pear-net_smtp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php7-pear-net_smtp/APKBUILD b/community/php7-pear-net_smtp/APKBUILD index df03542f30..58b7060453 100644 --- a/community/php7-pear-net_smtp/APKBUILD +++ b/community/php7-pear-net_smtp/APKBUILD @@ -2,8 +2,8 @@ _php=php7 pkgname=${_php}-pear-net_smtp _pkgreal=Net_SMTP -pkgver=1.8.0 -pkgrel=1 +pkgver=1.8.1 +pkgrel=0 pkgdesc="An implementation of the SMTP protocol" url="http://pear.php.net/package/Net_SMTP" arch="noarch" @@ -36,4 +36,4 @@ doc() { "$subpkgdir"/$_phpdir/doc } -sha512sums="894397aea9a0dd7a85544040a3ccee5c22779ad0d473fd63710845f2ecc4efc0103046ee893eee84c1a5afbbfb78a06849f40c486a3ecaaf798fd5d046acf42c Net_SMTP-1.8.0.tgz" +sha512sums="ba3b68e35d95cc41ef33105402348a322e54c6335d819d1a6e1264f25bc30def4485d0da34901ca203ccd591aeddffbe75b5acb11fb7415a1a13668198aa9942 Net_SMTP-1.8.1.tgz" |