summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-05-30 18:16:39 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-06-11 14:04:13 -0500
commitd6137e98c2568fd288f644c7274a00621330637f (patch)
tree2092ad084a847cfe15fc2f5dee53f9b8a26f725c
parente88d047ef2ac6874cb152bad457701c690f661bb (diff)
downloadpackages-d6137e98c2568fd288f644c7274a00621330637f.tar.gz
packages-d6137e98c2568fd288f644c7274a00621330637f.tar.bz2
packages-d6137e98c2568fd288f644c7274a00621330637f.tar.xz
packages-d6137e98c2568fd288f644c7274a00621330637f.zip
user/miniupnpc: Update domains
tuxfamily.org seems to be MIA, so use their alt mirror.
-rw-r--r--user/miniupnpc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/miniupnpc/APKBUILD b/user/miniupnpc/APKBUILD
index c1445066a..ba9d46079 100644
--- a/user/miniupnpc/APKBUILD
+++ b/user/miniupnpc/APKBUILD
@@ -4,14 +4,14 @@ pkgname=miniupnpc
pkgver=2.2.3
pkgrel=0
pkgdesc="A lightweight UPNP client enabling applications to control UPnP gateways"
-url="https://miniupnp.tuxfamily.org/"
+url="http://miniupnp.free.fr"
arch="all"
options="!check" # no tests
license="BSD-3-Clause"
depends=""
makedepends="cmake"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://miniupnp.tuxfamily.org/files/miniupnpc-$pkgver.tar.gz
+source="http://miniupnp.free.fr/files/miniupnpc-$pkgver.tar.gz
fix-cmake-include-install.patch
"