diff options
Diffstat (limited to 'libs/xmlrpc-c/Makefile')
-rw-r--r-- | libs/xmlrpc-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/xmlrpc-c/Makefile b/libs/xmlrpc-c/Makefile index 1d573b4e4..49e43a3e3 100644 --- a/libs/xmlrpc-c/Makefile +++ b/libs/xmlrpc-c/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xmlrpc-c PKG_VERSION:=1.51.07 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/xmlrpc-c/Xmlrpc-c%20Super%20Stable/$(PKG_VERSION) |