X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lists.alpinelinux.org (Postfix) with ESMTP id B526A5C5168 for ; Sat, 23 Jun 2018 20:39:27 +0000 (GMT) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 66E0720EB1 for ; Sat, 23 Jun 2018 22:39:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1529786366; bh=yeQa3tNDmCU3LSb1A1Lwq8ltTO8igZzQCIWgbQgi/qQ=; h=From:To:Cc:Subject:Date:From; b=YTQmfQpg8wPtykZcTp+WhMXImo6HQKd7p5+ub91n2+qdQ0RQrAYXfIrHhAnQARRYZ LhFE8z77FQEz9jdB1p9IKFOxUffEjqpSua/NNmVHse/S836Y/T3DiQhImPDaj+ns8c kAasGlaKN05tYfTzv5dkAbLh+oYTkqBB/4joTlkjO0EndDCZUKhYtztg2Cv7k+ZoqY QaAs5D7LuwlXMGTYQ5VLCybSNqmo3XY8wOwec1OadoPwyElzKLlDJgbl8k7vHkgTyQ IK/6CC+GsWTB0nXc15H7TjLusSPtyC/0H3OMJEBUd1Kfl4USnTvx90XdZC3y8ta8U4 vQzEGDeIqD6tg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 41CnNY4jMvz9rxD; Sat, 23 Jun 2018 22:39:25 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [alpine-aports] [PATCH] community/wine: switch to https:// & whitespace Date: Sat, 23 Jun 2018 22:39:23 +0200 Message-Id: <20180623203923.8920-1-azarus@posteo.net> X-Mailer: git-send-email 2.18.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/wine/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index 39b1f29dc3..2bef62aa51 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -8,7 +8,7 @@ pkgver=3.0 _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" -url="http://www.winehq.com" +url="https://www.winehq.com" arch="x86 x86_64" license="LGPL-2.0-or-later" # As of 2.0.3 most of the tests fails @@ -22,7 +22,7 @@ makedepends="fontconfig-dev openldap-dev libxslt-dev libxxf86dga-dev cups-dev alsa-lib-dev lcms-dev libxml2-dev paxmark dbus-dev libxi-dev gnutls-dev tiff-dev v4l-utils-dev udisks2-dev autoconf automake " -source="http://dl.winehq.org/$pkgname/source/${pkgver%.[1-9]}/$pkgname-$_pkgver.tar.xz +source="https://dl.winehq.org/$pkgname/source/${pkgver%.[1-9]}/$pkgname-$_pkgver.tar.xz no-pie.patch winhlp32-flex.patch " @@ -50,7 +50,7 @@ build() { --localstatedir=/var \ --with-dbus \ --with-x \ - $_win64 + $_win64 make } -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---