X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fxfsprogs%2FMakefile;h=a7a865a0eb5d7c9e56fe519a53062374e17ae0ca;hb=e0e3509b5ce2ccf93d4d67ea907613f5f7ec2eed;hp=fc2b7643328010b48c809367c9daa8595b14f416;hpb=673cf73cee0fcb8a52d79b8ae52e63574522e90a;p=oweals%2Fopenwrt.git diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index fc2b764332..a7a865a0eb 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfsprogs PKG_RELEASE:=1 -PKG_VERSION:=3.1.4 -PKG_SOURCE_URL:=http://ftp.debian.org/pool/main/x/xfsprogs -PKG_MD5SUM:=23568a603c913b80076abe3c23521573 +PKG_VERSION:=3.1.7 +PKG_SOURCE_URL:=ftp://oss.sgi.com/projects/xfs/previous/ +PKG_MD5SUM:=049cf9873794ea49d0bb3f12d45748a4 -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_INSTALL:=1 -PKG_FIXUP = libtool +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk