diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-07 13:24:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-07 13:24:13 +0000 |
commit | a79df14d21fa1834668d9d5775b281cc4e7bb950 (patch) | |
tree | 17eb062359ab008e9906f6acde902c3d266f473a | |
parent | f77a9849c03c30784e59f4c2a03a51263954a89a (diff) | |
download | upstream-a79df14d21fa1834668d9d5775b281cc4e7bb950.tar.gz upstream-a79df14d21fa1834668d9d5775b281cc4e7bb950.tar.bz2 upstream-a79df14d21fa1834668d9d5775b281cc4e7bb950.zip |
bump ppp version
SVN-Revision: 9509
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index b8b08d8610..ec52ab71ef 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |