diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-18 23:51:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-18 23:51:53 +0000 |
commit | ed8f31a1b790616407433265c42731d10e305c17 (patch) | |
tree | b5f86bc3edf3d00b0848fd2cb7bdfebe7c48ff60 /openwrt/package/sipsak | |
parent | bf78c555640a83560a3dbaad59d5b71ef8053a9f (diff) | |
download | mtk-20170518-ed8f31a1b790616407433265c42731d10e305c17.zip mtk-20170518-ed8f31a1b790616407433265c42731d10e305c17.tar.gz mtk-20170518-ed8f31a1b790616407433265c42731d10e305c17.tar.bz2 |
update sipsak to v0.9.6, add mirror url.
SVN-Revision: 3797
Diffstat (limited to 'openwrt/package/sipsak')
-rw-r--r-- | openwrt/package/sipsak/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/package/sipsak/Makefile b/openwrt/package/sipsak/Makefile index c0dd1c1..ae9b1b0 100644 --- a/openwrt/package/sipsak/Makefile +++ b/openwrt/package/sipsak/Makefile @@ -3,11 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak -PKG_VERSION:=0.9.5 +PKG_VERSION:=0.9.6 PKG_RELEASE:=1 -PKG_MD5SUM:=5f6d8df044984061425fdbedea61a64e +PKG_MD5SUM:=c4eb8e282902e75f4f040f09ea9d99d5 -PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ +PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ \ + http://ftp.iptel.org/pub/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |