Browse Source

Merge pull request #5262 from neheb/patch-1

gnutls: Use HTTP instead of FTP
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 7 years ago
committed by GitHub
parent
commit
d15aaed839
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/gnutls/Makefile

+ 1
- 1
libs/gnutls/Makefile View File

@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5
PKG_HASH:=0924dec90c37c05f49fec966eba3672dab4d336d879e5c06e06e13325cbfec25
#PKG_FIXUP:=autoreconf gettext-version
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>


Loading…
Cancel
Save