diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:35:57 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:48:25 +0100 |
commit | 6d66d264aff2ce4c48466059653a248514f08ec0 (patch) | |
tree | 55d5879bcf306b5443aae80cae3f02c472308e1e /community/gmime | |
parent | ec7cbfbd223bd8027ab5509c3b45087827f83316 (diff) | |
download | aports-6d66d264aff2ce4c48466059653a248514f08ec0.tar.bz2 aports-6d66d264aff2ce4c48466059653a248514f08ec0.tar.xz |
community/gmime: upgrade to 3.2.5
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 e0007bd860..ae20711fc6 100644 --- a/community/gmime/APKBUILD +++ b/community/gmime/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gmime -pkgver=3.2.4 +pkgver=3.2.5 pkgrel=0 pkgdesc="Glorious MIME Utility Library" url="https://github.com/jstedfast/gmime" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="34592e89a2f923dacc37ac535da785918c2c0d6a63b0f2ec1d86393264aace44d1060e8ef4a77e60fd57e97475435f8e79d87e46b269ae332db9b9aaf98bf61b gmime-3.2.4.tar.xz" +sha512sums="37488da84f1befb37a0dff9465e9f786670dfb7248adbbc1f227dcc0e80bcd4ee7cd239abeab2b52e8ded6ea7f8aa432bcc0461b379282dacd6ee4f867aa049d gmime-3.2.5.tar.xz" |