diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-29 17:09:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-29 17:09:50 +0000 |
commit | 82da3153ec7e2866ebe19b5d3759a1bb0e86ed8f (patch) | |
tree | 60331f14d8318fd06d289056c632fabe9e0dd299 /package | |
parent | 5b15d418b9472bd8ca950cbef1188fe416bb7796 (diff) | |
download | upstream-82da3153ec7e2866ebe19b5d3759a1bb0e86ed8f.tar.gz upstream-82da3153ec7e2866ebe19b5d3759a1bb0e86ed8f.tar.bz2 upstream-82da3153ec7e2866ebe19b5d3759a1bb0e86ed8f.zip |
[package] xfsprogs: update download location
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31146 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/xfsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index 998d82483d..a7a865a0eb 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfsprogs PKG_RELEASE:=1 PKG_VERSION:=3.1.7 -PKG_SOURCE_URL:=ftp://oss.sgi.com/projects/xfs/cmd_tars +PKG_SOURCE_URL:=ftp://oss.sgi.com/projects/xfs/previous/ PKG_MD5SUM:=049cf9873794ea49d0bb3f12d45748a4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |