summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/fastjar/fastjar.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc
index 8412236..30cb9dc 100644
--- a/recipes-core/fastjar/fastjar.inc
+++ b/recipes-core/fastjar/fastjar.inc
@@ -7,7 +7,7 @@ PR = "r1"
7 7
8DEPENDS = "zlib" 8DEPENDS = "zlib"
9 9
10SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" 10SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/fastjar/fastjar-${PV}.tar.gz"
11 11
12inherit autotools update-alternatives 12inherit autotools update-alternatives
13 13