diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2022-12-11 16:06:19 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-02-08 16:26:06 +0000 |
commit | b0c0732364113e3ad5506b9529e8b73dbfd8b86c (patch) | |
tree | 12d088e5265d504b0ef0b00ebeb82db2f3b66e13 /user/perl-type-tiny | |
parent | bc11e9f5aea5e1da018c57272299aa5667335d61 (diff) | |
download | packages-b0c0732364113e3ad5506b9529e8b73dbfd8b86c.tar.gz packages-b0c0732364113e3ad5506b9529e8b73dbfd8b86c.tar.bz2 packages-b0c0732364113e3ad5506b9529e8b73dbfd8b86c.tar.xz packages-b0c0732364113e3ad5506b9529e8b73dbfd8b86c.zip |
user/perl-type-tiny: upgrade to 2.000001
Diffstat (limited to 'user/perl-type-tiny')
-rw-r--r-- | user/perl-type-tiny/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-type-tiny/APKBUILD b/user/perl-type-tiny/APKBUILD index 433c94061..33e50a1df 100644 --- a/user/perl-type-tiny/APKBUILD +++ b/user/perl-type-tiny/APKBUILD @@ -5,7 +5,7 @@ _pkgreal=Type-Tiny _author=TOBYINK _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=1.012004 +pkgver=2.000001 pkgrel=0 pkgdesc="Tiny Moo(se) compatible type constraint" url="https://metacpan.org/release/Type-Tiny" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="26b861f1e9caad5717f14eb0a6c71010f0306b614292fdc5ee95041ebdd2035ac6cfd4a6a186943479de630f3ff143914671111f5cec86bc4c08842cec30d2af Type-Tiny-1.012004.tar.gz" +sha512sums="0805b9de9728883a03078adfc0f499b66a4d715481ac0df7c6fdead2d898116730bf231e5bb7091b0a7096166a8aa8dde2040fa42357fd62904800d20453690e Type-Tiny-2.000001.tar.gz" |