diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-11-05 21:55:08 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2017-11-07 17:40:09 -0700 |
commit | 09f4be311e29d50a0ec189f9a90e13fd91542279 (patch) | |
tree | 6b6424b51181a1b044f114a20f069763b4afcae1 /lang | |
parent | e69441be6f35e773b5d497d61b83b5fd17f3c2ea (diff) |
perl-inline-c: update to 0.78
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl-inline-c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl-inline-c/Makefile b/lang/perl-inline-c/Makefile index 22f781423..e9ec1725b 100644 --- a/lang/perl-inline-c/Makefile +++ b/lang/perl-inline-c/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-inline-c -PKG_VERSION:=0.76 +PKG_VERSION:=0.78 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://www.cpan.org/authors/id/I/IN/INGY +PKG_SOURCE_URL:=http://www.cpan.org/authors/id/T/TI/TINITA PKG_SOURCE:=Inline-C-$(PKG_VERSION).tar.gz -PKG_HASH:=22e9713b4d331d3c49e4a9a9f012dbf84cec25a01e5da4f57091be287f1a9a35 +PKG_HASH:=9a7804d85c01a386073d2176582b0262b6374c5c0341049da3ef84c6f53efbc7 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> |