From adafef100bb754d4e42dc2f75ddf8472d7a76e31 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens 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=utf8 Content-Transfer-Encoding: 8bit Update Alpine to 2.11. Also switch to use .tar.xz package. Signed-off-by: Antti Seppälä SVN-Revision: 39551 --- 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 -- 2.30.2