diff options
Diffstat (limited to 'libs/libnetconf2/Makefile')
-rw-r--r-- | libs/libnetconf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libnetconf2/Makefile b/libs/libnetconf2/Makefile index 9bdf424c2..2b201f283 100644 --- a/libs/libnetconf2/Makefile +++ b/libs/libnetconf2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnetconf2 PKG_VERSION:=2.0.24 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/CESNET/libnetconf2/tar.gz/v$(PKG_VERSION)? |