From c707d145094f11b9631cd93e3aa0e68291076253 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 9 Feb 2014 14:32:18 +0000 Subject: [PATCH] alpine: update to 2.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Alpine to 2.11. Also switch to use .tar.xz package. Signed-off-by: Antti Seppälä git-svn-id: svn://svn.openwrt.org/openwrt/packages@39551 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- mail/alpine/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index a46d57e2d..a01e9acaf 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alpine -PKG_VERSION:=2.10 +PKG_VERSION:=2.11 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/patches/alpine-2.10/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).clean.tar.lzma -PKG_MD5SUM:=727a6eaa577857b98ea74fac6ea42a25 +PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/release/src/ +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_MD5SUM:=a3bba218787691080d706b36215eec06 -PKG_CAT:=lzcat PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk