diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-07 05:32:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-07 05:32:39 +0000 |
commit | 9751216c4b4d00f1f09202bf3b6122810ccedc39 (patch) | |
tree | 42ef8717d044496644033e7a54c774dd618c3258 | |
parent | ce64cd2a44119a4820dbc8622d51691715daf1b9 (diff) | |
download | mtk-20170518-9751216c4b4d00f1f09202bf3b6122810ccedc39.zip mtk-20170518-9751216c4b4d00f1f09202bf3b6122810ccedc39.tar.gz mtk-20170518-9751216c4b4d00f1f09202bf3b6122810ccedc39.tar.bz2 |
update sipsak to new upstream release (v0.9.5)
SVN-Revision: 2591
-rw-r--r-- | openwrt/package/sipsak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/sipsak/Makefile b/openwrt/package/sipsak/Makefile index 6f849b7..857f685 100644 --- a/openwrt/package/sipsak/Makefile +++ b/openwrt/package/sipsak/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak -PKG_VERSION:=0.9.2 +PKG_VERSION:=0.9.5 PKG_RELEASE:=1 -PKG_MD5SUM:=1e94400fdf851054dd226831f14a5e4d +PKG_MD5SUM:=5f6d8df044984061425fdbedea61a64e PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |