perl-device-usb: Update to 0.37
Add HTTPS everywhere. Rename .diff to .patch for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c36e8c6ea2
commit
f10d95b1e1
3 changed files with 5 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=perl-device-usb
|
||||
PKG_VERSION:=0.36
|
||||
PKG_VERSION:=0.37
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GW/GWADEJ/
|
||||
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/G/GW/GWADEJ/
|
||||
PKG_SOURCE:=Device-USB-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=fac2eb4f9e8db08b46d734ba8a2076598f974c274a91b248613fcecd7c9fc175
|
||||
PKG_HASH:=0dd58d9c627b3c539d07263a7b96e1de2adea3a4ddb118cdd45aa638f8702e49
|
||||
|
||||
PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
|
||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||
|
@ -29,7 +29,7 @@ define Package/perl-device-usb
|
|||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=libusb library wrapper
|
||||
URL:=http://search.cpan.org/dist/Device-USB/
|
||||
URL:=https://search.cpan.org/dist/Device-USB/
|
||||
DEPENDS:=perl +libusb-compat +perl-inline +perl-inline-c +perlbase-essential +perlbase-test
|
||||
endef
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@@ -15,6 +15,7 @@ use Inline (
|
||||
($ENV{LIBUSB_INCDIR} ? ( INC => "-I\"$ENV{LIBUSB_INCDIR}\"" ) : () ),
|
||||
NAME => 'Device::USB',
|
||||
VERSION => '0.36',
|
||||
VERSION => '0.37',
|
||||
+ PREFIX => 'deviceusb_',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue