diff options
Diffstat (limited to 'libs/libtorrent/Makefile')
-rw-r--r-- | libs/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index ae0444c52..3f14101dd 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent PKG_VERSION:=0.13.6-git-1 -PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_RELEASE=$(PKG_SOURCE_VERSION).1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/rakshasa/libtorrent.git |