diff options
Diffstat (limited to 'community/potrace/APKBUILD')
-rw-r--r-- | community/potrace/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/potrace/APKBUILD b/community/potrace/APKBUILD index 2e0e7a2162..7bb827385c 100644 --- a/community/potrace/APKBUILD +++ b/community/potrace/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=potrace -pkgver=1.14 +pkgver=1.15 pkgrel=0 pkgdesc="Utility for tracing a bitmaps" url="http://potrace.sourceforge.net/" @@ -33,4 +33,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="ade5e18adfbfccbc1298d0bd416fe3ef49ebe0284b81d43e0dd0040498d0ef6995e6ac9dac0a1eb5c251921bc97c32db3213dbe0ab40365d87f92013dcdc99b5 potrace-1.14.tar.gz" +sha512sums="c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02 potrace-1.15.tar.gz" |