diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-11 12:56:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-11 12:56:57 +0000 |
commit | bc67e5c220fb53180bc90a4c7711e08f8afed154 (patch) | |
tree | 23ddf1eaad6dedc18c071ca7af01042a652d799f /openwrt/package/sipsak/Makefile | |
parent | 436d70f63e801a355e330ca4a1a064e9493614fb (diff) | |
download | mtk-20170518-bc67e5c220fb53180bc90a4c7711e08f8afed154.zip mtk-20170518-bc67e5c220fb53180bc90a4c7711e08f8afed154.tar.gz mtk-20170518-bc67e5c220fb53180bc90a4c7711e08f8afed154.tar.bz2 |
Update to new upstream release (v0.9.0).
SVN-Revision: 1404
Diffstat (limited to 'openwrt/package/sipsak/Makefile')
-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 3c2280d..95d6d47 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.8.13 +PKG_VERSION:=0.9.0 PKG_RELEASE:=1 -PKG_MD5SUM:=256512289e52f65397a2ece648730752 +PKG_MD5SUM:=16a96f49e20abeb50d98175257d317ba PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |