diff mbox

[LEDE-DEV] packages: update triggerhappy to version 0.5.0 and fix licence tag

Message ID 20170625151417.GP4944@zirkel.wertarbyte.de
State Rejected
Delegated to: Hauke Mehrtens
Headers show

Commit Message

Stefan Tomanek June 25, 2017, 3:14 p.m. UTC
Tested on TP-Link Archer C7

Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
---
 utils/triggerhappy/Makefile |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

txt.file June 26, 2017, 2:09 p.m. UTC | #1
Can "PKG_SOURCE_PROTO:=git" also be removed?

kind regards
txt.file
--
This message is signed.

Stefan Tomanek:
> Tested on TP-Link Archer C7
> 
> Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
> ---
>  utils/triggerhappy/Makefile |    9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile
> index 97c6e90..e54363a 100644
> --- a/utils/triggerhappy/Makefile
> +++ b/utils/triggerhappy/Makefile
> @@ -8,18 +8,17 @@
>  include $(TOPDIR)/rules.mk
>  
>  PKG_NAME:=triggerhappy
> -PKG_VERSION:=0.3.4-151001
> -PKG_REV:=7e5abc69f215678e93a6b999524981c8b40bdcd9
> +PKG_VERSION:=0.5.0
> +PKG_REV:=b822888066129350e51ad79f1cf307fa38dae4f7
>  PKG_RELEASE:=1
>  
> -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
> -PKG_SOURCE_URL:=git://github.com/wertarbyte/triggerhappy
> +PKG_SOURCE_URL:=https://github.com/wertarbyte/triggerhappy
>  PKG_SOURCE_PROTO:=git
>  PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
>  PKG_SOURCE_VERSION:=$(PKG_REV)
>  
>  PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
> -PKG_LICENSE:=GPL-3.0+
> +PKG_LICENSE:=GPL-3.0
>  PKG_LICENSE_FILES:=COPYING
>  
>  include $(INCLUDE_DIR)/package.mk
>
Hauke Mehrtens July 2, 2017, 10:08 a.m. UTC | #2
On 06/25/2017 05:14 PM, Stefan Tomanek wrote:
> Tested on TP-Link Archer C7
> 
> Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
> ---
>  utils/triggerhappy/Makefile |    9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

The package feed is maintained here:
https://github.com/openwrt/packages

Please create a pull request for this package against the openwrt
packages repository on github.

Hauke
Stefan Tomanek July 5, 2017, 9:50 a.m. UTC | #3
Dies schrieb Hauke Mehrtens (hauke@hauke-m.de):

> On 06/25/2017 05:14 PM, Stefan Tomanek wrote:
> > Tested on TP-Link Archer C7
> > 
> > Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
> > ---
> >  utils/triggerhappy/Makefile |    9 ++++-----
> >  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> The package feed is maintained here:
> https://github.com/openwrt/packages
> 
> Please create a pull request for this package against the openwrt
> packages repository on github.

A pull request has already been created in the meantime:
https://github.com/openwrt/packages/pull/4511
diff mbox

Patch

diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile
index 97c6e90..e54363a 100644
--- a/utils/triggerhappy/Makefile
+++ b/utils/triggerhappy/Makefile
@@ -8,18 +8,17 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=triggerhappy
-PKG_VERSION:=0.3.4-151001
-PKG_REV:=7e5abc69f215678e93a6b999524981c8b40bdcd9
+PKG_VERSION:=0.5.0
+PKG_REV:=b822888066129350e51ad79f1cf307fa38dae4f7
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=git://github.com/wertarbyte/triggerhappy
+PKG_SOURCE_URL:=https://github.com/wertarbyte/triggerhappy
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=$(PKG_REV)
 
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
-PKG_LICENSE:=GPL-3.0+
+PKG_LICENSE:=GPL-3.0
 PKG_LICENSE_FILES:=COPYING
 
 include $(INCLUDE_DIR)/package.mk