X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpakfire3;h=2380be3fa466f9686d4079f6338c72383a7e5cfc;hb=2dc2a27803babbc5055a8f400ab0dd14b5a76c84;hp=d71d4242fe04a7c3c225a0c9868e662108deabbc;hpb=6b696830535fd20ba0dc22e2615548e124c3328d;p=ipfire-2.x.git diff --git a/lfs/pakfire3 b/lfs/pakfire3 index d71d4242fe..2380be3fa4 100644 --- a/lfs/pakfire3 +++ b/lfs/pakfire3 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -28,13 +28,13 @@ VER = 0.9.25 THISAPP = pakfire-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://source.ipfire.org/releases/pakfire/ +DL_FROM = https://source.ipfire.org/releases/pakfire/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pakfire3 PAK_VER = 5 -DEPS = "libsolv pycurl pygpgme python-progressbar python-xattr urlgrabber" +DEPS = libsolv pycurl pygpgme python-progressbar python-xattr urlgrabber ############################################################################### # Top-level Rules