diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 21:33:01 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 21:33:01 +0000 |
commit | 4bce40d1dd5a67dff1b0b84df8c14d6a894a7ef9 (patch) | |
tree | 461cdd63d56a6c96d9b379d59472bd507202209b /community/gmime | |
parent | a9c129edf0e550d854639f9574c2d01b4d67d8a3 (diff) | |
download | aports-4bce40d1dd5a67dff1b0b84df8c14d6a894a7ef9.tar.bz2 aports-4bce40d1dd5a67dff1b0b84df8c14d6a894a7ef9.tar.xz |
community/gmime: upgrade to 3.2.3
Diffstat (limited to 'community/gmime')
-rw-r--r-- | community/gmime/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gmime/APKBUILD b/community/gmime/APKBUILD index c7d0588de5..3328466963 100644 --- a/community/gmime/APKBUILD +++ b/community/gmime/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=gmime -pkgver=3.2.0 +pkgver=3.2.3 pkgrel=0 pkgdesc="glib mime library" url="http://spruce.sourceforge.net/gmime/" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="bb45f34b80ff237478602ff05ce0f736373185b7aa260c17aaf00a519d0b75ce9e24b0f6b256ce0f17b613e9f67174c54e302411110bf5f143947591f5f5aa43 gmime-3.2.0.tar.xz" +sha512sums="abaf9059baf0c045d5b62757953ee2fa0779462eb32142bb41be40c376fc7ac2b3e4a56fd66177fbbe1dca35c6168a251542b14a844125c2cfcc9a99888179b4 gmime-3.2.3.tar.xz" |