From 49d0be481be8a2a0e43f7a96b70b2ebbac592c84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 9 Jan 2022 04:01:50 -0300 Subject: [PATCH] Fix url for getting Graft MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Previously, the official URL for Graft was not found (404). Michael Siegel made the report but we have not heard back yet... Signed-off-by: Matías Fonzo --- recipes/tools/graft/recipe | 10 +++++++--- sources/SOURCELIST.txt | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes/tools/graft/recipe b/recipes/tools/graft/recipe index feda9305..85b165e5 100644 --- a/recipes/tools/graft/recipe +++ b/recipes/tools/graft/recipe @@ -1,6 +1,6 @@ # Build recipe for graft. # -# Copyright (c) 2017-2019, 2021 Matias Fonzo, . +# Copyright (c) 2017-2019, 2021-2022 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ set -e program=graft version=2.16 arch=noarch -release=5 +release=6 # Define a category for the output of the package name pkgcategory=tools @@ -28,7 +28,11 @@ pkgcategory=tools tarname=${program}-${version}.tar.gz # Remote source(s) -fetch=http://peters.gormand.com.au/Home/tools/graft/$tarname +fetch=" + https://rsync.dragora.org/current/sources/$tarname + https://mirror.cedia.org.ec/dragora/current/sources/$tarname +" +#fetch=http://peters.gormand.com.au/Home/tools/graft/$tarname description=" A package management utility (version $version). diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index cc052ae1..823e0f62 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -28,7 +28,7 @@ http://ftp.netfilter.org/pub/nftables/nftables-0.9.8.tar.bz2 http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz http://ftp.rpm.org/popt/releases/popt-1.x/popt-1.18.tar.gz http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz -http://peters.gormand.com.au/Home/tools/graft/graft-2.16.tar.gz +https://rsync.dragora.org/v3/sources/graft-2.16.tar.gz https://alpine.x10host.com/alpine/release/src/alpine-2.24.tar.xz https://archive.mesa3d.org/mesa-21.2.5.tar.xz https://archive.mozilla.org/pub/nspr/releases/v4.30/src/nspr-4.30.tar.gz -- 2.11.4.GIT