commit 867453bd52656910a929d27a4044f66754054d85 parent e7e68c08ba55c2d09a314484e7f4add5c1db90fc Author: Ted Hess <thess@kitschensync.net> Date: Fri, 13 Jan 2017 13:37:05 -0500 Merge pull request #3785 from diizzyy/patch-17 libs/libstrophe: Fix source tarball filename Diffstat:
| M | libs/libstrophe/Makefile | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/libs/libstrophe/Makefile b/libs/libstrophe/Makefile @@ -15,9 +15,12 @@ PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Chih-Wei Chen <changeway@gmail.com> -PKG_SOURCE_URL:=https://github.com/strophe/libstrophe/archive/ -PKG_SOURCE:=$(PKG_VERSION).tar.gz -PKG_MD5SUM:=2db62ab21187785ec5f870adc33b74e5 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL=https://github.com/strophe/libstrophe +PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=9931ad4fa2aa7f204c608010eb2ebf84bcf7d542 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_MIRROR_MD5SUM:=6a499bcfc7c52db6765957ff38f48a344ad121ac0b665fd3d4adb7d8deadc427 PKG_FIXUP:=autoreconf PKG_INSTALL:=1