mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/rp-pppoe: update tarball URL
The project moved its repo to codeberg.org:
https://dianne.skoll.ca/pipermail/rp-pppoe/2025q3/000663.html
Updated tarball hash after verifying that no files changed, only the
directory name changed from rp-pppoe-4.0/ to rp-pppoe/
Fixes:
https://autobuild.buildroot.net/results/5ff/5fff21a4150a5f668d43830591e21b660299ed9d/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 4768a26047)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
79f68ee800
commit
864cb60a89
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 17d45712778f2bf6b0859ff610a3dacd24bc4462e9f53bb1466d47af391701d3 rp-pppoe-4.0.tar.gz
|
||||
sha256 459904065fd4a70c927757d84cc7b4ef70946a707fa1b83f16246f925158b13e 4.0.tar.gz
|
||||
sha256 d2767e7ffc6dc9477812f6238551fe4b29a889df6f23c3922e7b9cec92bc278d doc/LICENSE
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
RP_PPPOE_VERSION = 4.0
|
||||
RP_PPPOE_SITE = $(call github,dfskoll,rp-pppoe,$(RP_PPPOE_VERSION))
|
||||
RP_PPPOE_SITE = https://codeberg.org/dskoll/rp-pppoe/archive
|
||||
RP_PPPOE_SOURCE = $(RP_PPPOE_VERSION).tar.gz
|
||||
RP_PPPOE_LICENSE = GPL-2.0
|
||||
RP_PPPOE_LICENSE_FILES = doc/LICENSE
|
||||
RP_PPPOE_CPE_ID_VALID = YES
|
||||
|
||||
Reference in New Issue
Block a user