From 400ddf605413d03bdb4d2fff5ec4b2f5bc22be5b Mon Sep 17 00:00:00 2001 From: aTanW Date: Mon, 5 Jan 2015 20:28:45 +0300 Subject: [PATCH] gammu: bump version to upstream 1.34.0 Signed-Off-By: Vitaly Protsko --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- utils/gammu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/gammu/Makefile b/utils/gammu/Makefile index 9748d2ecb..a66efb1f7 100644 --- a/utils/gammu/Makefile +++ b/utils/gammu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gammu -PKG_VERSION:=1.33.0 +PKG_VERSION:=1.34.0 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://dl.cihar.com/gammu/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MD5SUM:=66b95afbde3085168c4a20266e8cb5c0 +PKG_MD5SUM:=5bc2508389d9b291ca0b8d4f210d0012 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Vitaly Protsko PKG_LICENCE:=GPL-2.0