diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-09 13:51:15 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-09 13:51:15 +0000 |
commit | 9bbef2b97855ded6e896ce5fada539d0ef1cce7d (patch) | |
tree | dcbf7928549fbc5525b8a658f56971a29aaae305 | |
parent | b75cf8d8ef36dd97c2db1865812edbc2c7713935 (diff) | |
download | upstream-9bbef2b97855ded6e896ce5fada539d0ef1cce7d.tar.gz upstream-9bbef2b97855ded6e896ce5fada539d0ef1cce7d.tar.bz2 upstream-9bbef2b97855ded6e896ce5fada539d0ef1cce7d.zip |
Updated to new upstream release (v0.9.1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1585 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 95d6d479a7..0f0ed1f1f6 100644 --- a/package/sipsak/Makefile +++ b/package/sipsak/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak -PKG_VERSION:=0.9.0 +PKG_VERSION:=0.9.1 PKG_RELEASE:=1 -PKG_MD5SUM:=16a96f49e20abeb50d98175257d317ba +PKG_MD5SUM:=8e407f149da894791f823e4561598f5a PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |