diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 09:27:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:53:26 +0100 |
commit | 84291ed6cd24e47dfa0069beb5f759e00bfa9754 (patch) | |
tree | 8e47917363a2ac4b46d03148f4e705b79bc900b3 /package/p5-sub-name | |
parent | 05f8e283112f9e8524dac8097c1ec1cb66ddef6c (diff) |
p5-sub-name: update to 0.27
Diffstat (limited to 'package/p5-sub-name')
-rw-r--r-- | package/p5-sub-name/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/p5-sub-name/Makefile b/package/p5-sub-name/Makefile index fbb246439..f7a55e3ba 100644 --- a/package/p5-sub-name/Makefile +++ b/package/p5-sub-name/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= p5-sub-name -PKG_VERSION:= 0.05 +PKG_VERSION:= 0.27 PKG_RELEASE:= 1 -PKG_HASH:= c9d1b805ea1f8e35fdde319468d6378dc1f1123cd8f2b22788238ba842713af1 +PKG_HASH:= ecf36fba1c47ca93e1daa394968ed39c4186867459d9cd173c421e2b972043e8 PKG_DESCR:= rename a sub PKG_SECTION:= dev/perl PKG_DEPENDS:= perl PKG_BUILDDEP:= perl-host perl -PKG_SITES:= http://cpan.metacpan.org/authors/id/F/FL/FLORA/ +PKG_SITES:= https://cpan.metacpan.org/authors/id/E/ET/ETHER/ DISTFILES:= Sub-Name-${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/Sub-Name-${PKG_VERSION} |