From a26d80d0b4a43e31e3a9ce6dcbd22a4d8d8d6c16 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 21 Mar 2024 14:19:49 +0100 Subject: [PATCH] gmime: update to 3.2.15. --- srcpkgs/gmime/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gmime/template b/srcpkgs/gmime/template index 045e8307691..f83b6d92e06 100644 --- a/srcpkgs/gmime/template +++ b/srcpkgs/gmime/template @@ -1,7 +1,7 @@ # Template file for 'gmime' pkgname=gmime -version=3.2.7 -revision=2 +version=3.2.15 +revision=1 build_style=gnu-configure build_helper="gir" configure_args="--disable-static --enable-crypto $(vopt_enable vala) @@ -14,8 +14,9 @@ short_desc="GNOME Core mime parsing library" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://github.com/jstedfast/gmime" -distfiles="${GNOME_SITE}/gmime/${version%.*}/gmime-${version}.tar.xz" -checksum=2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44 +changelog="https://raw.githubusercontent.com/jstedfast/gmime/master/NEWS" +distfiles="https://github.com/jstedfast/gmime/releases/download/${version}/${pkgname}-${version}.tar.xz" +checksum=84cd2a481a27970ec39b5c95f72db026722904a2ccf3fdbd57b280cf2d02b5c4 build_options="gir vala" build_options_default="gir vala"