@ -8,17 +8,18 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := libsearpc
PKG_VERSION := 3.0.8
PKG_RELEASE = $( PKG_SOURCE_VERSION) -1
PKG_VERSION := 3.1.0
PKG_RELEASE = 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://codeload.github.com/haiwen/libsearpc/tar.gz/v$( PKG_VERSION) ?
PKG_HASH := cbd86d3c37b54ca2060ca537a07940fe3e98498abf345b2f3e1cec488230231a
PKG_LICENSE := GPL-3.0
PKG_LICENSE_FILES := LICENSE.txt
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := https://github.com/haiwen/libsearpc.git
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE_VERSION := 12a01268825e9c7e17794c58c367e3b4db912ad9
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) -$( PKG_SOURCE_VERSION) .tar.gz
PKG_MIRROR_HASH := 8ca4785c4d276afeac212a26a143b22e45b85cf196c1218e4630f6072a33f430
PKG_FIXUP := autoreconf
PKG_BUILD_PARALLEL := 1
PKG_INSTALL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -30,7 +31,7 @@ define Package/libsearpc
CATEGORY:= Libraries
TITLE:= Seafile RPC Library
MAINTAINER:= Gergely Kiss <mail.gery@gmail.com>
URL:= http://seafile.com/
URL:= https ://seafile.com
DEPENDS:= +glib2 +jansson +python $( ICONV_DEPENDS)
e n d e f