Browse Source

Merge pull request #3785 from diizzyy/patch-17

libs/libstrophe: Fix source tarball filename
lilik-openwrt-22.03
Ted Hess 8 years ago
committed by GitHub
parent
commit
867453bd52
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      libs/libstrophe/Makefile

+ 6
- 3
libs/libstrophe/Makefile View File

@ -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


Loading…
Cancel
Save