From 730cdcef6901750f4029d4c3b8639ce02ee3ead1 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 19 Nov 2017 14:05:22 +0100 Subject: main/*: fix homepage url and source from http:// to https:// Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring. --- main/libnih/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/libnih') diff --git a/main/libnih/APKBUILD b/main/libnih/APKBUILD index 72bd114966..99a7772eaf 100644 --- a/main/libnih/APKBUILD +++ b/main/libnih/APKBUILD @@ -4,7 +4,7 @@ pkgname=libnih pkgver=1.0.3 pkgrel=4 pkgdesc="glib-like library for embedded use" -url="http://launchpad.net/libnih" +url="https://launchpad.net/libnih" arch="all" license="LGPL" depends= @@ -12,7 +12,7 @@ depends_dev="dbus-dev expat-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" -source="http://launchpad.net/libnih/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz +source="https://launchpad.net/libnih/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz musl-fix-signals.patch " -- cgit v1.2.3