diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 23:46:08 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-10 05:09:25 +0000 |
commit | 024293ab3cee7162498795fcd28e0972eb491703 (patch) | |
tree | d0cba600f9c029672e76d2b5f565a4b699ce4872 | |
parent | d669e9264f4a197f8eca73c2d6cdb9a63283e3a0 (diff) | |
download | aports-024293ab3cee7162498795fcd28e0972eb491703.tar.gz aports-024293ab3cee7162498795fcd28e0972eb491703.tar.bz2 aports-024293ab3cee7162498795fcd28e0972eb491703.tar.xz |
community/cups-filters: upgrade to 1.27.4
-rw-r--r-- | community/cups-filters/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD index 91e7663d54..62dddac8b5 100644 --- a/community/cups-filters/APKBUILD +++ b/community/cups-filters/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters -pkgver=1.27.3 -pkgrel=1 +pkgver=1.27.4 +pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" url="https://wiki.linuxfoundation.org/openprinting/cups-filters" arch="all" @@ -66,4 +66,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="48c8a1d2ee860733a5cae41e333c45a997916638ea05552f2ec915d2713ecc216658763089affc8165907caf2b929406232192d70d0c0877b72377390b46ffd3 cups-filters-1.27.3.tar.xz" +sha512sums="8005e94bb6b06d0a15fa4dfd8455d0bc67418478bf517e205af1c8c0018681a97ae9ea486db07570050ebeeb7f63f75319a8fe012c112c6d16c0941299eaa50e cups-filters-1.27.4.tar.xz" |