1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00

testing/perl-sql-abstract: upgrade to 1.86

This commit is contained in:
Leo 2019-08-25 13:20:27 -03:00
parent fb96f572b0
commit 6d1f0ee28a

View file

@ -3,8 +3,8 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-sql-abstract
_pkgreal=SQL-Abstract
pkgver=1.84
pkgrel=2
pkgver=1.86
pkgrel=0
pkgdesc="Generate SQL from Perl data structures"
url="https://metacpan.org/release/SQL-Abstract"
arch="noarch"
@ -16,7 +16,7 @@ depends="$cpandepends"
makedepends="perl-dev"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/$_pkgreal-$pkgver.tar.gz"
source="https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Abstract-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
@ -41,4 +41,4 @@ check() {
make test
}
sha512sums="2d41ca76cc50dcf85e40b6585b3036ae62801ce78b64cc3b6a6471540901bfacdbfe2f76e68fdea2d1caa509f57216d4bb4f214cee7008380d5f60643e1a3a6b SQL-Abstract-1.84.tar.gz"
sha512sums="248652656bebf9e3f3e2582880f78f4f8c6dd2a8e2546a750b33e9d95cd6da6d8a197d0be69b5e44a24e04c8e1262d4bf3085fa95405fa28eefc3b822a93fa42 SQL-Abstract-1.86.tar.gz"