diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-04-19 11:11:50 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-04-19 11:11:50 +0300 |
commit | da7fe93100bad0db8e47dbca83078dc1df1f5f49 (patch) | |
tree | 0c63d77320b42bd7b0499f6161a51afd8c68875f | |
parent | d768d36d8f69fe9751ff9d4340c5d7ff565bb794 (diff) | |
parent | 256c4ada49c04e5dce962b2da6f54a71d879c533 (diff) |
Merge pull request #2611 from aTanW/master
gammu: bump to upstream v 1.37.2
-rw-r--r-- | utils/gammu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gammu/Makefile b/utils/gammu/Makefile index 71650ad93..da8f9c2c8 100644 --- a/utils/gammu/Makefile +++ b/utils/gammu/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gammu -PKG_VERSION:=1.37.0 +PKG_VERSION:=1.37.2 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://dl.cihar.com/gammu/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MD5SUM:=6e249e6f93461f1fc215ec85cec67740 +PKG_MD5SUM:=c31bd4a81a447e98ea66797429b55281 PKG_MAINTAINER:=Vitaly Protsko <villy@sft.ru> PKG_LICENCE:=GPL-2.0 |