Browse Source

Merge pull request #2273 from xypron/apr

libs/apr: use @APACHE download facility
lilik-openwrt-22.03
Thomas Heil 9 years ago
parent
commit
b70ed33590
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/apr/Makefile

+ 1
- 1
libs/apr/Makefile View File

@ -12,7 +12,7 @@ PKG_VERSION:=1.5.2
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/apr/
PKG_SOURCE_URL:=@APACHE/apr/
PKG_MD5SUM:=4e9769f3349fe11fc0a5e1b224c236aa
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
PKG_LICENSE:=Apache License


Loading…
Cancel
Save