Browse Source

Merge pull request #4801 from diizzyy/patch-85

libs/pcre: Switch to Sourceforge mirrors
lilik-openwrt-22.03
Thomas Heil 7 years ago
committed by GitHub
parent
commit
7b34c7689c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/pcre/Makefile

+ 1
- 1
libs/pcre/Makefile View File

@ -12,7 +12,7 @@ PKG_VERSION:=8.41
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_HASH:=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>


Loading…
Cancel
Save