diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 18:32:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 19:21:00 -0300 |
commit | 101d28fa4e4a8199dfcbf5fe4fc9190eec39b6f2 (patch) | |
tree | 286b4937c95abcd8827c4e4a9fe6b7acfdc8e36b /community | |
parent | edd96bc39176f5eccbcca8d8bae970fa04c25261 (diff) | |
download | aports-101d28fa4e4a8199dfcbf5fe4fc9190eec39b6f2.tar.bz2 aports-101d28fa4e4a8199dfcbf5fe4fc9190eec39b6f2.tar.xz |
community/cups-filters: upgrade to 1.25.2
Diffstat (limited to 'community')
-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 5eb9c75104..71d1bb95de 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.1 +pkgver=1.25.2 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="474045497237387dd16bde73253d9e4e9e0ca2f33f3f7ff70245b4c0f8b1dc71abe141f8ab6b467d941dd7153e11369951bc778ef677d6ea17101cd91886625c cups-filters-1.25.1.tar.xz" +sha512sums="e616a3a356ea7ad7d61e50242c1c0fd899911a8a293e721a89b425fb6a5d6d98388bbd4c02df407d9b66219b99f7c41a457b1436af6b9d8e979f0fd4e392ef3e cups-filters-1.25.2.tar.xz" |