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