mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
carton: update to 1.0.28.
Closes #13586. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
76903536d4
commit
44f1eb4e84
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'carton'
|
||||
pkgname=carton
|
||||
version=1.0.22
|
||||
version=1.0.28
|
||||
revision=1
|
||||
wrksrc="Carton-v${version}"
|
||||
noarch=yes
|
||||
|
@ -12,6 +12,6 @@ depends="${makedepends}"
|
|||
short_desc="Perl module dependency manager"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="https://metacpan.org/pod/Carton"
|
||||
license="GPL-1, Artistic"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
distfiles="${CPAN_SITE}/XML/MIYAGAWA/Carton-v${version}.tar.gz"
|
||||
checksum=3a869b736962d0cba43b86a7a97d87565b57f87c5ae5721c5f5aa18cdae6e8ab
|
||||
checksum=bc59790b604c03a1cc592169a9268ed6ac5d2fe5a68fc41962427c2288e75a3e
|
||||
|
|
1
srcpkgs/carton/update
Normal file
1
srcpkgs/carton/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="${pkgname}-v\K[\d.]+(?=\.tar\.gz)"
|
Loading…
Add table
Reference in a new issue