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 | f3a5cb18d71685854b6c3e5ed0113d637b0a934c (patch) | |
tree | f0a1338538b52653cce192554fbc05f1b75cca20 /package/sipsak | |
parent | 263c4cc99be2c784655421dafbf80fe824640770 (diff) | |
download | upstream-f3a5cb18d71685854b6c3e5ed0113d637b0a934c.tar.gz upstream-f3a5cb18d71685854b6c3e5ed0113d637b0a934c.tar.bz2 upstream-f3a5cb18d71685854b6c3e5ed0113d637b0a934c.zip |
Update to new upstream release (v0.9.0).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1404 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sipsak')
-rw-r--r-- | package/sipsak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sipsak/Makefile b/package/sipsak/Makefile index 3c2280dfe6..95d6d479a7 100644 --- a/package/sipsak/Makefile +++ b/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 |