From 9b29c23bf5e10ac6fac4927853db9368b1faaf6f Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 12 Oct 2012 17:50:28 +0400 Subject: [PATCH] octave: update dl url --- octave/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octave/Makefile b/octave/Makefile index bfdefac..52b7889 100644 --- a/octave/Makefile +++ b/octave/Makefile @@ -21,7 +21,7 @@ PKG_NAME:=octave PKG_VERSION:=3.2.4 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.octave.org/pub/octave/ +PKG_SOURCE_URL:=ftp://ftp.octave.org/pub/gnu/octave/ PKG_MD5SUM:=90c39fa9e241ad2e978bcee4682a2ba9 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1