diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-05 16:52:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-05 16:52:43 +0000 |
commit | e13367dbf9961e73ea68bad33bbe015a357b8e9f (patch) | |
tree | b8212ef11062129a82dbd1b1f42780c6214e6c79 /package/sipsak | |
parent | a3a653f0f6bec5394b278c84e0dab1a274a66956 (diff) | |
download | upstream-e13367dbf9961e73ea68bad33bbe015a357b8e9f.tar.gz upstream-e13367dbf9961e73ea68bad33bbe015a357b8e9f.tar.bz2 upstream-e13367dbf9961e73ea68bad33bbe015a357b8e9f.zip |
Update to new upstream release (v0.8.13)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1353 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 fc6e7fc54c..3c2280dfe6 100644 --- a/package/sipsak/Makefile +++ b/package/sipsak/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak -PKG_VERSION:=0.8.12 +PKG_VERSION:=0.8.13 PKG_RELEASE:=1 -PKG_MD5SUM:=9740451fd72b5c7e6d85aa516ba5c19c +PKG_MD5SUM:=256512289e52f65397a2ece648730752 PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |