Browse Source

confuse: Use URL alias (#2745)

Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
diizzyy 8 years ago
committed by Steven Barth
parent
commit
fa018c6fa0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/confuse/Makefile

+ 1
- 1
libs/confuse/Makefile View File

@ -12,7 +12,7 @@ PKG_VERSION:=2.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://savannah.nongnu.org/download/confuse/
PKG_SOURCE_URL:=@SAVANNAH/confuse
PKG_MD5SUM:=45932fdeeccbb9ef4228f1c1a25e9c8f
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
PKG_LICENSE:=ISC


Loading…
Cancel
Save