diff mbox

[LEDE-DEV,v2] check: upgrade to 0.10.0

Message ID 1474471423-28274-1-git-send-email-eduardoabinader@gmail.com
State Not Applicable
Headers show

Commit Message

Eduardo Abinader Sept. 21, 2016, 3:23 p.m. UTC
updated new package url and solved some issues:
https://github.com/libcheck/check/releases/tag/0.10.0

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
---
 libs/check/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

John Crispin Sept. 26, 2016, 3:58 p.m. UTC | #1
Hi Eduardo,

patches against the packages feed need to be sent via a PR on github ->
https://github.com/openwrt/packages

	John

On 21/09/2016 17:23, Eduardo Abinader wrote:
> updated new package url and solved some issues:
> https://github.com/libcheck/check/releases/tag/0.10.0
> 
> Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
> ---
>  libs/check/Makefile | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/libs/check/Makefile b/libs/check/Makefile
> index eb735ee..d0e75a6 100644
> --- a/libs/check/Makefile
> +++ b/libs/check/Makefile
> @@ -8,12 +8,12 @@
>  include $(TOPDIR)/rules.mk
>  
>  PKG_NAME:=check
> -PKG_VERSION:=0.9.14
> -PKG_RELEASE:=2
> +PKG_VERSION:=0.10.0
> +PKG_RELEASE:=1
>  
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
> -PKG_SOURCE_URL:=@SF/check
> -PKG_MD5SUM:=38263d115d784c17aa3b959ce94be8b8
> +PKG_SOURCE_URL:=https://github.com/libcheck/check/releases/tag/$(PKG_VERSION)
> +PKG_MD5SUM:=53c5e5c77d090e103a17f3ed7fd7d8b8
>  
>  PKG_LICENSE:=LGPL-2.1+
>  PKG_LICENSE_FILES:=COPYING.LESSER
> @@ -27,7 +27,7 @@ define Package/check
>    SECTION:=libs
>    CATEGORY:=Libraries
>    TITLE:=Unit testing framework for C
> -  URL:=http://check.sourceforge.net/
> +  URL:=https://libcheck.github.io/check/
>    DEPENDS:= +libpthread +librt
>  endef
>  
>
Eduardo Abinader Sept. 26, 2016, 8:12 p.m. UTC | #2
Done.

Thanks, John.

On Mon, Sep 26, 2016 at 5:58 PM, John Crispin <john@phrozen.org> wrote:
> Hi Eduardo,
>
> patches against the packages feed need to be sent via a PR on github ->
> https://github.com/openwrt/packages
>
>         John
>
> On 21/09/2016 17:23, Eduardo Abinader wrote:
>> updated new package url and solved some issues:
>> https://github.com/libcheck/check/releases/tag/0.10.0
>>
>> Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
>> ---
>>  libs/check/Makefile | 10 +++++-----
>>  1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/libs/check/Makefile b/libs/check/Makefile
>> index eb735ee..d0e75a6 100644
>> --- a/libs/check/Makefile
>> +++ b/libs/check/Makefile
>> @@ -8,12 +8,12 @@
>>  include $(TOPDIR)/rules.mk
>>
>>  PKG_NAME:=check
>> -PKG_VERSION:=0.9.14
>> -PKG_RELEASE:=2
>> +PKG_VERSION:=0.10.0
>> +PKG_RELEASE:=1
>>
>>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
>> -PKG_SOURCE_URL:=@SF/check
>> -PKG_MD5SUM:=38263d115d784c17aa3b959ce94be8b8
>> +PKG_SOURCE_URL:=https://github.com/libcheck/check/releases/tag/$(PKG_VERSION)
>> +PKG_MD5SUM:=53c5e5c77d090e103a17f3ed7fd7d8b8
>>
>>  PKG_LICENSE:=LGPL-2.1+
>>  PKG_LICENSE_FILES:=COPYING.LESSER
>> @@ -27,7 +27,7 @@ define Package/check
>>    SECTION:=libs
>>    CATEGORY:=Libraries
>>    TITLE:=Unit testing framework for C
>> -  URL:=http://check.sourceforge.net/
>> +  URL:=https://libcheck.github.io/check/
>>    DEPENDS:= +libpthread +librt
>>  endef
>>
>>
diff mbox

Patch

diff --git a/libs/check/Makefile b/libs/check/Makefile
index eb735ee..d0e75a6 100644
--- a/libs/check/Makefile
+++ b/libs/check/Makefile
@@ -8,12 +8,12 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=check
-PKG_VERSION:=0.9.14
-PKG_RELEASE:=2
+PKG_VERSION:=0.10.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/check
-PKG_MD5SUM:=38263d115d784c17aa3b959ce94be8b8
+PKG_SOURCE_URL:=https://github.com/libcheck/check/releases/tag/$(PKG_VERSION)
+PKG_MD5SUM:=53c5e5c77d090e103a17f3ed7fd7d8b8
 
 PKG_LICENSE:=LGPL-2.1+
 PKG_LICENSE_FILES:=COPYING.LESSER
@@ -27,7 +27,7 @@  define Package/check
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Unit testing framework for C
-  URL:=http://check.sourceforge.net/
+  URL:=https://libcheck.github.io/check/
   DEPENDS:= +libpthread +librt
 endef