diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 16:57:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 16:57:45 -0300 |
commit | 0106eac13e46738ea138dc20e97619ae46abe226 (patch) | |
tree | bb10e7c677a50355e228de60e51eac685b85b148 /community/cups-filters/APKBUILD | |
parent | d4cbeecf1604ff0b0804de6d1ce6230132d5a122 (diff) | |
download | aports-0106eac13e46738ea138dc20e97619ae46abe226.tar.bz2 aports-0106eac13e46738ea138dc20e97619ae46abe226.tar.xz |
community/cups-filters: upgrade to 1.25.9
Diffstat (limited to 'community/cups-filters/APKBUILD')
-rw-r--r-- | community/cups-filters/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD index 63f1ef7512..b3462db57e 100644 --- a/community/cups-filters/APKBUILD +++ b/community/cups-filters/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters -pkgver=1.25.7 +pkgver=1.25.9 pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" url="https://wiki.linuxfoundation.org/openprinting/cups-filters" @@ -66,4 +66,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="2e7f30929aeb377c43cb577df79478798be22374173cedee582b931e858799ee14120838d69c4d96ea3c5a2a5dc5dfd62d451a5307efb179809b268ed5f493dc cups-filters-1.25.7.tar.xz" +sha512sums="a4d14eca1bd87cab68657805361013b42b624970c6be73e88b59a1ebafcc2f622cb612df546b4ad0190d6fa3e600158be1288d0d2add2822ebcd1de26afec1b1 cups-filters-1.25.9.tar.xz" |