From b7eefbbef1a07615200a514b4608e9f86804ff23 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 26 Apr 2018 19:16:01 +1000 Subject: [PATCH] shared_mime_info: switch to https source *remove mime.cache file from package --- x11-misc/shared_mime_info/shared_mime_info-1.9.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/shared_mime_info/shared_mime_info-1.9.recipe b/x11-misc/shared_mime_info/shared_mime_info-1.9.recipe index 5d89bc2cf..287f3be6c 100644 --- a/x11-misc/shared_mime_info/shared_mime_info-1.9.recipe +++ b/x11-misc/shared_mime_info/shared_mime_info-1.9.recipe @@ -7,8 +7,8 @@ dependency for the maintainers." HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info" COPYRIGHT="2009-2016 Freedesktop.org" LICENSE="GNU GPL v2" -REVISION="1" -SOURCE_URI="http://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz" +REVISION="2" +SOURCE_URI="https://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz" CHECKSUM_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83" SOURCE_DIR="shared-mime-info-$portVersion" @@ -53,5 +53,6 @@ BUILD() INSTALL() { make install + rm -rf $dataDir/mime/mime.cache fixPkgconfig }